Skip to content

Commit

Permalink
Merge pull request #3546 from semgrep/merge-develop-to-release
Browse files Browse the repository at this point in the history
Merge Develop into Release
  • Loading branch information
p4p3r authored Jan 10, 2025
2 parents 5b7f9b8 + f82ac94 commit d965ee9
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 69 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
jinja2 = "~=3.1.4"
jinja2 = "~=3.1.5"
pytest = "*"
semgrep = "*"
pyyaml = "*"
Expand Down
135 changes: 68 additions & 67 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion csharp/dotnet/security/audit/ldap-injection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rules:
pattern-sources:
- patterns:
- focus-metavariable: $INPUT
- pattern-inside: $T $M($INPUT,...) {...}
- pattern-inside: $T $M(...,$INPUT,...) {...}
pattern-sinks:
- patterns:
- pattern-either:
Expand Down

0 comments on commit d965ee9

Please sign in to comment.