Total Complexity | 0 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | 1 | NAMESPACES = { |
|
2 | 'XMLSchema': 'http://oval.mitre.org/XMLSchema/oval-results-5', |
||
3 | 'xccdf': 'http://checklists.nist.gov/xccdf/1.2', |
||
4 | 'arf': 'http://scap.nist.gov/schema/asset-reporting-format/1.1', |
||
5 | 'oval-definitions': 'http://oval.mitre.org/XMLSchema/oval-definitions-5', |
||
6 | 'scap': 'http://scap.nist.gov/schema/scap/source/1.2', |
||
7 | 'oval-characteristics': 'http://oval.mitre.org/XMLSchema/oval-system-characteristics-5', |
||
8 | 'oval-object': 'http://oval.mitre.org/XMLSchema/oval-definitions-5#independent', |
||
9 | 'cpe-dict': 'http://cpe.mitre.org/dictionary/2.0', |
||
10 | 'ds': 'http://scap.nist.gov/schema/scap/source/1.2', |
||
11 | } |
||
12 |