Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
**v4.5.0 Sdk | Driver | Converters | Multitool | Multitool Library
System.Text.Encoding.CodePages
from 8.0.0 to 4.3.0 inSarif
.System.Memory
andSystem.Runtime.CompilerServices.Unsafe
.System.Collections.Immutable
.Microsoft.Data.SqlClient
reference from 2.1.2 to 2.1.7 inWorkItems
andSarif.Multitool.Library
to resolve CVE-2024-0056.System.Data.SqlClient
reference from 4.8.5 to 4.8.6 inWorkItems
to resolve CVE-2024-0056.FileEncoding.IsTextualData
method for detecting binary files.Stack.Create
method to populate missingPhysicalLocation
instances when stack frames reference relative file paths.UnsupportedOperationException
inZipArchiveArtifact
.MultithreadedAnalyzeCommandBase
to return rich return code with the--rich-return-code
option.IsBinary
property toIEnumeratedArtifact
and implement the property inZipArchiveArtifact
.IsBinary
categorization forZipArchiveArtifact
s.max-file-size-in-kb
parameter to 10 megabytes.--timeout-in-seconds
parameter toAnalyzeOptionsBase
, which will override theTimeoutInMilliseconds
property inAnalyzeContextBase
.--post-uri
will skip sending the SARIF log to the configured endpoint if the file contains no results or fatal execution errors.ADO1011.ReferenceFinalSchema
,ADO1013.ProvideRequiredSarifLogProperties
,ADO1014.ProvideRequiredRunProperties
,ADO1015.ProvideRequiredResultProperties
,ADO1016.ProvideRequiredLocationProperties
,ADO1017.ProvideRequiredPhysicalLocationProperties
,ADO1018.ProvideRequiredToolProperties
,ADO2012.ProvideRequiredReportingDescriptorProperties
,GH1011.ReferenceFinalSchema
,GH1013.ProvideRequiredSarifLogProperties
,GH1014.ProvideRequiredRunProperties
,GH1015.ProvideRequiredResultProperties
,GH1016.ProvideRequiredLocationProperties
,GH1017.ProvideRequiredPhysicalLocationProperties
,GH1018.ProvideRequiredToolProperties
,GH2012.ProvideRequiredReportingDescriptorProperties
.--rule-kind
parameter toAnalyzeOptionsBase
, which specifies rule kinds to run (Sarif
,Ghas
,Ado
). Example:--rule-kind Ado;Sarif
.