Author: fw
Date: 2005-09-16 18:30:15 +0000 (Fri, 16 Sep 2005)
New Revision: 2024
Modified:
data/CAN/list
lib/python/bugs.py
Log:
CAN-2002-1767: Fix spelling.
lib/python/bugs.py (FileBase.re_not_for_us_required):
Catch more typos.
Modified: data/CAN/list
==================================================================---
data/CAN/list 2005-09-16 14:57:34 UTC (rev 2023)
+++ data/CAN/list 2005-09-16 18:30:15 UTC (rev 2024)
@@ -3760,7 +3760,7 @@
CAN-2002-1768 (Cisco IOS 11.1 through 12.2, when HSRP support is not enabled,
allows ...)
NOTE: not-for-us (Cisco)
CAN-2002-1767 (Buffer overflow in tnslsnr of Oracle 8i Database Server 8.1.5
for ...)
- NOTE: not-for-su (Oracle)
+ NOTE: not-for-us (Oracle)
CAN-2002-1766 (Buffer overflow in Composer in Netscape 4.77 allows local users
to ...)
NOTE: not-for-us (Netscape)
NOTE: didn''t check mozilla
Modified: lib/python/bugs.py
==================================================================---
lib/python/bugs.py 2005-09-16 14:57:34 UTC (rev 2023)
+++ lib/python/bugs.py 2005-09-16 18:30:15 UTC (rev 2024)
@@ -461,7 +461,7 @@
re_package_required = re.compile(r''^(?:\[.*\]\s*)?[-!]'')
re_package = re.compile(r''^(?:\[([a-z]+)\] )?[-!]
([A-Za-z0-9:.+-]+)''
+
r''(?:\s+([A-Za-z0-9:.+-]+))?\s*(?:\((.*)\))?$'')
- re_not_for_us_required =
re.compile(r''^NOTE:\s+not?e?-fo?r-u'')
+ re_not_for_us_required =
re.compile(r''^NOTE:\s+not?e?-f[ou]?r-[us]'')
re_not_for_us =
re.compile(r''^NOTE:\s+not-for-us(?:\s+\((.*)\))?\s*$'')
re_reserved = re.compile(r''^NOTE:\s+reserved\s*$'')
re_rejected = re.compile(r''^NOTE:\s+rejected\s*$'')