microsoft / DevSkim

DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities.
MIT License
910 stars 116 forks source link

CLI Suppress Command Does not properly comment XML suppressions #588

Open gfs opened 1 year ago

gfs commented 1 year ago

Describe the bug When running the suppress command in the CLI on a finding in an XML document the suppression is added but the required comment block (<!-- -->) around it is not.

Image