Skip to content

Tags: microsoft/DevSkim

Tags

v1.0.51

Toggle v1.0.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).

VSCode_v1.0.51

Toggle VSCode_v1.0.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).

VS_v1.0.51

Toggle VS_v1.0.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).

v1.0.50

Toggle v1.0.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix LanguageRuleIgnoreMap and Add Positive Globs (#665)

* Fix incorrect inversion in LanguageRuleMap codepath

* Improve option operation tests

* Add Include Globs option. When specified, only files that match one of the include globs and that don't match one of the exclude globs are scanned.

* New test cases for glob options.

* Update changelog.

VS_v1.0.47

Toggle VS_v1.0.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add publish to VS marketplace and GitHub (#656)

* add publish to VS marketplace and GitHub

VSCode_v1.0.46

Toggle VSCode_v1.0.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add release vs prerelease publishing (#655)

v1.0.44

Toggle v1.0.44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add publish to nuget and GitHub (#652)

v1.0.33

Toggle v1.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

VSCode_v1.0.33

Toggle VSCode_v1.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

VS_v1.0.33

Toggle VS_v1.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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