This commit is contained in:
Parth Malhotra
2023-01-31 20:15:06 +05:30
committed by GitHub
parent 58ae433c8e
commit 68d829f978

View File

@@ -59,7 +59,8 @@ func main() {
if d.Info.Classification == (Classification{}) {
d.Info.Classification.CVSSScore = "N/A"
}
d.FilePath = path
fpath := strings.Replace(path, "/home/runner/work/nuclei-templates/nuclei-templates/", "", 1)
d.FilePath = fpath
data = append(data, d)
}