Skip to content

Commit 2eff6b3

Browse files
committed
Add comment
1 parent 16bb19e commit 2eff6b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Map<String, String> env = builder.environment();
22
String debug = request.getParameter("debug");
33

4+
// GOOD: Checking the value and not tainting the variable added to the environment
45
if (debug != null) {
56
env.put("PYTHONDEBUG", "1");
67
}

0 commit comments

Comments
 (0)