mirror of
https://github.com/github/codeql.git
synced 2026-01-06 11:10:23 +01:00
change description for source root folder
This commit is contained in:
@@ -83,7 +83,7 @@ DataFlow::Node getALeakingFolder(string description) {
|
||||
(
|
||||
if result.getFile().getParentContainer().getRelativePath().trim() != ""
|
||||
then description = "the folder " + result.getFile().getParentContainer().getRelativePath()
|
||||
else description = "a folder"
|
||||
else description = "the source root folder"
|
||||
)
|
||||
or
|
||||
result = DataFlow::moduleImport("os").getAMemberCall("homedir") and
|
||||
|
||||
Reference in New Issue
Block a user