fix root computation

This commit is contained in:
overcuriousity
2025-09-16 15:25:39 +02:00
parent 0e92ec6e9a
commit ad4086b156
3 changed files with 20 additions and 32 deletions

View File

@@ -514,7 +514,6 @@ class CrtShProvider(BaseProvider):
shared = []
# Create a set of certificate IDs from the first list for quick lookup
# <<< FIX: Added robust type checking to handle potentially malformed API data
cert1_ids = set()
for cert in certs1:
cert_id = cert.get('certificate_id')