We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00defad commit 43b5749Copy full SHA for 43b5749
1 file changed
src/main/java/org/owasp/benchmark/testcode/Benchmark00302.java
@@ -30,8 +30,8 @@ public class Benchmark00302 extends HttpServlet {
30
private static final long serialVersionUID = 1L;
31
32
/**
33
- * Sanitize user-controlled input before including it in an OS command.
34
- * This method removes characters commonly used for command injection.
+ * Sanitize user-controlled input before including it in an OS command. This method removes
+ * characters commonly used for command injection.
35
*/
36
private static String sanitizeForCommand(String input) {
37
if (input == null) {
0 commit comments