Parent Directory
|
Revision Log
- bugfix: we need to add "TODO: check" even if the CVE was know from a DSA before appearing at mitre - use gzipped version of allitems.html to save bandwidth
| 1 | joeyh | 1672 | #!/bin/sh |
| 2 | set -e | ||
| 3 | |||
| 4 | joeyh | 2458 | if [ ! -d CVE ]; then |
| 5 | joeyh | 1672 | echo "run in data subdirectory" >&2 |
| 6 | exit 1 | ||
| 7 | fi | ||
| 8 | |||
| 9 | cd CVE | ||
| 10 | joeyh | 2458 | rm -f allitems.html |
| 11 | stef-guest | 5001 | wget --quiet http://www.cve.mitre.org/cve/downloads/allitems.html.gz |
| 12 | gunzip allitems.html.gz | ||
| 13 | joeyh | 2458 | ../../bin/updatelist allitems.html ../DSA/list ../DTSA/list list > list.new |
| 14 | joeyh | 1672 | mv -f list.new list |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |