Exam GitHub-Advanced-Security Topic 6 Question 35 Discussion
Actual exam question for GitHub's GitHub-Advanced-Security exam
Question #: 35
Topic #: 6
Question #: 35
Topic #: 6
Why should you dismiss a code scanning alert?
Suggested Answer: C Vote an answer
You shoulddismissa code scanning alert if the flagged code isnot a true security concern, such as:
* Code in test files
* Code paths that are unreachable or safe by design
* False positives from the scanner
Fixing the code would automaticallyresolvethe alert - not dismiss it. Dismissing is for valid exceptions or noise reduction.
* Code in test files
* Code paths that are unreachable or safe by design
* False positives from the scanner
Fixing the code would automaticallyresolvethe alert - not dismiss it. Dismissing is for valid exceptions or noise reduction.
by Colbert at Dec 14, 2025, 09:47 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).