8000 Tags · CyberFlameGO/DevSkim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: CyberFlameGO/DevSkim

Tags

v0.6.9

Toggle v0.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make Linux and Mac Binaries Executable in pipeline (microsoft#356)

* Make Linux and Mac Binaries Executable in pipeline

* Update dotnet-publish-linux-mac-job.yml

* Update dotnet-publish-linux-mac-job.yml

* Temporarily comment out portions not being debugged.

* Add Inline

* Revert "Temporarily comment out portions not being debugged."

This reverts commit c3d7c31.

* Bump Dependencies

* Revert "Bump Dependencies"

This reverts commit cf19204.

* Fix VS Extension dependencies

v0.6.6

Toggle v0.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Limit rule to not apply to rust (microsoft#353)

* Limit rule to not apply to rust

Fix microsoft#352

* Add rust rules for insecure random

v0.6.5

Toggle v0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix potential out of range issue if IsBetween was provided an imprope…

…r index. (microsoft#349)

v0.6.4

Toggle v0.6.4's commit message
fix for returning number of issues as a result code

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds ability to provide custom root for output relative paths (micros…

…oft#338)

* populate more fields for github viewing.

* Add option to set base path.

* Changing anaalyze command is semver relevant

* Move the options into an options class.

* Adds test for the relative path and absolute path features.

* Fix microsoft#339

* Fix support for only before and after in validation

* Make a test for the newly rewritten DS440000

* Update Language.cs

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Support for languages that are never code (microsoft#337)

* Fix path output handling for sarifd when providing a specifc filename to scan

* Add support for "always commented" languages

Curently this is just .txt files

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Gfs/fix sarif relative path (microsoft#336)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Gfs/fix sarif (microsoft#333)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop System.Text.Json to 5.0.0 to match Visual Studio (microsoft#331)

Else extension doesn't work

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Fix Its to JSON output (microsoft#325)

* Clean up rules

* Update JSON Writer to support Fix Its

* Fix double writing scopes in pack command by switching to .net serialization.

* Update rulepacker

* Convert to System.Text.Json

Removes custom deserialization handlers in rule verification so this is a semver bump to 0.5.

* Misc Fixes for System.Text.Json differences

* Bump rulepacker

* Update PackCommand.cs

* Remove rulepacker

* New RulePacker

* Try to print verifier messages. Debugging pipeline issue.

* Nullable annotation fix

* Fix Verifier

* Change Severity enum to not be flags, processor now takes a list of Severities to match against.

* Revert "Change Severity enum to not be flags, processor now takes a list of Severities to match against."

This reverts commit 44e9967.

* Add None name to severity l.
0