Skip to content

Releases: microsoft/DevSkim

DevSkim CLI v1.0.51

09 Dec 22:59
@gfs gfs
210b5d1
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

DevSkim VS Extension v1.0.51

10 Dec 19:07
@gfs gfs
210b5d1
Compare
Choose a tag to compare
Fix Confidence Filter at Rule Level (#672)

* Update .gitignore

* Fix confidence filter at rule level.

* Update Changelog.md

* Add tests for rule level confidence filtering

* Clarify Doc comment on WithConfidenceFilter method
Update options tests to account for unspecified behavior (its the 0 value for the enum flag so always passes the check).

DevSkim VS Code Extension v1.0.51

10 Dec 18:47
@gfs gfs
210b5d1
Compare
Choose a tag to compare
Fix Confidence Filter at Rule Level (#672)

* Update .gitignore

* Fix confidence filter at rule level.

* Update Changelog.md

* Add tests for rule level confidence filtering

* Clarify Doc comment on WithConfidenceFilter method
Update options tests to account for unspecified behavior (its the 0 value for the enum flag so always passes the check).

DevSkim CLI v1.0.50

06 Dec 22:58
@gfs gfs
bb81662
Compare
Choose a tag to compare

Changes:

  • bb81662 Fix LanguageRuleIgnoreMap and Add Positive Globs (#665)
  • 9fa5269 [False Positive][False Negative] Outdated/Banned SSL/TLS protocols (#649)
  • 2c12fea Update VS Code Dependencies (#657)

This list of changes was auto generated.

DevSkim VS Extension v1.0.47

12 Nov 19:56
@gfs gfs
f4aa2f7
Compare
Choose a tag to compare

Changes:

  • f4aa2f7 add publish to VS marketplace and GitHub (#656)

This list of changes was auto generated.

DevSkim VS Code Extension v1.0.46

12 Nov 15:11
@gfs gfs
ad46ed1
Compare
Choose a tag to compare

Changes:

  • ad46ed1 add release vs prerelease publishing (#655)
  • e1d98d3 add vscode ext release to github and marketplace (#653)

This list of changes was auto generated.

DevSkim CLI v1.0.44

04 Nov 15:47
@gfs gfs
10b85ce
Compare
Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

DevSkim CLI v1.0.33

14 Mar 19:34
@gfs gfs
9dba5c6
Compare
Choose a tag to compare
Fix Default Option Settings When Deserializing Options Json (#610)

* Fix Default Option Settings When Deserializing Options Json

OutputTextFormat and OutputFileFormat were defaulting to string.Empty when deserialized because the default set for instantiating differed from the default value used for command parsing.

* Update Changelog.md

DevSkim VS Extension v1.0.33

14 Mar 19:09
@gfs gfs
9dba5c6
Compare
Choose a tag to compare
Fix Default Option Settings When Deserializing Options Json (#610)

* Fix Default Option Settings When Deserializing Options Json

OutputTextFormat and OutputFileFormat were defaulting to string.Empty when deserialized because the default set for instantiating differed from the default value used for command parsing.

* Update Changelog.md

DevSkim VS Code Extension v1.0.33

14 Mar 18:48
@gfs gfs
9dba5c6
Compare
Choose a tag to compare

Changes:

  • 9dba5c6 Fix Default Option Settings When Deserializing Options Json (#610)

This list of changes was auto generated.