Closed
Bug 1581846
Opened 6 years ago
Closed 6 years ago
Disable some coverity checkers that are not actionable
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox71 fixed)
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
Details
Attachments
(1 file)
For some coverity checkers like:
- DC.PREDICTABLE_KEY_PASSWORD
- DC.STREAM_BUFFER
- DC.WEAK_CRYPTO
- DC.STRING_BUFFER
- SECURE_CODING
The results are very inaccurate so we should disable them from the analysis.
The rest of implementation will be done on the snapshot generating machine that is not currently part of infra.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
Pushed by bpostelnicu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/58cde5f39aec
mark some Coverity checkers as disabled since their results yiled to be false-positive. r=bastien
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•