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