FidelusAleksander / ghcertified

Prepare for GitHub Certification exams!
https://ghcertified.com/
MIT License
433 stars 143 forks source link

Fixing question 31 for the GHAS Exam #204

Closed andrediasbr closed 8 months ago

andrediasbr commented 8 months ago

PR Type

What's new?

According to the documentation: "Dependabot doesn't generate Dependabot alerts for malware". So, the answer

When GitHub identifies a vulnerable dependency or malware, they generate a Dependabot alert and display it on the Security tab for the repository

is being changed by

When GitHub identifies a vulnerable dependency, they generate a Dependabot alert and display it on the Security tab for the repository

Source: https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts

Related issue(s)

Screenshots

FidelusAleksander commented 8 months ago

Thanks for raising the PR! 🚀

I will look at the source and review this tomorrow