|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2022-25882: python-onnx: directory traversal | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | SMASH SMASH <smash_bz> |
| Component: | Security | Assignee: | Guillaume GARDET <guillaume.gardet> |
| Status: | IN_PROGRESS --- | QA Contact: | Security Team bot <security-team> |
| Severity: | Major | ||
| Priority: | P3 - Medium | CC: | guillaume.gardet, lubos.kocman, mlin, thomas.leroy |
| Version: | Leap 15.6 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/355339/ | ||
| Whiteboard: | |||
| Found By: | Security Response Team | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
SMASH SMASH
2024-02-26 08:29:50 UTC
openSUSE:Factory already fixed. Backports affected onnx currently fails to build in SLE15-SP6 Backports project [0]. To update ONNX, we need to add protobuf21, python-fb-re2 and python-nbval packages to Backport project. [0]: https://build.opensuse.org/package/show/openSUSE:Backports:SLE-15-SP6/python-onnx Update seems impossible, because python-nbval requires python-nbformat which requires python3-base >= 3.8 which is not available in Leap:15.6 We will likely drop the package from Leap 15.6 (In reply to Guillaume GARDET from comment #4) > We will likely drop the package from Leap 15.6 Delete request sent to Leap 15.6 / SLE15-SP6: https://build.opensuse.org/request/show/1155495 (In reply to Guillaume GARDET from comment #3) > Update seems impossible, because python-nbval requires python-nbformat which > requires python3-base >= 3.8 which is not available in Leap:15.6 Not exactly, after PSP update in SLE15, building package with python 3.11 is possible, you need to adding %{?sle15_python_module_pythons} or %{?sle15allpythons} to your specfile though, as well as to use %{python_module MODULE_NAME} for BuildRequires. _python 3.11_ version of python-nbval, python-nbformat and its dependencies sounds not a small amount indeed though. I'm fine to drop python-onnx from Backports:SLE-15-SP6 if there is no customer, the only customer looks like was python-onnxconverter-common. |