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

Transitive Dependency Vulnerability #60

Open
TronActive opened this issue May 12, 2023 · 3 comments
Open

Transitive Dependency Vulnerability #60

TronActive opened this issue May 12, 2023 · 3 comments

Comments

@TronActive
Copy link

I am getting a "Transitive dependency Microsoft.NETCore.Platforms 3.1.0 contains vulnerabilities according to Checkmarx" warning on your library for version 12.2.0. Could you investigate/update this?

@kaby76
Copy link
Owner

kaby76 commented May 12, 2023

One of the projects in Antlr4BuildTasks includes the old Core3.1 target, among others, all completely unnecessary.

<TargetFrameworks>net461;netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
All targets except the netstandard2.1 should be removed.

@masonwheeler
Copy link

I'm seeing another transitive vulnerability, reported by NuGet. Microsoft.Build.Framework v17.2.0 depends on an outdated version of System.Security.Permissions, which has a chain of dependencies that eventually lands on a vulnerable version of System.Drawing.Common. Could this be updated to the latest, v17.7.2?

@kaby76
Copy link
Owner

kaby76 commented Oct 31, 2023

  • Updated the package reference.
  • Added Dependabot updates to help avoid these kinds of problems in the future.
  • Release configuration is now the default for this package.
  • Release 12.4.

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

No branches or pull requests

3 participants