Which YAML Parser Does Panther Use for Rules and Scheduled Queries?
Last updated: September 22, 2025
QUESTION
What YAML parser does Panther use to read YAML configurations for rules and scheduled queries?
ANSWER
Panther uses ruamel.yaml to parse YAML configurations for rules and scheduled queries. You can see this implementation in the Panther Analysis Tool source code.