{"name": "package_nftables_and_service_disabled_firewalld", "original_expression": "package[nftables] and service_disabled[firewalld]", "xml_content": "<ns0:platform xmlns:ns0=\"http://cpe.mitre.org/language/2.0\" id=\"package_nftables_and_service_disabled_firewalld\"><ns0:logical-test operator=\"AND\" negate=\"false\"><ns0:check-fact-ref system=\"http://oval.mitre.org/XMLSchema/oval-definitions-5\" href=\"ssg-ubuntu2204-cpe-oval.xml\" id-ref=\"oval:ssg-package_nftables:def:1\" /><ns0:check-fact-ref system=\"http://oval.mitre.org/XMLSchema/oval-definitions-5\" href=\"ssg-ubuntu2204-cpe-oval.xml\" id-ref=\"oval:ssg-service_disabled_firewalld:def:1\" /></ns0:logical-test></ns0:platform>", "bash_conditional": "( dpkg-query --show --showformat='${db:Status-Status}' 'nftables' 2>/dev/null | grep -q '^installed$' && ! (systemctl is-active firewalld &>/dev/null) )", "ansible_conditional": "( \"nftables\" in ansible_facts.packages )", "title": "", "definition_location": ""}