Access bugzilla security bug metadata via STMO
Categories
(bugzilla.mozilla.org :: General, enhancement, P1)
Tracking
()
People
(Reporter: psiinon, Assigned: dylan)
References
Details
Attachments
(1 file, 3 obsolete files)
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Assignee | ||
Comment 3•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
Reporter | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Comment 10•7 years ago
|
||
Assignee | ||
Comment 11•7 years ago
|
||
Assignee | ||
Comment 12•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Reporter | ||
Comment 13•6 years ago
|
||
:dylan I'm afraid I dont understand the BMO schema / API definition enough to understand if the code in the above attachment includes all of fields we highlighted in the gdoc: https://docs.google.com/document/d/1v5HZlH77PHcPSup0gDJTKUKzuCBE3ltGVwgz0d_DeU0/edit#heading=h.9zk2sxea4fs
Can you confirm if all of the fields we highlighted will be included in the schema or if not which fields will be missing?
I'm not concerned about the structure of the data, we can manipulate that in STMO, its just whether the raw info will be there.
Assignee | ||
Comment 14•6 years ago
|
||
we chatted about this, and the PR has a revised list.
Reporter | ||
Comment 15•6 years ago
|
||
The fields we need are:
blocks
component
creation_time
creator
depends_on
dupe_of
duplicates
flags
groups
id
is_open
keywords
last_change_time
last_resolved
priority
product
resolution
severity
bug_status
target_milestone
whiteboard
Ideally we'd also like:
platform
:dylan does that help?
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 16•6 years ago
|
||
Assignee | ||
Comment 17•6 years ago
•
|
||
(In reply to Simon Bennetts [:psiinon] from comment #15)
The first version omits the following fields, which will be added in a future update.
The fields we need are:
creation_time
Missing due to dates being difficult.
is_open
Missing because it's non-trivial to expose.
last_change_time
Because it's a date.
last_resolved
Because it's added by an extension
whiteboard
Because it's added by an extension.
platform
Missing because it was overlooked.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Description
•