Skip to content

Commit

Permalink
Add doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAkash01 committed Feb 27, 2025
1 parent 130d3f9 commit 83e9b0d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
import static io.ballerina.stdlib.os.compiler.Constants.PUBLIC_QUALIFIER;
import static io.ballerina.stdlib.os.compiler.staticcodeanalyzer.OSRule.AVOID_UNSANITIZED_CMD_ARGS;

/**
* Analyzes function calls for potential command injection vulnerabilities.
*/
public class OSCommandInjectionAnalyzer implements AnalysisTask<SyntaxNodeAnalysisContext> {

private final Reporter reporter;
Expand Down

0 comments on commit 83e9b0d

Please sign in to comment.