You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the supplementary thrift NVD-CPE watch (obsolete after 0.24.0)
The weekly NVD-CPE thrift watch existed only because we were accepting
the thrift CVEs on the 0.22.0 pin (filed against the CPE, not the PyPI
purl, so the OSV gate couldn't see them). With thrift bumped to 0.24.0
those CVEs are actually cleared, so the watch has nothing left to guard.
Remove it; the normal OSV gate + version pin handle any future thrift CVE.
Co-authored-by: Isaac
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
echo "::error::Thrift CVE(s) mentioning Python detected ($PY_HITS) against locked thrift $THRIFT_VER. These are INVISIBLE to the OSV/purl gate. Re-evaluate the thrift pin (see the thrift note in pyproject.toml)."
345
-
exit 1
346
-
fi
347
-
echo "No Python-affecting thrift CVE. Non-Python binding advisories remain accepted (0.23.0 fix blocked by ES-1960554)."
348
-
349
266
# --- Terminal: scheduled/manual event ---
350
267
# Weekly reports ALL findings (not just CVSS >= 7) so emerging risk is
351
268
# visible before it crosses the PR gate. PR-time is narrower to avoid
0 commit comments