Skip to content

Releases: microsoft/DevSkim

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.

DevSkim CLI v1.0.32

05 Mar 17:51
@gfs gfs
97454b3
Compare
Choose a tag to compare
Add Job Id to the Signed_Binaries pipeline artifact name (#609)

* Append Job Id and Attempt to Pipeline Signed Artifacts

If the pipeline fails during deployment the failed job cannot be rerun because this task will fail because the signed_binaries artifact already exists. However, the entire task also can't be re-run because the extensions have already been published by the time it hits this point. This PR adds a unique value so the failed job can be rerun in the case of temporary failures like API key rotations.

* Update Changelog.md

* Add IDs to the extension runs as well.

DevSkim VS Extension v1.0.32

05 Mar 17:27
@gfs gfs
97454b3
Compare
Choose a tag to compare
Add Job Id to the Signed_Binaries pipeline artifact name (#609)

* Append Job Id and Attempt to Pipeline Signed Artifacts

If the pipeline fails during deployment the failed job cannot be rerun because this task will fail because the signed_binaries artifact already exists. However, the entire task also can't be re-run because the extensions have already been published by the time it hits this point. This PR adds a unique value so the failed job can be rerun in the case of temporary failures like API key rotations.

* Update Changelog.md

* Add IDs to the extension runs as well.

DevSkim VS Code Extension v1.0.32

05 Mar 17:05
@gfs gfs
97454b3
Compare
Choose a tag to compare

Changes:

  • 97454b3 Add Job Id to the Signed_Binaries pipeline artifact name (#609)

This list of changes was auto generated.

DevSkim VS Extension v1.0.31

29 Feb 23:45
@gfs gfs
b08bf6e
Compare
Choose a tag to compare
Updates to Populate Sarif Fields for GitHub Severity + Precision (#606)

* Update dependencies

* Improve Confidence Reporting

Adds Confidence Field to Issue Record
Sets Confidence to either Confidence of Pattern if specified, or confidence of overall rule if specified
Report Confidence and Severity in special Github sarif fields.
Add Confidence values to rules

* Update Guidance (#600)
Fixed typo
Tokens/keys in source code
DES->AES Guidance

* Update Changelog.md
---------

Co-authored-by: Cristián Rojas <injcristianrojas@gmail.com>

DevSkim VS Code Extension v1.0.31

29 Feb 23:41
@gfs gfs
b08bf6e
Compare
Choose a tag to compare

Changes:

  • b08bf6e Updates to Populate Sarif Fields for GitHub Severity + Precision (#606) [ #600 ]

This list of changes was auto generated.

DevSkim CLI v1.0.30

16 Feb 00:41
@gfs gfs
d08607c
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

DevSkim CLI v1.0.23

05 Oct 21:03
607c9a5
Compare
Choose a tag to compare
Update to Latest Pipeline Templates (#590)

* Update devskim-cli-pr.yml

* Update Changelog.md

* Bump template version