Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128115 - glsa-check CVE/CAN update
Summary: glsa-check CVE/CAN update
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL: http://cve.mitre.org/cve/refs/refmap/...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-03-30 08:26 UTC by solar (RETIRED)
Modified: 2006-12-12 10:03 UTC (History)
3 users (show)

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 solar (RETIRED) gentoo-dev 2006-03-30 08:26:08 UTC
Recently mitre changed the naming of it's CAN's to be CVE's
We are trying todo a full audit of our glsa's and CVE mappings 
http://cve.mitre.org/cve/refs/refmap/source-GENTOO.html
and noticed the glsa-check util will need a one liner update for this.
We need to support both CAN and CVE. 

-sys.stdout.write(" "+(",".join([r[:13] for r in myglsa.references if r[:4] == "CAN-"])))

+sys.stdout.write(" "+(",".join([r[:13] for r in myglsa.references if r[:4] in ("CAN-", "CVE-")])))
Comment 1 solar (RETIRED) gentoo-dev 2006-12-12 10:03:23 UTC
closing bug.. This is in stable now.