Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Nerdbank.GitVersioning.3.8.118\build\Nerdbank.GitVersioning.props" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.8.118\build\Nerdbank.GitVersioning.props')" />
<Import Project="..\packages\Nerdbank.GitVersioning.3.9.50\build\Nerdbank.GitVersioning.props" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.9.50\build\Nerdbank.GitVersioning.props')" />
<Import Project="..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" />
<Import Project="..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" />
<Import Project="..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" />
Expand Down Expand Up @@ -82,8 +82,8 @@
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.8.118\build\Nerdbank.GitVersioning.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.8.118\build\Nerdbank.GitVersioning.props'))" />
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.8.118\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.8.118\build\Nerdbank.GitVersioning.targets'))" />
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.9.50\build\Nerdbank.GitVersioning.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.9.50\build\Nerdbank.GitVersioning.props'))" />
<Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.3.9.50\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.3.9.50\build\Nerdbank.GitVersioning.targets'))" />
</Target>
<Import Project="..\packages\Nerdbank.GitVersioning.3.8.118\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.8.118\build\Nerdbank.GitVersioning.targets')" />
<Import Project="..\packages\Nerdbank.GitVersioning.3.9.50\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.9.50\build\Nerdbank.GitVersioning.targets')" />
</Project>
2 changes: 1 addition & 1 deletion nanoFramework.System.Threading/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.17.11" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.8.118" developmentDependency="true" targetFramework="netnano1.0" />
<package id="Nerdbank.GitVersioning" version="3.9.50" developmentDependency="true" targetFramework="netnano1.0" />
</packages>
6 changes: 3 additions & 3 deletions nanoFramework.System.Threading/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.8.118, 3.8.118]",
"resolved": "3.8.118",
"contentHash": "cRaG+ICcECG+CzbtQyUV2WftH7yl2B02AjYGGNScXx8TwYavZYwhCewBTiC0qTcsac7m6AzBUYna5xzBWmTGYw=="
"requested": "[3.9.50, 3.9.50]",
"resolved": "3.9.50",
"contentHash": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA=="
Comment on lines +13 to +15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify package version and check for security advisories.

The dependency is being updated from 3.8.118 to 3.9.50 (a minor version bump). Please verify that:

  1. Nerdbank.GitVersioning 3.9.50 is a stable, official release
  2. There are no known security vulnerabilities in this version or between the old and new versions
  3. The contentHash aligns with the official package from NuGet

🌐 Web query:

What are the latest versions and any security advisories for Nerdbank.GitVersioning package?

💡 Result:

As of November 7, 2025:

  • Latest stable NuGet release: Nerdbank.GitVersioning 3.8.118 (published on nuget.org). [1]
  • Latest prerelease(s): 3.9.37-alpha (prerelease) appears on the package feed/profile; other 3.9.x alpha builds are on the project release list. [2][3]

Security advisories:

  • There are no public CVEs or repository security advisories specific to Nerdbank.GitVersioning found in public databases. Snyk reports no direct vulnerabilities for the package and ProGet/feeds show no known vulnerabilities. (No Nerdbank.GitVersioning-specific advisories located.) [4][5][3]

Sources:

  1. nuget.org package page for Nerdbank.GitVersioning 3.8.118. [turn0search3]
  2. Nerdbank profile / package listing showing prerelease 3.9.37-alpha. [turn0search0]
  3. dotnet/Nerdbank.GitVersioning GitHub (releases and repo). [turn2search2][turn0search7]
  4. Snyk package page (no direct vulnerabilities). [turn1search0]
  5. NuGet/ProGet vulnerability view (no known vulnerabilities). [turn1search3]

If you want, I can (a) check the exact publish dates for those specific versions, or (b) monitor for any new advisories and notify you. Which would you prefer?


Version 3.9.50 appears to not exist on the official NuGet feed—critical issue.

The latest stable NuGet release is Nerdbank.GitVersioning 3.8.118, and the latest prerelease is 3.9.37-alpha. The PR is updating to version 3.9.50, which does not appear in the search results as either a stable or prerelease version on nuget.org.

Required actions:

  • Verify the correct version number—this may be a typo (e.g., 3.9.37 or 3.8.118)
  • Confirm the package source; 3.9.50 may not be available on the official NuGet feed
  • If 3.9.50 is intentional, verify it's from an authorized source and that the contentHash matches the actual package

No security vulnerabilities are reported for this package, but the version validity must be resolved first.

}
}
}
Expand Down