Skip to content

Commit 136d043

Browse files
authored
Merge pull request #6695 from erik-krogh/js-add-cwes
Approved by esbena
2 parents ca87768 + b936a04 commit 136d043

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

javascript/ql/src/Security/CWE-200/PrivateFileExposure.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @id js/exposure-of-private-files
99
* @tags security
1010
* external/cwe/cwe-200
11+
* external/cwe/cwe-548
1112
* @precision high
1213
*/
1314

javascript/ql/src/Security/CWE-313/PasswordInConfigurationFile.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* external/cwe/cwe-256
1111
* external/cwe/cwe-260
1212
* external/cwe/cwe-313
13+
* external/cwe/cwe-522
1314
*/
1415

1516
import javascript

0 commit comments

Comments
 (0)