Definitive list of what is in OneCRL
Categories
(Core :: Security Block-lists, Allow-lists, and other State, enhancement, P2)
Tracking
()
People
(Reporter: kathleen.a.wilson, Unassigned)
Details
(Keywords: stale-bug, Whiteboard: [ca-onecrl])
| Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
| Reporter | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Updated•9 years ago
|
| Comment hidden (obsolete) |
Comment 9•8 years ago
|
||
| Reporter | ||
Comment 10•8 years ago
|
||
Updated•8 years ago
|
Comment 11•6 years ago
|
||
This really isn't a PSM bug. It still might necessitate the same set of people, but it should be tracked for blocklists.
Everytime I look at this, I imagine just writing a little script to parse the public Kinto data and present it -- but then I get to comment 10 about checking the version history, and there becomes the problem. So unless said script auto-commits to a Git repository (doable, tho), that would need to scrape the admin interface of Kinto. I'm NI-ing Mattieu to see if he has any ideas on this, but I'm guessing the architecture for getting something out the door for this would be:
script runs periodically
it pulls from https://settings.prod.mozaws.net/v1/buckets/security-state/collections/onecrl/records
it writes out a plaintext file
if any diffs, it commits it to a local git repo
it pushes any commits to Github
That could all be automated pretty tightly, and need no extra permissions.
Comment 12•6 years ago
|
||
Note that the official URL is https://firefox.settings.services.mozilla.com/v1/buckets/security-state/collections/onecrl/records
(the settings.prod.mozaws.net is the origin server and can theorically change)
In order to produce a feed of changes, there is a history endpoint accessible for authenticated users at: https://settings-writer.prod.mozaws.net/v1/buckets/security-state/history?collection_id=onecrl
It could be pulled, filtered and published somewhere public relatively easily I guess.
AFAIU the onecrl collection is populated by a script. This script could also be in charge of publishing something somewhere :)
| Reporter | ||
Updated•4 years ago
|
Description
•