Exam GH-500 Topic 2 Question 93 Discussion
Actual exam question for Microsoft's GH-500 exam
Question #: 93
Topic #: 2
Question #: 93
Topic #: 2
A colleague ignores a code scanning alert. What are the implications of the colleague's action?
Each answer presents part of the solution. (Choose three.)
Each answer presents part of the solution. (Choose three.)
Suggested Answer: B,C,D Vote an answer
If you configure code scanning using CodeQL, you can also find data-flow problems in your code.
Data-flow analysis finds potential security issues in code, such as: using data insecurely[C], passing dangerous arguments to functions [D], and leaking sensitive information[B].
When code scanning reports data-flow alerts, GitHub shows you how data moves through the code. Code scanning allows you to identify the areas of your code that leak sensitive information, and that could be the entry point for attacks by malicious users.
Data-flow analysis finds potential security issues in code, such as: using data insecurely[C], passing dangerous arguments to functions [D], and leaking sensitive information[B].
When code scanning reports data-flow alerts, GitHub shows you how data moves through the code. Code scanning allows you to identify the areas of your code that leak sensitive information, and that could be the entry point for attacks by malicious users.
by Julius at Aug 24, 2026, 09:06 PM
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).