Skip to content

Commit

Permalink
[Clean-up] Remove unneeded nosemgrep (#18)
Browse files Browse the repository at this point in the history
Upstream semgrep/semgrep-rules merged PR to fix
yaml.semgrep.metadata-technology.metadata-technology for join rules.
  • Loading branch information
ben-elttam authored Nov 5, 2024
1 parent ef31466 commit f42608b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rules/generic/jsp-likely-xss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ rules:
- JSP
join:
rules:
# https://github.com/returntocorp/semgrep-rules/pull/2868
# nosemgrep: yaml.semgrep.metadata-technology.metadata-technology
- id: jsp-scriptlet-param
languages: [generic]
patterns:
- pattern-inside: |
<% ... %>
- pattern: |
$VAR = request.getParameter(...)
# https://github.com/returntocorp/semgrep-rules/pull/2868
# nosemgrep: yaml.semgrep.metadata-technology.metadata-technology
- id: template-vars
languages: [generic]
patterns:
Expand Down

0 comments on commit f42608b

Please sign in to comment.