mirror of https://github.com/daffainfo/nuclei.git
Fixing CVE annotate crash
parent
8e62abe6e7
commit
d27239e953
|
@ -71,7 +71,7 @@ func getCVEData(client *nvd.Client, filePath, data string) {
|
||||||
cveName := matches[0][1]
|
cveName := matches[0][1]
|
||||||
|
|
||||||
severityMatches := severityRegex.FindAllStringSubmatch(data, 1)
|
severityMatches := severityRegex.FindAllStringSubmatch(data, 1)
|
||||||
if len(matches) == 0 {
|
if len(severityMatches) == 0 {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
severityValue := severityMatches[0][1]
|
severityValue := severityMatches[0][1]
|
||||||
|
|
Loading…
Reference in New Issue