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 security researchers and we are looking for insecure coding patterns and configurations in the microservice architecture repositories. In your repository, we have found that your code does not have a default case in the switch statement. According to the Common Weakness Enumeration organization, this is a security weakness. See the link https://cwe.mitre.org/data/definitions/478.html
Greetings,
We are security researchers and we are looking for insecure coding patterns and configurations in the microservice architecture repositories. In your repository, we have found that your code does not have a default case in the switch statement. According to the Common Weakness Enumeration organization, this is a security weakness. See the link https://cwe.mitre.org/data/definitions/478.html
Source: https://github.com/CCI-MIT/XCoLab/blob/master/microservices/services/moderation-service/src/main/java/org/xcolab/service/moderation/domain/report/ReportDaoImpl.java, https://github.com/CCI-MIT/XCoLab/blob/master/microservices/clients/contest-client/src/main/java/org/xcolab/client/contest/proposals/enums/points/PointsDistributionUtil.java, https://github.com/CCI-MIT/XCoLab/blob/master/microservices/services/comment-service/src/main/java/org/xcolab/service/comment/domain/thread/ThreadDaoImpl.java and https://github.com/CCI-MIT/XCoLab/blob/master/util/entity-utils/src/main/java/org/xcolab/entity/utils/notifications/contest/ContestVoteQuestionNotification.java
Fix: Fix #250 , #252 , #253, #254
I am interested to know if you agree with the findings. Any feedback is appreciated.
The text was updated successfully, but these errors were encountered: