less than 1 minute read

A plugin that can detect security issues in Clojure code by scanning and identifying potential security threats.

The Story

The sonar-security plugin was created to help secure Clojure code. It does this by scanning code and identifying potential security threats. If a threat is identified, the plugin would detect the error and highlight the code where the error occurred. It used some 3rd party modules wrapped around the Sonar API to push errors back to a Sonar instance.

Code was written by me and another intern who helped out with testing.

Leave a comment