Skip to content

Commit ccb923a

Browse files
committed
fix formatting
1 parent 1f99559 commit ccb923a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
}

python/ql/src/experimental/semmle/python/security/RemoteCommandExecution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>;

0 commit comments

Comments
 (0)