AlertType enum
Fields
Unknown = 0 | The code has an unspecified vulnerability type |
Dependency = 1 | The code uses a dependency with a known vulnerability. |
Secret = 2 | The code contains a secret that has now been compromised and must be revoked. |
Code = 3 | The code contains a weakness determined by static analysis. |
License = 4 | The code uses a dependency with potential license incompliance. |