Skip to content

Commit 3c2d047

Browse files
committed
list of expected issues so users can compared SAST products
1 parent 3b78a3c commit 3c2d047

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scanner/sast/expectedIssues.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CWE,Vulnerability Type,File,Line
2+
CWE-89,SQL Injection,model/auth.js,9
3+
CWE-89,SQL Injection,model/products.js,16
4+
CWE-89,SQL Injection,model/products.js,23
5+
CWE-89,SQL Injection,model/products.js,40
6+
CWE-200,Information Exposure,app.js,16
7+
CWE-547,Secret,app.js,44
8+
CWE-601,Open Redirect,routes/login.js,36
9+
CWE-614,Secure Attribute Cookie,app.js,46

0 commit comments

Comments
 (0)