Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include GitHub DSP policy files in MultiTool NuGet package. #2030

Merged
merged 1 commit into from
Aug 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/Nuget/Sarif.Multitool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
target="tools\netcoreapp2.1\any"
/>

<file src="src\ReleaseHistory.md" />
<file src="src\ReleaseHistory.md" />
<file src="policies\github-dsp.config.xml" target="policies" />
<file src="policies\github-dsp.config.sarif-external-properties" target="policies" />
<file src="src\Sarif.Multitool\**\*.cs" target="src" />
</files>
</package>
4 changes: 1 addition & 3 deletions src/ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# SARIF Package Release History (SDK, Driver, Converters, and Multitool)
## **v2.3.4** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.4) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.4) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.4) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.4)
* BUGFIX: Various Fortify FPR converter improvements (such as improve variable expansion in result messages).
* COMMAND-LINE BREAKING: Change `merge` command output directory argument name to `output-directory`.

## **v2.3.4** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.4) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.4) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.4) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.4)
* FEATURE: Add analysis rules appropriate for SARIF files that are to be uploaded to the GitHub Developer Security Portal.
* BUGFIX: Various Fortify FPR converter improvements (such as improve variable expansion in result messages).
* BUGFIX: The validator no longer reports `SARIF2010.ProvideCodeSnippets` if embedded file content for the specified artifact is present. [#2003](https://github.com/microsoft/sarif-sdk/issues/2003)

## **v2.3.3** [Sdk](https://www.nuget.org/packages/Sarif.Sdk/2.3.3) | [Driver](https://www.nuget.org/packages/Sarif.Driver/2.3.3) | [Converters](https://www.nuget.org/packages/Sarif.Converters/2.3.3) | [Multitool](https://www.nuget.org/packages/Sarif.Multitool/2.3.3)
Expand Down