File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/query-tests/Security/CWE-200 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ DataFlow::Node getALeakingFolder(string description) {
83
83
description = "the folder " + result .getFile ( ) .getParentContainer ( ) .getRelativePath ( )
84
84
or
85
85
result = DataFlow:: moduleImport ( "os" ) .getAMemberCall ( "homedir" ) and
86
- description = "the home folder "
86
+ description = "the home folder"
87
87
or
88
88
result .mayHaveStringValue ( "/" ) and
89
89
description = "the root folder"
Original file line number Diff line number Diff line change 16
16
| private-file-exposure.js:22:1:22:58 | app.use ... lar/')) | Serves the folder "/node_modules/angular/", which can contain private information. |
17
17
| private-file-exposure.js:40:1:40:88 | app.use ... lar/')) | Serves the folder "/node_modules/angular/", which can contain private information. |
18
18
| private-file-exposure.js:41:1:41:97 | app.use ... lar/')) | Serves the folder "/node_modules/angular/", which can contain private information. |
19
- | private-file-exposure.js:42:1:42:66 | app.use ... dir())) | Serves the home folder , which can contain private information. |
19
+ | private-file-exposure.js:42:1:42:66 | app.use ... dir())) | Serves the home folder, which can contain private information. |
20
20
| private-file-exposure.js:43:1:43:46 | app.use ... )("/")) | Serves the root folder, which can contain private information. |
21
21
| private-file-exposure.js:51:5:51:88 | app.use ... les'))) | Serves the folder "../node_modules", which can contain private information. |
You can’t perform that action at this time.
0 commit comments