JS: add security query: js/request-forgery

This commit is contained in:
Esben Sparre Andreasen
2018-08-30 10:19:18 +02:00
parent 2104cf55e3
commit f5a6af54e6
9 changed files with 254 additions and 0 deletions

View File

@@ -29,3 +29,4 @@
+ semmlecode-javascript-queries/Security/CWE-807/DifferentKindsComparisonBypass.ql: /Security/CWE/CWE-807
+ semmlecode-javascript-queries/Security/CWE-843/TypeConfusionThroughParameterTampering.ql: /Security/CWE/CWE-834
+ semmlecode-javascript-queries/Security/CWE-916/InsufficientPasswordHash.ql: /Security/CWE/CWE-916
+ semmlecode-javascript-queries/Security/CWE-918/RequestForgery.ql: /Security/CWE/CWE-918