PaloAltoNetworks / PaloAltoNetworks/pan-os-python
Feature request: SSL decryption rules can have multiple certificates (PAN-OS 10.2)
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 400
- Forks
- 199
- PR merge metrics
- No merged PRs in 30d
Description
Starting in PAN-OS 10.2, ssl decryption rules can have multiple certificates. A user on live said the xml changed from this:
<type>
<ssl-inbound-inspection>
test-cert
</ssl-inbound-inspection>
</type>
to this:
<type>
<ssl-inbound-inspection>
<certificates>
<member>test-cert</member>
</certificates>
</ssl-inbound-inspection>
</type>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the SSL decryption rule model and its XML serialization or API entry point, then compare the PAN-OS 10.2 structure in the issue with the existing representation. Done means rules can represent and emit multiple certificates using the nested certificates/member structure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100