Is there such a thing as automatic security testing in Java? If so, how is this implemented? Are these just JUnit tests written to try to exploit known server vulnerabilities, or their security-oriented testing framework?
As a segue, I am also interested in this OWASP security testing platform, but I cannot determine if they use the "framework" in the classical sense (which means a set of guidelines and procedures that should be followed) or in (where they actually provide automated security testing components )
Thank you who can shed light on this for me!
source
share