SONARXML-264 Fix FN on S2068 in web.config of .NET Web Applications#363
SONARXML-264 Fix FN on S2068 in web.config of .NET Web Applications#363pavel-mikula-sonarsource merged 5 commits intomasterfrom
Conversation
d439451 to
377368f
Compare
|
|
This PR is stale because it has been open 7 days with no activity. If there is no activity in the next 7 days it will be closed automatically |
|
Comment to avoid auto-closing |
|
Still working on it. |
377368f to
8919730
Compare
8919730 to
bcf4382
Compare
pavel-mikula-sonarsource
left a comment
There was a problem hiding this comment.
The hardcoded "password" literal is weird
sonar-xml-plugin/src/test/resources/checks/HardcodedCredentialsCheck/app-settings/web.config
Outdated
Show resolved
Hide resolved
sonar-xml-plugin/src/test/resources/checks/HardcodedCredentialsCheck/app-settings/web.config
Outdated
Show resolved
Hide resolved
sonar-xml-plugin/src/test/resources/checks/HardcodedCredentialsCheck/app-settings/web.config
Outdated
Show resolved
Hide resolved
...ml-plugin/src/main/java/org/sonar/plugins/xml/checks/security/HardcodedCredentialsCheck.java
Outdated
Show resolved
Hide resolved
sonar-xml-plugin/src/test/resources/checks/HardcodedCredentialsCheck/app-settings/web.config
Outdated
Show resolved
Hide resolved
pavel-mikula-sonarsource
left a comment
There was a problem hiding this comment.
The hardcoded "password" literal is weird
…sCheck/app-settings/web.config Co-authored-by: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com>
* More tests. * Message.
I followed what what asked in USER-1192 ticket. It's hard for me to decide what makes sense and what does not. The ticket contains (in the comments) what the customer had in mind. |
|








SONARXML-264