rspec/rules/S4512/java/see.adoc

6 lines
496 B
Plaintext
Raw Normal View History

2021-10-28 10:07:16 +02:00
== See
* https://www.owasp.org/index.php/Top_10-2017_A1-Injection[OWASP Top 10 2017 Category A1] - Injection
* https://cwe.mitre.org/data/definitions/915.html[MITRE, CWE-915] - Improperly Controlled Modification of Dynamically-Determined Object Attributes
* https://wiki.sei.cmu.edu/confluence/x/hDdGBQ[CERT, MSC61-J.] - Do not use insecure or weak cryptographic algorithms
* Derived from FindSecBugs rule https://find-sec-bugs.github.io/bugs.htm#BEAN_PROPERTY_INJECTION[BEAN_PROPERTY_INJECTION]