Skip to content

Commit 1297d1c

Browse files
committed
Add framework and cwe static data
1 parent 2adb3e9 commit 1297d1c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

misc/scripts/cwe-sink-java.csv

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
CWE,Sink identifier,Label
2-
CWE-89,sql,SQL injection
3-
CWE-22,create-file,Path injection
2+
CWE-089,sql,SQL injection
3+
CWE-022,create-file,Path injection
4+
CWE-036,url-open-stream,Path traversal
5+
CWE-094,bean-validation,Code injection
6+
CWE-319,open-url,Cleartext transmission
7+
CWE-079,xss,Cross-site scripting
8+
CWE-090,ldap,LDAP injection

misc/scripts/frameworks-java.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Framework name,URL,Package prefix
2-
Hibernate,https://hibernate.org/,org.hibernate
32
Java Standard Library,,java.*
43
Google,,com.google.common.*
5-
Apache,,org.apache.*
4+
Apache,,org.apache.*
5+
Android,,android.*
6+
Spring,https://spring.io/,org.springframework.*
7+
Java extensions,,javax.*

0 commit comments

Comments
 (0)