PKISharp / ACMESharpCore

An ACME v2 client library for .NET Standard (Let's Encrypt)
MIT License
325 stars 72 forks source link

Maintenance State #71

Closed weldrake13 closed 1 year ago

weldrake13 commented 1 year ago

Hi,

Please could you confirm if this project is actively maintained still?

I don't see any active issues outstanding but the latest commit was some time ago.

Thanks!

:)

ebekker commented 1 year ago

This project is still somewhat maintained in that I keep an eye on any issues that come up and if there's anything that needs attention, I'll do my best to support it. However, I won't promise that features or enhancements will be actively supported.

weldrake13 commented 1 year ago

@ebekker thanks for the update. Please could you confirm if dependencies are kept up to date, IE in the event of CVEs, would packages be updated?

thanks!

ebekker commented 1 year ago

Sadly, no, I haven't kept up with patching for dependencies, as you can see on the multiple outstanding dependabot PRs. However, if you use this lib and explicitly include all of libs that it depends on, you can be sure to use the current version which will override those that come "in the box". Really the only dependency that seems to be out of date based on the PRs is Newtonsoft.JSON. The LiteDB dep is only used in an example program.