Cannot lookup bug list from CVE
Bug #322562 reported by
Kees Cook
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Deryck Hodge |
Bug Description
I was expecting a bug_collection attached to a CVE object, so I could reproduce the list of bugs for a given CVE.
Related branches
lp://qastaging/~deryck/launchpad/lp-322562
- Graham Binns (community): Approve
-
Diff: 90 lines (+20/-2)4 files modifiedlib/lp/bugs/configure.zcml (+0/-1)
lib/lp/bugs/interfaces/bug.py (+1/-0)
lib/lp/bugs/interfaces/cve.py (+6/-0)
lib/lp/bugs/stories/webservice/xx-bug.txt (+13/-1)
Changed in malone: | |
importance: | Undecided → Medium |
milestone: | none → 2.2.2 |
status: | New → Triaged |
Changed in malone: | |
milestone: | 2.2.2 → none |
Changed in malone: | |
milestone: | 3.0 → 3.1.10 |
Changed in malone: | |
assignee: | Kees Cook (kees) → nobody |
tags: | added: platform-blocker |
Changed in malone: | |
assignee: | nobody → Deryck Hodge (deryck) |
milestone: | none → 3.1.11 |
Changed in malone: | |
status: | Triaged → In Progress |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
it looks like it's just not exposed? bugs/model/cve.py has a "bugs" SQL join. Is this patch sufficient?