Skip to content

Tags: microsoft/DevSkim

Tags

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

v1.0.32

Toggle v1.0.32's commit message

Verified

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

VSCode_v1.0.32

Toggle VSCode_v1.0.32's commit message

Verified

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

VS_v1.0.32

Toggle VS_v1.0.32's commit message

Verified

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

VSCode_v1.0.31

Toggle VSCode_v1.0.31's commit message

Verified

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

VS_v1.0.31

Toggle VS_v1.0.31's commit message

Verified

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

v1.0.30

Toggle v1.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Pool and Image name declarations (#603)

* Fix Pool and Image name declarations

* Update Changelog.md

* Fix image name

* Update README.md

* Dependencies

v1.0.23

Toggle v1.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Latest Pipeline Templates (#590)

* Update devskim-cli-pr.yml

* Update Changelog.md

* Bump template version