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 11{
22 "omnisharp.autoStart" : false ,
33 "cmake.sourceDirectory" : " ${workspaceFolder}/swift" ,
4- "cmake.buildDirectory" : " ${workspaceFolder}/bazel-cmake-build"
4+ "cmake.buildDirectory" : " ${workspaceFolder}/bazel-cmake-build" ,
5+ "codeQL.githubDatabase.download" : " never"
56}
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ module RemoteCommandExecutionConfig implements DataFlow::ConfigSig {
1313}
1414
1515/** 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