Merge pull request #908 from xiemaisi/js/enable-ms-queries

Approved by esben-semmle
This commit is contained in:
semmle-qlci
2019-02-08 17:38:27 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
* @description Directly sending file data in an outbound network request can indicate unauthorized information disclosure.
* @kind path-problem
* @problem.severity warning
* @precision medium
* @id js/file-access-to-http
* @tags security
* external/cwe/cwe-200

View File

@@ -3,6 +3,7 @@
* @description Writing user-controlled data directly to the file system allows arbitrary file upload and might indicate a backdoor.
* @kind path-problem
* @problem.severity warning
* @precision medium
* @id js/http-to-file-access
* @tags security
* external/cwe/cwe-912