Skip to content

Commit

Permalink
fix : remove repeated regex in collection regex
Browse files Browse the repository at this point in the history
  • Loading branch information
HiteshMah-Jan authored Aug 16, 2022
1 parent 2164bf8 commit 40fe935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/collections/annotation_web_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ collections:
- id: Collections.Annotation.Spring
name: Spring Web Interface Annotation
patterns:
- "RequestMapping|PostMapping|GetMapping|PutMapping|GetMapping|DeleteMapping"
- "RequestMapping|PostMapping|PutMapping|GetMapping|DeleteMapping"
tags:

- id: Collections.Annotation.Struts
Expand Down

0 comments on commit 40fe935

Please sign in to comment.