We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f99559 commit ccb923aCopy full SHA for ccb923a
2 files changed
.vscode/settings.json
@@ -1,5 +1,6 @@
1
{
2
"omnisharp.autoStart": false,
3
"cmake.sourceDirectory": "${workspaceFolder}/swift",
4
- "cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build"
+ "cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build",
5
+ "codeQL.githubDatabase.download": "never"
6
}
python/ql/src/experimental/semmle/python/security/RemoteCommandExecution.qll
@@ -13,4 +13,4 @@ module RemoteCommandExecutionConfig implements DataFlow::ConfigSig {
13
14
15
/** Global taint-tracking for detecting "secondary server command injection" vulnerabilities. */
16
-module RemoteCommandExecutionFlow = TaintTracking::Global<RemoteCommandExecutionConfig>;
+module RemoteCommandExecutionFlow = TaintTracking::Global<RemoteCommandExecutionConfig>;
0 commit comments