All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Fixes the File(String) constructor call to use the multi-argument constructor when relevant.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This visitor detects path traversal vulnerabilities and inserts guards to prevent them.
 
 
 
 
 
 
 
A CycloneDX 1.6 Software Bill of Materials (SBOM).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Replaces constructor calls like FileOutputStream(String) with FileOutputStream(java.io.File) by adding the required File constructor call.