-
Notifications
You must be signed in to change notification settings - Fork 316
Description
I'm noticing that none of the policies currently listed have disclosure_timeline_days
set. However, it's a requirement if co-ordinated
is set. This seems like overly restrictive for a org declaring their disclosure policy. Our policy states:
Provide us with a reasonable amount of time to remedy the vulnerability before sharing the details of the vulnerability with the public, and in any event, avoid sharing any details of the vulnerability publicly until you have at least received an acknowledgement from us regarding the reported vulnerability;
- https://github.com/gradle/.github/blob/master/SECURITY.md
Our policy is attempting to allow public disclosure, but not set any hard deadlines on anyone's disclosure timeline. Not sure how to communicate this with the current schema requirements:
diodb/program-list-schema.json
Lines 96 to 105 in a624b0c
"if": { | |
"properties": { | |
"public_disclosure": { | |
"const": "co-ordinated" | |
} | |
} | |
}, | |
"then": { | |
"required": ["disclosure_timeline_days"] | |
}, |