Secure your supply chain, understand dependencies in your environment, know about vulnerabilities in those dependencies and patch them.
Nice work enabling, viewing, and creating Dependabot alerts ✨
Enabling Dependabot alerts on our repository was a great step toward improving our code security, but we still had to manually select an alert and then manually select the option to create the pull request. It would be nice to further improve the automation and maintenance of our dependencies! Well, with Dependabot security updates, we can do just that.
What are Dependabot security updates?: When enabled, Dependabot will detect and fix vulnerable dependencies for you by opening pull requests automatically to resolve Dependabot alerts when they arise.
We manually created the pull request for the Prototype Pollution in minimist
alert, but let's now enable Dependabot security updates to automate this process with the next alert!
- Navigate to the
Settings
tab, selectCode security and analysis
, and enable theDependabot security updates
. - Navigate to the
Pull requests
repository tab and select the newly created pull request titled Bump axios from 0.21.1 to 0.21.2 in /code/src/AttendeeSite.- You may need to wait 30-60 seconds.
- Click the
Merge pull request
button. - Click
Confirm merge
. - Wait about 20 seconds then refresh this page (the one you're following instructions from). GitHub Actions will automatically update to the next step.
Get help: Post in our discussion board • Review the GitHub status page
© 2023 GitHub • Code of Conduct • MIT License