You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
SC-7 (3)
control enhancement did not indicate a family in version 0.12.2.The text was updated successfully, but these errors were encountered: