What filter or sort settings can be used to prioritize the secret scanning alerts that present the most risk?
What is a prerequisite to define a custom pattern for a repository?
Which of the following options are code scanning application programming interface (API) endpoints? (Each answer presents part of the solution. Choose two.)
You are managing code scanning alerts for your repository. You receive an alert highlighting a problem with data flow. What do you click for additional context on the alert?
A dependency has a known vulnerability. What does the warning message include?
When using CodeQL, how does extraction for compiled languages work?
You have enabled security updates for a repository. When does GitHub mark a Dependabot alert as resolved for that repository?
A repository's dependency graph includes:
When does Dependabot alert you of a vulnerability in your software development process?
If default code security settings have not been changed at the repository, organization, or enterprise level, which repositories receive Dependabot alerts?
As a contributor, you discovered a vulnerability in a repository. Where should you look for the instructions on how to report the vulnerability?
Which of the following Watch settings could you use to get Dependabot alert notifications? (Each answer presents part of the solution. Choose two.)
Which of the following is the best way to prevent developers from adding secrets to the repository?
Which patterns are secret scanning validity checks available to?
When using CodeQL, what extension stores query suite definitions?
Which of the following workflow events would trigger a dependency review? (Each answer presents a complete solution. Choose two.)
In the pull request, how can developers avoid adding new dependencies with known vulnerabilities?
A secret scanning alert should be closed as "used in tests" when a secret is:
Which key is required in the update settings of the Dependabot configuration file?
As a repository owner, you do not want to run a GitHub Actions workflow when changes are made to any .txt or markdown files. How would you adjust the event trigger for a pull request that targets the main branch? (Each answer presents part of the solution. Choose three.)
on:
pull_request:
branches: [main]
After investigating a code scanning alert related to injection, you determine that the input is properly sanitized using custom logic. What should be your next step?
Assuming that no custom Dependabot behavior is configured, who has the ability to merge a pull request created via Dependabot security updates?