File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,24 @@ Our policy is to acknowledge the receipt of vulnerability reports
1616within 48 hours. Our policy is to address critical security vulnerabilities
1717rapidly and post patches within 14 days if possible.
1818
19+ ## CVE Assignment
20+
21+ We request a CVE when an untrusted party can plausibly trigger the flaw
22+ through normal product inputs (for example, a crafted EXR or other data
23+ the application is meant to process); otherwise we treat it as a regular
24+ bugfix, document it in a GitHub security advisory or release notes when
25+ helpful, and do not request a CVE for API-only or caller-controlled
26+ failures with no realistic adversarial path.
27+
28+ Flaws whose root cause lies in a bundled dependency (such as OpenJPH)
29+ are fixed upstream; the upstream project owns the CVE when one is
30+ warranted. Note that this applies even when a flaw is detected in
31+ dependency code vendored into OpenEXR's ` external/ ` source directory.
32+ OpenEXR addresses them by updating the dependency and noting the
33+ upstream advisory in release notes. We request a CVE for OpenEXR
34+ itself only when the flaw is in our code and untrusted input can reach
35+ it through normal use of the library.
36+
1937## Known Vulnerabilities
2038
2139| CVE | Affected Versions | Patched Versions |
You can’t perform that action at this time.
0 commit comments