Skip to content

Commit 3d813a3

Browse files
authored
Update Dependencies (#592)
* Update Dependencies * Ingest App Inspector fix for some xpath cases.
1 parent 792180d commit 3d813a3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.25] - 2023-11-10
8+
### Dependencies
9+
Update dependencies. Resolves an issue with some xpath queries via AppInspector Rules engine https://github.com/microsoft/ApplicationInspector/pull/567
10+
711
## [1.0.24] - 2023-10-10
812
### Dependencies
913
Update OmniSharp language server and App Inspector dependencies.

DevSkim-DotNet/Microsoft.DevSkim.CLI/Microsoft.DevSkim.CLI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636

3737
<ItemGroup>
3838
<PackageReference Include="CommandLineParser" Version="2.9.1" />
39-
<PackageReference Include="LibGit2Sharp" Version="0.27.2" />
40-
<PackageReference Include="Microsoft.CST.ApplicationInspector.Logging" Version="1.9.14" />
39+
<PackageReference Include="LibGit2Sharp" Version="0.28.0" />
40+
<PackageReference Include="Microsoft.CST.ApplicationInspector.Logging" Version="1.9.15" />
4141
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
42-
<PackageReference Include="Sarif.Sdk" Version="4.3.4" />
42+
<PackageReference Include="Sarif.Sdk" Version="4.3.7" />
4343
</ItemGroup>
4444

4545
</Project>

DevSkim-DotNet/Microsoft.DevSkim/Microsoft.DevSkim.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.CST.ApplicationInspector.RulesEngine" Version="1.9.14" />
27+
<PackageReference Include="Microsoft.CST.ApplicationInspector.RulesEngine" Version="1.9.15" />
2828
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2929
</ItemGroup>
3030

0 commit comments

Comments
 (0)