tomasbjerre / violations-lib

Java library for parsing report files from static code analysis.
Apache License 2.0
148 stars 39 forks source link

Sarif Rule Help Text #150

Closed jeremylong closed 2 years ago

jeremylong commented 2 years ago

Adds support for help text from Sarif rules. Some SAST tools provide a help text/link within the rule. This PR adds support to append the help text to the message.

tomasbjerre commented 2 years ago

Thanks!