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.
1 parent f7f9bee commit f03429aCopy full SHA for f03429a
javascript/ql/src/Security/CWE-200/PrivateFileExposure.ql
@@ -83,7 +83,7 @@ DataFlow::Node getALeakingFolder(string description) {
83
(
84
if result.getFile().getParentContainer().getRelativePath().trim() != ""
85
then description = "the folder " + result.getFile().getParentContainer().getRelativePath()
86
- else description = "a folder"
+ else description = "the source root folder"
87
)
88
or
89
result = DataFlow::moduleImport("os").getAMemberCall("homedir") and
0 commit comments