Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions javascript/ql/src/Security/CWE-200/FileAccessToHttp.ql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions javascript/ql/src/Security/CWE-912/HttpToFileAccess.ql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down