All Classes and Interfaces
Classes
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.
Replaces constructor calls like
FileOutputStream(String) with
FileOutputStream(java.io.File) by adding the required
File constructor call.