public enum FindingSeverity
{
    Info = 0,
    Warning = 1,
    Suspicious = 2,
    Malicious = 3
}