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
What the Checker Framework offers is closely related to Validation, but on a deeper level of security. It's an interesting and useful feature we need to consider.
The text was updated successfully, but these errors were encountered:
In 2021.3 version IDEA provided the inspection which handles tainted annotations:
IntelliJ IDEA has added a new inspection “Non-safe string passed to a safe method”, which helps avoid passing insecure data to secure methods in projects that use the org.checkerframework.checker.tainting.qual annotations. Problems that could be detected by this inspection include SQL injections and XSS flaws.
https://checkerframework.org/manual/#tainting-checker
What the Checker Framework offers is closely related to Validation, but on a deeper level of security. It's an interesting and useful feature we need to consider.
The text was updated successfully, but these errors were encountered: