Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Critical Vulnerability Finding on line 0

More Details

Vulnerabilities [torch:2.3]

Name Severity Source Fixed version CVSS score CVSS exploitability score Has public exploit Has CISA KEV exploit
CVE-2025-2953 Low https://github.com/advisories/GHSA-3749-ghw9-m3mg 2.7.1-rc1 4.8 1.8 true false
CVE-2025-32434 Critical https://github.com/advisories/GHSA-53q9-r3pm-6pq6 2.6.0 9.3 3.9 true false
CVE-2025-3730 Medium https://github.com/advisories/GHSA-887c-mr87-cxwp 2.8.0 4.8 1.8 true false

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).


To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
]
readme = "README.md"

dependencies = ["pyimzML==1.5", "pandas==2.2", "pandas-stubs", "pyarrow==19.0", "scikit-image==0.25", "torch==2.3", "torchvision==0.18", "tifffile==2025.2.18", "matplotlib==3.10", "scikit-learn==1.6", "torch_tools @ git+https://github.com/jdenholm/TorchTools.git@v0.13.0", "tiffslide==2.4", "shapely==2.0.7"]
dependencies = ["pyimzML==1.5", "pandas==2.2", "pandas-stubs", "pyarrow==23.0.1", "scikit-image==0.25", "torch==2.3", "torchvision==0.18", "tifffile==2025.2.18", "matplotlib==3.10", "scikit-learn==1.6", "torch_tools @ git+https://github.com/jdenholm/TorchTools.git@v0.13.0", "tiffslide==2.4", "shapely==2.0.7"]

# [project.urls]
# "Homepage" = ""
Expand Down