Skip to content

Represent control family for control enhancements. #14

@gregelin

Description

@gregelin

SC-7 (3) control enhancement did not indicate a family in version 0.12.2.

>>> c = compliancelib.NIST800_53("AT-3")
>>> c.family
'AWARENESS AND TRAINING'
>>> c = compliancelib.NIST800_53("SC-7")
>>> c.family
'SYSTEM AND COMMUNICATIONS PROTECTION'
>>> c = compliancelib.NIST800_53("SC-7 (3)")
>>> c.family
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'NIST800_53' object has no attribute 'family'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions