mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
fix formatting
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"omnisharp.autoStart": false,
|
||||
"cmake.sourceDirectory": "${workspaceFolder}/swift",
|
||||
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build"
|
||||
"cmake.buildDirectory": "${workspaceFolder}/bazel-cmake-build",
|
||||
"codeQL.githubDatabase.download": "never"
|
||||
}
|
||||
|
||||
@@ -13,4 +13,4 @@ module RemoteCommandExecutionConfig implements DataFlow::ConfigSig {
|
||||
}
|
||||
|
||||
/** Global taint-tracking for detecting "secondary server command injection" vulnerabilities. */
|
||||
module RemoteCommandExecutionFlow = TaintTracking::Global<RemoteCommandExecutionConfig>;
|
||||
module RemoteCommandExecutionFlow = TaintTracking::Global<RemoteCommandExecutionConfig>;
|
||||
|
||||
Reference in New Issue
Block a user