Java
FortiCNAPP supports Java across all our integrations and all interfaces involving our scanners. FortiCNAPP Code Security does not require Java codebases to be compiled to run scans.
The following provides a list of CWEs that the SAST scanners detect for Java:
|
CWE |
Weakness Name |
|---|---|
|
CWE-78 |
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') |
|
CWE-89 |
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') |
|
CWE-276 |
|
|
CWE-295 |
|
|
CWE-326 |
|
|
CWE-327 |
|
|
CWE-328 |
|
|
CWE-338 |
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) |
|
CWE-345 |
|
|
CWE-346 |
|
|
CWE-352 |
|
|
CWE-611 |
|
|
CWE-614 |
Sensitive Cookie in HTTPS Session Without 'Secure' Attribute |
|
CWE-776 |
Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion') |
|
CWE-1004 |