Skip to content

Commit

Permalink
Merge branch 'dev' into minus-netflix
Browse files Browse the repository at this point in the history
  • Loading branch information
HiteshMah-Jan authored Sep 19, 2024
2 parents ff2c58e + 0454b8c commit dcd9e09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
16 changes: 11 additions & 5 deletions rules/collections/annotations/java.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
collections:
- id: Collections.Annotation.Spring
name: Spring Web Interface Annotation
patterns:
patterns:
- "RequestMapping|PostMapping|PutMapping|PatchMapping|GetMapping|DeleteMapping"
tags:

- id: Collections.Annotation.Spring.SOAP
name: Spring Web Interface Annotation SOAP
patterns:
- "Endpoint|PayloadRoot"
tags:

- id: Collections.Annotation.Struts
name: Struts Web Interface Annotation
patterns:
patterns:
- "Action"
tags:

- id: Collections.Annotation.Blade
name: Blade Web Interface Annotation
patterns:
patterns:
- "Path|(Get|Put|Post|Patch|Delete){0,1}Route"
tags:

- id: Collections.Annotation.Jersey
name: Jersey Web Interface Annotation
patterns:
patterns:
- "Path|ApplicationPath"
tags:

- id: Collections.Annotation.GoogleWebToolkit
name: GWT Web Interface Annotation
patterns:
patterns:
- "RemoteServiceRelativePath"
tags:

Expand Down
13 changes: 0 additions & 13 deletions rules/sinks/third_parties/sdk/pysimplegui/python.yaml

This file was deleted.

0 comments on commit dcd9e09

Please sign in to comment.