Closed
Bug 1344829
Opened 8 years ago
Closed 8 years ago
add BUG_COMPONENT to security/* files
Categories
(Core :: Security: PSM, enhancement)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(1 file, 1 obsolete file)
4.00 KB,
patch
|
keeler
:
review+
|
Details | Diff | Splinter Review |
to ensure bugs get to the right component, we want to map all the source files in-tree to the proper bugzilla components.
I have this figured out:
$ ./mach file-info bugzilla-component security/**
Core :: Build Config
security/generate_certdata.py
security/generate_mapfile.py
Core :: Security: PSM
security/apps
security/certverifier
security/manager
security/moz.build
security/nss
security/nss.symbols
security/patches
security/pkix
Core :: Security: Process Sandboxing
security/sandbox
I am confused about security/nss/* and security/patches/*, these seem to be nss imported code from (https://hg.mozilla.org/projects/nss), if we find code that is problematic here, should we file bugs in security:psm, or nss:??
Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
> I am confused about security/nss/* and security/patches/*, these seem to be nss imported code from (https://hg.mozilla.org/projects/nss), if we find code that is problematic here, should we file bugs in security:psm, or nss:??
Yep. For NSS at least. Patches isn't really used afaik.
Comment 3•8 years ago
|
||
Comment on attachment 8844108 [details] [diff] [review]
add BUG_COMPONENT to security/*
Review of attachment 8844108 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. We should probably just remove the patches directory.
Attachment #8844108 -
Flags: review?(dkeeler) → review+
Comment 4•8 years ago
|
||
(In reply to Joel Maher ( :jmaher) from comment #0)
> code that is problematic here, should we file bugs in security:psm, or nss:??
NSS :: Libraries would probably be best.
Assignee | ||
Comment 5•8 years ago
|
||
updated nss to be NSS:Libraries and removed the security/patches/ directory:
$ ./mach file-info bugzilla-component security/**
Core :: Build Config
security/generate_certdata.py
security/generate_mapfile.py
Core :: Security: PSM
security/apps
security/certverifier
security/manager
security/moz.build
security/pkix
Core :: Security: Process Sandboxing
security/sandbox
NSS :: Libraries
security/nss
security/nss.symbols
with those few changes, I thought it best to ask for a r? again.
Attachment #8844108 -
Attachment is obsolete: true
Attachment #8844828 -
Flags: review?(dkeeler)
Comment 6•8 years ago
|
||
Comment on attachment 8844828 [details] [diff] [review]
add BUG_COMPONENT to security/* and remove patches/ dir
Review of attachment 8844828 [details] [diff] [review]:
-----------------------------------------------------------------
Yep, LGTM.
Attachment #8844828 -
Flags: review?(dkeeler) → review+
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/aad8e9c4a511
add BUG_COMPONENT to security/* files. r=keeler
Comment 8•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•