pypi semgrep 1.82.0
Release v1.82.0

latest releases: 1.88.0, 1.87.0, 1.86.0...
one month ago

1.82.0 - 2024-07-30

Added

  • Added testsuite/ as a filepath to the default value for .semgrepignore. (gh-1876)

Changed

  • Update the library definitions for Java for the latest version of the JDK. (java-library-definitions)

Fixed

  • Fixed metavariable comparison in step mode.

    Used to be that the rule:

        steps:
            - languages: [python]
              patterns:
                - pattern: x = f($VAR);
            - languages: [generic]
              patterns:
                - pattern-either:
                   - patterns:
                    - pattern: HI $VAR

    Wouldn't match, as one is an identifier, and the other an expression that has a
    string literal. The fix was chainging the equality used. (saf-1061)

Don't miss a new semgrep release

NewReleases is sending notifications on new releases.