File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
python/ql/src/experimental/semmle/python/security Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"omnisharp.autoStart" : false ,
3
3
"cmake.sourceDirectory" : " ${workspaceFolder}/swift" ,
4
- "cmake.buildDirectory" : " ${workspaceFolder}/bazel-cmake-build"
4
+ "cmake.buildDirectory" : " ${workspaceFolder}/bazel-cmake-build" ,
5
+ "codeQL.githubDatabase.download" : " never"
5
6
}
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ module RemoteCommandExecutionConfig implements DataFlow::ConfigSig {
13
13
}
14
14
15
15
/** Global taint-tracking for detecting "secondary server command injection" vulnerabilities. */
16
- module RemoteCommandExecutionFlow = TaintTracking:: Global< RemoteCommandExecutionConfig > ;
16
+ module RemoteCommandExecutionFlow = TaintTracking:: Global< RemoteCommandExecutionConfig > ;
You can’t perform that action at this time.
0 commit comments