You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main development branches of most/all Open edX repositories currently get Dependabot warnings from GitHub when a security vulnerability is announced that impacts the version in use of any of their dependencies. But this feature currently can't be extended to additional branches, such as the named release branches that we support for 6+ months each; even Microsoft (which now owns GitHub) wants this feature but can't currently do it. So we'll need to use a different security vulnerability scanner for release branches. An incomplete list of candidates:
Bolt - free, but only seems to update results on new code pushes? Documentation
Snyk - seems very full featured, free open source plan has a cap of 200 "tests" per month
Probably many others
The text was updated successfully, but these errors were encountered:
Using an external tool to monitor security vulnerabilities seems to be the best alternative to keep all dependencies updated with the latest security patches. I'll look into and compare the different security vulnerability scanners so we can make a better decision on which one would be the best fit for us.
The main development branches of most/all Open edX repositories currently get Dependabot warnings from GitHub when a security vulnerability is announced that impacts the version in use of any of their dependencies. But this feature currently can't be extended to additional branches, such as the named release branches that we support for 6+ months each; even Microsoft (which now owns GitHub) wants this feature but can't currently do it. So we'll need to use a different security vulnerability scanner for release branches. An incomplete list of candidates:
The text was updated successfully, but these errors were encountered: