GH-500 · Question #119
What is code scanning?
The correct answer is B. a feature that analyzes the code in a GitHub repository to find security vulnerabilities and coding. GitHub's Code scanning is a feature that analyzes the code in a GitHub repository to find security vulnerabilities and coding errors, providing alerts in the repository and offering tools to triage, prioritize, and fix issues. It acts as a Static Application Security Testing…
Question
What is code scanning?
Options
- Aa feature to identify all your project's dependencies
- Ba feature that analyzes the code in a GitHub repository to find security vulnerabilities and coding
- Ca feature to privately discuss, fix, and publish information about security vulnerabilities in your
- Da feature that scans repositories for known types of secrets, to prevent fraudulent use of secrets
How the community answered
(39 responses)- A5% (2)
- B92% (36)
- D3% (1)
Explanation
GitHub's Code scanning is a feature that analyzes the code in a GitHub repository to find security vulnerabilities and coding errors, providing alerts in the repository and offering tools to triage, prioritize, and fix issues. It acts as a Static Application Security Testing (SAST) tool, using engines like CodeQL to detect issues like SQL injection and Cross-Site Scripting (XSS), and can be triggered automatically on events like pushes and pull requests.
Topics
Community Discussion
No community discussion yet for this question.