Closed
Bug 2024522
Opened 4 days ago
Closed 6 hours ago
Generate dependency verification metadata for gradle deps
Categories
(Firefox for Android :: Tooling, task)
Tracking
()
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: jonalmeida, Assigned: jonalmeida)
References
Details
(Whiteboard: [fxdroid][group6][quickwins])
Attachments
(2 files)
We want some external dependencies to be validated that the artifacts do not change without us being notified. This is a helpful security feature built into gradle that we can employ.
Updated•4 days ago
|
| Assignee | ||
Comment 1•4 days ago
|
||
Used: ./gradlew --write-verification-metadata sha256 help
Limited to only mockito with wildcards.
Source: https://docs.gradle.org/current/userguide/dependency_verification.html
| Assignee | ||
Comment 2•4 days ago
|
||
To make it easier to update the verification-metadata.xml file with
mach gradle writeVerificationMetadata will cover our supported
projects.
Updated•2 days ago
|
Attachment #9554745 -
Attachment description: Bug 2024522 - Add writeVerificationMetadata to update verification files r=ahochheiden → Bug 2024522 - Add write-verification-metadata subcommand r=ahochheiden
Pushed by jonalmeida942@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/0a031f79d566
https://hg.mozilla.org/integration/autoland/rev/4f1070832717
Generate dependency verification metadata for mockito. r=mcarare,android-reviewers
https://github.com/mozilla-firefox/firefox/commit/7b74d86ca4ce
https://hg.mozilla.org/integration/autoland/rev/0fa3dfdbb00c
Add write-verification-metadata subcommand r=ahochheiden
Comment 4•6 hours ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4f1070832717
https://hg.mozilla.org/mozilla-central/rev/0fa3dfdbb00c
Status: ASSIGNED → RESOLVED
Closed: 6 hours ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•