This message was deleted.
# general
s
This message was deleted.
👀 1
h
Motivation for the above is to address certain CVE's that are fixed in 1.32.0
a
You have tagged the wrong Abhishek 🙂
which CVEs are those btw?
We do have plans to upgrade Calcite early this year. What's unknown is whether we can do it without shading calcite dependencies.
h
My apologies! This is the CVE of concern: CVE-2022-39135
a
We analyzed this CVE before and came to conclusion that druid is not affected by it.
m
do the results of those analysis get posted somewhere in the repo as part of an exception on CVE checks?
h
I see this
Copy code
owasp-dependency-check-suppressions.xml
678:    <cve>CVE-2022-39135</cve>
702:    <cve>CVE-2022-39135</cve>
713:    <cve>CVE-2022-39135</cve>
m
yeah Ive seen this file, but the notes there are not really descriptive for why its suppressed
✅ 1
a
It does say - "We do not expose any of the SQL operators that were found vulnerable in this CVE." what additional info would be useful there?
👀 1
m
missed that on the first pass
h
@Abhishek Agarwal There was another one that had to with jackson-databind
CVE-2022-42003
, I see that also was in the supression list, is there documentation somewhere for this one?