Debendabot security alerts support for vcpkg #178219
Replies: 1 comment
-
| 💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩ 
 Where to look to see what's shipping 👀 
 What you can do in the meantime 💻 
 As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
I had originally posted this as an issue on the dependabot repo (dependabot/dependabot-core#13325), but was suggested to also place it here.
This is likely already in consideration for Dependabot given vcpkg support is new as of August, given that it's not currently on the public roadmap and there haven't been any issues on the original repo (other than my own) nor discussions about it here, I thought I'd specifically request security alerts be implemented for vcpkg.
Currently, projects moving from other ecosystems (e.g., NuGet) to vcpkg end up losing security alerts. However, switching to vcpkg is particularly valuable as (A) some extremely useful libraries are available via vcpkg but not NuGet, and (B) the ability to build dependencies on an ad-hoc basis enables much better cross-platform support for projects. However, particularly for the latter of these, this also introduces some new potential vectors for security vulnerabilities to appear. This being the case, I think it is very prudent that security alerts be implemented for vcpkg.
Additionally, are there specific potential complications regarding security alerts for vcpkg projects that may want to be considered? Given vcpkg dependencies being built on an ad-hoc basis, I could potentially see circumstances where vulnerabilities appear at build-time that may not be possible to implement or track in Dependabot that probably ought to be documented.
Beta Was this translation helpful? Give feedback.
All reactions