variables not uninitialized #325
This commit is contained in:
parent
d5c4ae85f8
commit
cf38192ddb
2 changed files with 1 additions and 654 deletions
|
@ -69,7 +69,7 @@ foreach my $line (<CVE>) {
|
|||
#print $vers."\n".Dumper @nb;
|
||||
#print "$line";
|
||||
#exit 0 if ($line =~/before/i) ;
|
||||
$f->write_file('file' => '../vulnerabilities.csv', 'content' => "$nb[0].$nb[1].$nb[2];$nb[0];$nb[1];$nb[2];$line\n", 'mode' => 'append');
|
||||
$f->write_file('file' => '../vulnerabilities.csv', 'content' => "$nb[0].$nb[1].$nb[2];$nb[0];$nb[1];$nb[2];$line", 'mode' => 'append');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue