AZ-400 Develop a security and compliance plan • Set 6
AZ-400 Develop a security and compliance plan Practice Test 6 — 15 questions with explanations. Free, no signup.
You receive a GitHub Dependabot alert as shown. The repository 'my-app' is internal. What is the best immediate action to mitigate the risk?
Refer to the exhibit.
```json
{
"alert": {
"title": "High severity vulnerability found in dependency",
"state": "open",
"severity": "critical",
"created_at": "2026-03-15T10:00:00Z",
"repository": {
"name": "my-app",
"visibility": "internal"
},
"security_advisory": {
"summary": "Remote code execution in lodash",
"severity": "critical",
"cvss": {
"score": 9.8
}
}
}
}
```