From the course: GitHub Advanced Security Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Advanced security alert and list potential remediation - GitHub Tutorial
From the course: GitHub Advanced Security Cert Prep by Microsoft Press
Advanced security alert and list potential remediation
- [Instructor] Well, again, we're talking top-level themes here. On the security tab in your repository, we've seen we're looking to three remediation strategies, Dependabot, which helps us keep our dependencies safe and current, secret scanning, which allows us to see and quickly revoke any accidentally exposed secrets in our code base, and then of course CodeQL and code scanning that allows us to refactor vulnerable code. So the best practice, number one, make sure you're using GHAS and you've got it configured. You've got scanning happening to the degree that you need. And I've taught you how to use configuration files for those three GHAS services so you know how to configure them so they're not doing too much work and you're spending extra money but they're also doing not enough work and you're resolving false positives. So a lot of plates to spin for sure. We've seen several times the degree and robustness of the GitHub notification system, which as always you can get to in your…
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives40s
-
(Locked)
Use a CVE and CWE to describe a GitHub Advanced Security alert and list potential remediation3m 34s
-
(Locked)
Advanced security alert and list potential remediation1m 48s
-
(Locked)
Describe the decision-making process for closing and dismissing security alerts1m 21s
-
(Locked)
Determine the roles and responsibilities of development and security teams on a software development workflow1m 4s
-
(Locked)
Explain how to set a review cadence with security teams when appropriate1m 37s
-
(Locked)
Use security policies to instruct all contributors to better secure their repositories2m 4s
-
(Locked)
Compare the code scanning alert against the repository's security policy53s
-
(Locked)
Align repository branch protection configuration with written security policies11m 24s
-
(Locked)
-
-