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

Tool is outdated/insecure: targeted .NET Framework is 9 years out of support! #44

Open
SPRTN-T587 opened this issue Jan 30, 2025 · 1 comment

Comments

@SPRTN-T587
Copy link

When will this tool be updated to target a supported version of .NET?

Certify is targeting .NET Framework 4.0, which lost support Jan 12, 2016 (nine years ago). Being out of support, this version has vulnerabilities that will not be patched. This presents security concerns. When Certify version 1.1.0 was released (2022-11-08 per your changelog), .NET Framework versions 4.6.2 through 4.8.1 were supported. Today, versions 4.7 through 4.8.1 are supported.

  • README.md: "Certify has been built against .NET 4.0"
  • app.config: <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  • Certify.csproj: <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  • packages.config: <package id="dnMerge" version="0.5.15" targetFramework="net40" developmentDependency="true" />
  • Visual Studio:
    Image
@SPRTN-T587
Copy link
Author

Attempted updating the target to .NET Framework 4.8. Build produces the following issues:

Image

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

1 participant