Database password in plain text not warned for kotlin/micronaut api #962
Labels
kind/bug
Something isn't working
project/horusec-engine
This issue is related to the project https://github.com/ZupIT/horusec-engine
What happened:
Built a simple REST API with Kotlin/Micronaut using POSTGRES container as database. The application.yml file is using a plain_text and very simple password ("123456) and Horusec CLI is not warning me about this issue.
src/main/resources/application.yml
What you expected to happen:
Horusec CLI should point out the issue of using the plain_text and simple password as a database password
How to reproduce it (as minimally and precisely as possible):
horusec start
on src folder.Anything else we need to know?:
Environment:
horusec version
): v2.6.8The text was updated successfully, but these errors were encountered: