taint-config.tainted-system-variables.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of findsecbugs-plugin Show documentation
Show all versions of findsecbugs-plugin Show documentation
Core module of the project. It include all the FindBugs detectors.
The resulting jar is the published plugin.
-- Rewrites safe variables for "findsecbugs.taint.taintedsystemvariables=true"
java/lang/System.clearProperty(Ljava/lang/String;)Ljava/lang/String;:TAINTED
java/lang/System.getenv()Ljava/util/Map;:TAINTED
java/lang/System.getenv(Ljava/lang/String;)Ljava/lang/String;:TAINTED
java/lang/System.getProperty(Ljava/lang/String;)Ljava/lang/String;:TAINTED
java/lang/System.getProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;:TAINTED
java/lang/System.setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;:TAINTED
© 2015 - 2025 Weber Informatics LLC | Privacy Policy