You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
XCoLab/microservices/clients/contest-client/src/main/java/org/xcolab/client/contest/IContestClient.java
Line 441 in 4c777a9
and
https://github.com/CCI-MIT/XCoLab/blob/master/view/src/main/java/org/xcolab/view/pages/members/map/MembersMapController.java
and
XCoLab/view/src/main/java/org/xcolab/view/pages/members/map/MembersMapController.java
Line 15 in 4c777a9
The text was updated successfully, but these errors were encountered: