We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9319d66 + 447a1db commit 232d81aCopy full SHA for 232d81a
javascript/ql/src/Security/CWE-200/FileAccessToHttp.ql
@@ -3,6 +3,7 @@
3
* @description Directly sending file data in an outbound network request can indicate unauthorized information disclosure.
4
* @kind path-problem
5
* @problem.severity warning
6
+ * @precision medium
7
* @id js/file-access-to-http
8
* @tags security
9
* external/cwe/cwe-200
javascript/ql/src/Security/CWE-912/HttpToFileAccess.ql
* @description Writing user-controlled data directly to the file system allows arbitrary file upload and might indicate a backdoor.
* @id js/http-to-file-access
* external/cwe/cwe-912
0 commit comments