Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:Java linked:pr linked:pr

Filter by

5.8M results  (402 ms)

5.8M results

Submission checklist - [x] This is a bug, not a usage question. - [x] I added a clear and descriptive title that summarizes this issue. - [x] I used the GitHub search to find a similar question ...
bug
external
perplexity

The five OpenDesign handoff documents that the 2.0 specs cite as the authoritative UI/API source live only in the external Open Design app project folder — they are not in the repo. The 2.0 architecture ...
documentation

Parent: #743 Bug Several API service list functions return their module-level in-memory arrays directly. Any in-process caller that receives one of these arrays can mutate it with push, pop, splice, ...

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 _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 ...
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.