DismissalType enum
Fields
| Unknown = 0 | Dismissal type unknown |
| Fixed = 1 | Dismissal indicating alert has been fixed |
| AcceptedRisk = 2 | Dismissal indicating user is accepting a risk for the alert |
| FalsePositive = 3 | Dismissal indicating alert is a false positive and will likely not be fixed. |
| AgreedToGuidance = 4 | Dismissal indicating user is agreeing to follow license guidance. |
| ToolUpgrade = 5 | Dismissal indicating backend detection tool was upgraded and the alert is not detected by the new version of tool. |
| NotDistributed = 6 | Dismissal indicating the affected dependencency is not distributed to end users. |