-
Notifications
You must be signed in to change notification settings - Fork 525
Open
Description
Greetings,
We are researchers and we are have identified insecure coding patterns and configurations in the microservice architecture repositories. In your repository, we have found instances of @RequestMapping" methods without POST or GET
. According to the Common Weakness Enumeration and JAVA OWASP, this is a security weakness and needs to be avoided.
We request for a fix for this issue. Looking forward for your feedback.
Source:
Line 20 in 0fa38f8
@RequestMapping("/") |
and
Line 15 in 0fa38f8
@RequestMapping("/") |
and
Line 16 in 0fa38f8
@RequestMapping("/") |
and
Line 72 in 0fa38f8
@RequestMapping("/echo") |
and
Line 15 in 0fa38f8
@RequestMapping("/") |
and
Line 14 in 0fa38f8
@RequestMapping("/hi") |
Metadata
Metadata
Assignees
Labels
No labels