forked from mirrors/openup
Tweaks.
This commit is contained in:
parent
d6c9801637
commit
c54a833668
1 changed files with 2 additions and 2 deletions
4
openup
4
openup
|
|
@ -192,10 +192,10 @@ check_vuxml() {
|
|||
awk "/<name>${p}<\/name>/,/<\/vuln>/" ${_TMPVUXML} | \
|
||||
sed '/<\/vuln>/,$d' | \
|
||||
sed -n -e 's/.*<range><lt>\(.*\)<\/lt><\/range>.*/\1/p' \
|
||||
-e 's/.*<p>\(.*\)<\/p>.*/\1/p' | uniq |\
|
||||
-e 's/.*<p>\(.*\)<\/p>.*/\1/p' | uniq | \
|
||||
while read l; do echo -n "${l} "; done
|
||||
echo "\n"
|
||||
done | fmt | sed '/^$/d' | uniq -u
|
||||
done | fmt | sed '/^$/d'
|
||||
}
|
||||
|
||||
while getopts 'SUcn' arg; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue