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
Adds regression coverage for Skops nested Python members that resolve high-risk calls through __getattribute__, with benign getattribute coverage to guard false positives.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104
104
- classify unavailable ZIP traversal, member, manifest-less TorchServe handler, and Keras artifact scan coverage as inconclusive while preserving archive-depth security findings
105
105
- classify unavailable TAR traversal and member scan coverage as inconclusive while preserving depth-limit security findings
106
106
- classify unavailable Skops member and schema coverage as inconclusive rather than security findings
107
+
- preserve Skops nested Python-member detection for high-risk calls reached through `__getattribute__`
107
108
- classify bounded, unreadable, or unparseable TorchServe MAR analysis gaps as inconclusive rather than security findings
108
109
- detect manifest-declared TorchServe extra files and PyTorch ZIP members disguised with executable content
109
110
- classify incomplete SevenZip coverage as inconclusive and avoid caching temporary extracted members
0 commit comments