ClaudenirFreitas/quarkus-microservice-test

Possible security issue: hard-coded password

Closed this issue · 1 comments

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 instances of hard-coded passwords. According to CWE, "A hard-coded password typically leads to a significant authentication failure that can be difficult for the system administrator to detect."

Hopefully, you agree and will fix it.

Source: https://github.com/ClaudenirFreitas/quarkus-microservice-test/blob/master/src/main/resources/application.properties

I solve this issue.