857 B
857 B
id, category, revision-version, revision-date, estimate-time, frameworks
| id | category | revision-version | revision-date | estimate-time | frameworks | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| COD-003 | code | 1 | 2024-01-07 | 15m |
|
Purpose
It ensures your project stays secure and up-to-date without manual tracking of dependencies. It also reduces the risk of using outdated or insecure libraries in your codebase.
Implementation
Github
- Go to your repository on GitHub.
- Click on the "Settings" tab.
- On the left sidebar, click "Security & analysis".
- Under "Dependabot alerts", ensure "Dependency graph" and "Dependabot security updates" are enabled.
- GitHub will now alert you to any vulnerable dependencies and automatically open pull requests to fix them.
Evidence
- Screenshot of Dependabot configuration screen
- Sample of dependency update PRs
- Vulnerability alert history