What We Considered
We spent real time researching whether CVE scores should play a larger role in Proximos’s enforcement logic — pulling severity data from SOFA directly, or going straight to CVE.org, and using it to drive the workflow itself. The idea we kept coming back to was tiered enforcement windows: a critical CVE might warrant a tight, 48-hour patch deadline, while a low-severity update could sit on the normal countdown timeline. Tying urgency to known severity sounds like exactly the right way to prioritize patching.What We Found in Practice
The timing of CVE disclosure doesn’t line up with the timing of an enforcement deadline:- A CVE score isn’t always available right away. It can take up to 48 hours after an update ships for that update’s CVE score to be published.
- Details take even longer. A full description of what a security patch actually fixes may not be published for up to two weeks.