Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99394 - Linking for Common Vulnerabilites and Exposures
Summary: Linking for Common Vulnerabilites and Exposures
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Jeffrey Forman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 99437 99714
  Show dependency tree
 
Reported: 2005-07-17 20:53 UTC by Robert Paskowitz (RETIRED)
Modified: 2011-10-30 23:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Paskowitz (RETIRED) gentoo-dev 2005-07-17 20:53:33 UTC
$text =~ s~((CAN|CVE)\-\d{4}\-\d{4})
         ~<a href=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=$1\">$1</a>
         ~ixgc; 

This will match in the form of CAN-XXXX-XXXX and CVE-XXXX-XXXX, where each X is any number. The 
CAN form will be deprecated starting October 19, 2005, but will remain valid for linking, and should be 
kept so all earlier references maintain valid.
Comment 1 Jeffrey Forman (RETIRED) gentoo-dev 2005-10-14 08:52:56 UTC
coded in bugstest. will be active when made live.