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

io.codemodder.codemods.make-prng-seed-unpredictable.yaml Maven / Gradle / Ivy

The newest version!
rules:
  - id: make-prng-seed-unpredictable
    patterns:
      - pattern: (Random $X).setSeed($NUM)
      - metavariable-regex:
          metavariable: $NUM
          regex: ([0-9]+L?)
    message: Semgrep found a match
    languages:
      - java
    severity: WARNING




© 2015 - 2024 Weber Informatics LLC | Privacy Policy