All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonly-used-taint-config.source.injection.java.README.adoc Maven / Gradle / Ivy

The newest version!
= Description

The Sources recorded in this directory primarily come from the Java standard library. The source methods that can cause taint include:
- Methods that retrieve properties from the incoming request (e.g., getContent, getRemoteSocketAddress)
- Methods that take external input (e.g., getSelectedText, readLine)
- ...

These inputs are provided externally and can be spoofed.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy