OtherDevOpsGene / zap-sonar-plugin

Integrates OWASP Zed Attack Proxy reports into SonarQube
GNU General Public License v3.0
69 stars 31 forks source link

Sonar Criticals #12

Closed jeffvoight closed 6 years ago

jeffvoight commented 6 years ago

Ran plugin though SonarQube analysis. It complained about the switch without a default, a cast to double from int, and removing a redundant exception stack trace.

It also complained about the complexity of a method, but it's going to have to stand for now.

OtherDevOpsGene commented 6 years ago

No code changes until we push a binary release, per our discussion the other day. And all merges will go to develop first.

Closing.