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

Enable nuget audit. #3615

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Enable nuget audit. #3615

merged 1 commit into from
Dec 9, 2024

Conversation

@TingluoHuang TingluoHuang requested a review from a team as a code owner December 9, 2024 18:35
@TingluoHuang TingluoHuang merged commit fde5227 into main Dec 9, 2024
9 checks passed
@TingluoHuang TingluoHuang deleted the users/tihuang/nuget branch December 9, 2024 18:49
@@ -26,6 +26,8 @@
<PackageReference Include="YamlDotNet.Signed" Version="5.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
Copy link

@hashtagchris hashtagchris Dec 10, 2024

Choose a reason for hiding this comment

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

8.0.7 or higher is needed, per GHSA-447r-wph3-92pm.

    {
      "package": {
        "ecosystem": "nuget",
        "name": "Microsoft.NetCore.App.Runtime.linux-x64"
      },
      "vulnerable_version_range": ">= 8.0.0, <= 8.0.6",
      "first_patched_version": "8.0.7",
      "vulnerable_functions": [

      ]
    },

Copy link

@hashtagchris hashtagchris Dec 10, 2024

Choose a reason for hiding this comment

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

Please ignore, I was looking at the wrong packages in the CVE (Microsoft.NetCore.App.Runtime.*).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants