Skip to content

issues Search Results · language:Edge language:Python linked:pr linked:pr language:JavaScript language:JavaScript linked:pr

Filter by

4.4M results  (395 ms)

4.4M results

Summary delete_certificate() hardcodes a search over only two scopes: vsys1 and /config/shared. On a multi-vsys device where the old cert was imported into vsys2 or vsys3, the function finds nothing in ...

Summary cert_exists() is called with a hardcoded vsys1 XPath in main(). If a certificate with the same name as --new-name already exists in /config/shared/certificate (or in any vsys other than vsys1), ...

Summary import_keypair() places the passphrase in the params dict. The _post() helper passes params to httpx as URL query parameters — not as the POST body. httpx always encodes params as the URL query ...

Summary validate_cert_and_key() calls load_pem_private_key(key_pem, password=None) unconditionally. The function signature does not accept a passphrase parameter, and the call site in main() does not ...

Summary list_vsys() catches all exceptions and returns [ vsys1 ] with no log message. On a multi-vsys device, any transient API error, timeout, or auth failure during vsys enumeration causes discovery ...

Summary find_shared_decrypt_refs() queries only /config/shared/ssl-decrypt/forward-trust-certificate for rsa and ecdsa children. It has no code path for forward-untrust-certificate. This is inconsistent ...

Summary The exception hierarchy is PanosAuthError → PanosError → Exception. The inner except (PanosError, Exception) block inside main() s inner try catches all exceptions including PanosAuthError. If ...

Summary _build_commit_cmd(validate, admin) produces structurally wrong XML when validate=True and admin is set. The inner string already includes partial … /partial tags, and the validate=True branch ...

Summary xml.sax.saxutils.escape() only escapes , , and . It does not escape single quotes ( ). Every XPath predicate throughout the file uses single-quote delimiters: entry[@name= ESCAPED_VALUE ] ...

Summary find_gp_refs() is supposed to discover GlobalProtect gateway and portal entries that reference the old certificate so they can be remapped. It s broken in two compounding ways: 1. Wrong comparison: ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.