update: new logging functions
This commit is contained in:
@ -34,7 +34,7 @@ func ValidSeverity(s string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (v Vuln) StatusColor() string {
|
||||
func (v *Vuln) StatusColor() string {
|
||||
switch v.Status {
|
||||
case "Waiting for review":
|
||||
return "blue"
|
||||
|
Reference in New Issue
Block a user