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

generic-remediation-reports.error-message-exposure.description.md Maven / Gradle / Ivy

There is a newer version: 0.98.6
Show newest version
This change removes exposure through sending/printing of error and exception data.

Our changes look like this:

```java
 void function(HttpServletResponse response) {
    PrintWriter pw = reponse.getWriter();
    try{
        ...
    } catch (Exception e) {
-        pw.println(e.getMessage());
    }
 }
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy