Synopsis: | These rules check the security guidelines from Sun, published at http://java.sun.com/security/seccodeguide.html#gcg |
Description: |
These rules check the security guidelines from Sun, published at http://java.sun.com/security/seccodeguide.html#gcg |
Name | Checked | Synopsis |
---|---|---|
Security1 | ![]() |
Do not use hard coded values for cryptographic operations |
Security2 | ![]() |
Do not use hard coded initialization vector in cryptographic operations |
SecurityCodeGuidelines1 | ![]() |
Don't return an internal array directly. |
SecurityCodeGuidelines2 | ![]() |
User-supplied arrays should be copied before use |