Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Represent control family for control enhancements. #14

Open
gregelin opened this issue Oct 2, 2016 · 0 comments
Open

Represent control family for control enhancements. #14

gregelin opened this issue Oct 2, 2016 · 0 comments

Comments

@gregelin
Copy link

gregelin commented Oct 2, 2016

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant