ssg.id_translate module

class ssg.id_translate.IDTranslator(content_id)[source]

Bases: object

This class is designed to handle the mapping of meaningful, human-readable names to IDs in the formats required by the SCAP checking systems, such as OVAL and OCIL.

generate_id(tagname, name)[source]
translate(tree, store_defname=False)[source]
translate_oval_document(oval_document, store_defname=False)[source]