mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Add comment
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Map<String, String> env = builder.environment();
|
||||
String debug = request.getParameter("debug");
|
||||
|
||||
// GOOD: Checking the value and not tainting the variable added to the environment
|
||||
if (debug != null) {
|
||||
env.put("PYTHONDEBUG", "1");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user