change(freetype): exclude cve-2026-23865#698
Conversation
fhrbata
left a comment
There was a problem hiding this comment.
The reason it's still reported is that the CVE has not yet been processed in NVD and it does not have a CPE assigned. The extended scan looks for keywords, like FreeType, in the description, and that the reason it's still reported. Adding the CVE into the exclude list is the proper way how to handle this situation, until CPE is assigned to CVE by NVD. Thank you
Ok, thanks for letting me know. Updated the description. Thanks! |
Change description
freetypewas recently update to v2.14.2 with this PR, however even after the update,esp-idf-sbomstill mentions CVE-2026-23865 (The CVE description mentionsFreetype).This PR adds
CVE-2026-23865to the exclude list as it is fixed in the current version.