| 1 |
#!/bin/sh |
#!/bin/bash |
| 2 |
# Nico Golde <nion@debian.org> |
# Nico Golde <nion@debian.org> |
| 3 |
# Latest change: Do Sep 20 20:13:19 CEST 2007 |
# Latest change: Do Sep 20 20:13:19 CEST 2007 |
| 4 |
# extract TODO items for unfixed security issues in unstable/testing |
# extract TODO items for unfixed security issues in unstable/testing |
| 22 |
*\-*\ \(*...\)) |
*\-*\ \(*...\)) |
| 23 |
CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )" |
CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )" |
| 24 |
;; |
;; |
| 25 |
|
*\-[0-9,X][0-9,X][0-9,X][0-9,X]) |
| 26 |
|
CVE="CVE-$( echo "$LINE" | cut -d ' ' -f 1 )" |
| 27 |
|
;; |
| 28 |
*NOTE:*) ;; |
*NOTE:*) ;; |
| 29 |
|
*\[lenny\]*) ;; |
| 30 |
*\[etch\]*) ;; |
*\[etch\]*) ;; |
| 31 |
*\[sarge\]*) ;; |
*\[sarge\]*) ;; |
| 32 |
*\<unfixed\>*) |
*\<unfixed\>*) |