You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think its stub files need @SqlEvenQuotes in a few more places:
The stub file annotations are unfortunately still far from extensive (as they're primarily derived from what we noted most commonly in our case studies) so thanks @Calvin-L for bringing this to our attention! Heightening the robustness of the annotations is always an ongoing process.
(Related: should the ones in Connection be marked @Untainted as well? All the ones in Statement are.)
That seems to be the case based off documentation, but I'm not as well-versed in the taint checker so I'll defer to the maintainers of that particular tool!
Thank you @iywang2016 for adding the SQL quotes checker (#6778)! I'm excited to use it.
I think its stub files need
@SqlEvenQuotes
in a few more places:The ones marked with
*
are already covered. There may be other places as well; these are just the ones I was able to find with grep.For now I am working around this by writing my own stub file for
java.sql
.(Related: should the ones in
Connection
be marked@Untainted
as well? All the ones inStatement
are.)The text was updated successfully, but these errors were encountered: