Move and generate files to documentation folder + clean up after the script is executed

This commit is contained in:
Tamas Vajk
2021-05-18 11:41:39 +02:00
parent 6dc46ec1ee
commit f1911e338d
4 changed files with 112 additions and 89 deletions

View File

@@ -0,0 +1,8 @@
CWE,Sink identifier,Label
CWE089,sql,SQL injection
CWE022,create-file,Path injection
CWE036,url-open-stream,Path traversal
CWE094,bean-validation,Code injection
CWE319,open-url,Cleartext transmission
CWE079,xss,Cross-site scripting
CWE090,ldap,LDAP injection
1 CWE Sink identifier Label
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

View File

@@ -0,0 +1,8 @@
Framework name,URL,Package prefix
Java Standard Library,,java.*
Google,,com.google.common.*
Apache,,org.apache.*
Apache Commons IO,https://commons.apache.org/proper/commons-io/,org.apache.commons.io
Android,,android.*
Spring,https://spring.io/,org.springframework.*
Java extensions,,javax.*
1 Framework name URL Package prefix
2 Java Standard Library java.*
3 Google com.google.common.*
4 Apache org.apache.*
5 Apache Commons IO https://commons.apache.org/proper/commons-io/ org.apache.commons.io
6 Android android.*
7 Spring https://spring.io/ org.springframework.*
8 Java extensions javax.*