python-tuf/tuf/api
Jussi Kukkonen 8ed4414946 Fix incorrect targetpath comparison on Windows
fnmatch() will do case-normalization if the OS expects it:
we do not want this as
* the path is more a URL than a file path
* results need to not change based on OS

Fix the result on Windows by using fnmatchcase()

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2026-04-21 12:27:16 +03:00
..
serialization lint fixes 2025-06-24 11:02:09 +03:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
_payload.py Fix incorrect targetpath comparison on Windows 2026-04-21 12:27:16 +03:00
dsse.py lint: change base tuple order in SimpleEnvelope 2025-09-16 09:10:50 +02:00
exceptions.py Fix typos 2025-03-10 22:06:30 +01:00
metadata.py lint fixes 2025-06-24 11:02:09 +03:00