Adding code with some deep sinks #1
4 new alerts including 3 high severity security vulnerabilities
New alerts in code changed by this pull request
Security Alerts:
- 3 high
- 1 medium
See annotations below for details.
Annotations
Check failure on line 22 in src/main/java/org/owasp/webgoat/lessons/vulnerablecomponents/DSAST.java
Code scanning / SonarCloudsquad-2
I/O function calls should not be vulnerable to path injection attacks High
Check failure on line 31 in src/main/java/org/owasp/webgoat/lessons/vulnerablecomponents/DSAST.java
Code scanning / SonarCloudsquad-2
I/O function calls should not be vulnerable to path injection attacks High
Check failure on line 38 in src/main/java/org/owasp/webgoat/lessons/vulnerablecomponents/DSAST.java
Code scanning / SonarCloudsquad-2
I/O function calls should not be vulnerable to path injection attacks High
Check warning on line 22 in src/main/java/org/owasp/webgoat/lessons/vulnerablecomponents/DSAST.java
Code scanning / SonarCloudsquad-2
Accessing files should not lead to filesystem oracle attacks Medium