Explore
1-5 of 5
Hibernate: Missing transport-level security: No SSL for database connection
Use transport level security to connect to the database
- warning
- xml
- database
- security
- Hibernate
- framework specific
- OWASP Top 10
- TLS
TLS: Disabled Certificate validation
The verify method has been overridden, and always returns true
- warning
- java
- security
- web
- TLS
- OWASP Top 10
TLS: Weak Encryption: Insecure Version
Could lead to Data Exposure
- error
- java
- security
- web
- TLS
- OWASP Top 10
TLS: Weak Encryption: Outdated Version
Could lead to Data Exposure
- warning
- java
- security
- web
- TLS
- OWASP Top 10
X509: Disabled validation in TrustManager
A TrustManager has overridden the getAcceptedIssuers method, and only returns null.
- warning
- java
- security
- web
- TLS
- OWASP Top 10