All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.codemods.harden-process-creation.yaml Maven / Gradle / Ivy

The newest version!
rules:
  - id: harden-process-creation
    patterns:
      - pattern-either:
          - pattern: (Runtime $RT).exec(...)
          - pattern: Runtime.getRuntime().exec(...)
    message: Semgrep found a match
    languages:
      - java
    severity: WARNING




© 2015 - 2024 Weber Informatics LLC | Privacy Policy