Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
wireghoul committed Jun 20, 2021
2 parents e7243d0 + fe927e5 commit a4c63b8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 deletions.
1 change: 1 addition & 0 deletions signatures/java.db
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ response.sendRedirect[[:space:]]*\(.*[Rr]equest.*\)
<c:out.*\$\{param
SAXParserFactory
DOM4J
DocumentBuilderFactory
XMLInputFactory
TransformerFactory
javax.xml.validation.Validator
Expand Down
1 change: 1 addition & 0 deletions signatures/java/xxe.db
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SAXParserFactory
DOM4J
DocumentBuilderFactory
XMLInputFactory
TransformerFactory
javax.xml.validation.Validator
Expand Down
12 changes: 6 additions & 6 deletions signatures/js.db
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ clientPemCrtSignedBySelfSignedRootCaBuffer
#MongoDB rules
\.connect\(
\.createCollection\(
\.collection\(.*\)\.aggregate\(.*
\.collection\(.*\)\.find(One)?\(.*
\.collection\(.*\)\.insert(One|Many)?\(.*
\.collection\(.*\)\.delete(One|Many)?\(.*
\.collection\(.*\)\.update(One|Many)?\(.*
\.collection\(.*\)\.drop\(.*
\.aggregate\(.*
\.find(One)?\(.*
\.insert(One|Many)?\(.*
\.delete(One|Many)?\(.*
\.update(One|Many)?\(.*
\.drop\(.*
#MySQL rules
\.createConnection\(.*
\.query\(.*\)
12 changes: 6 additions & 6 deletions signatures/js/sql.db
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#MongoDB rules
\.connect\(
\.createCollection\(
\.collection\(.*\)\.aggregate\(.*
\.collection\(.*\)\.find(One)?\(.*
\.collection\(.*\)\.insert(One|Many)?\(.*
\.collection\(.*\)\.delete(One|Many)?\(.*
\.collection\(.*\)\.update(One|Many)?\(.*
\.collection\(.*\)\.drop\(.*
\.aggregate\(.*
\.find(One)?\(.*
\.insert(One|Many)?\(.*
\.delete(One|Many)?\(.*
\.update(One|Many)?\(.*
\.drop\(.*
#MySQL rules
\.createConnection\(.*
\.query\(.*\)
12 changes: 6 additions & 6 deletions signatures/sql.db
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ StoredProcedure[[:space:]]*\(
#MongoDB rules
\.connect\(
\.createCollection\(
\.collection\(.*\)\.aggregate\(.*
\.collection\(.*\)\.find(One)?\(.*
\.collection\(.*\)\.insert(One|Many)?\(.*
\.collection\(.*\)\.delete(One|Many)?\(.*
\.collection\(.*\)\.update(One|Many)?\(.*
\.collection\(.*\)\.drop\(.*
\.aggregate\(.*
\.find(One)?\(.*
\.insert(One|Many)?\(.*
\.delete(One|Many)?\(.*
\.update(One|Many)?\(.*
\.drop\(.*
#MySQL rules
\.createConnection\(.*
\.query\(.*\)
Expand Down

0 comments on commit a4c63b8

Please sign in to comment.