Fix: Rev 4 to Rev 5 - #1990
Conversation
|
Hi @sebastiantorrescodes I enabled the pipelines and they passed. However DCO is failing. See the slack channel for some info on signing. Also, @1aur was successful at signing - perhaps she can share with you. |
|
@sebastiantorrescodes Do you want to meet on Teams to move this PR forward? Soon or once semester ends? |
|
Hi @sebastiantorrescodes please ping here or on slack. When can we meet on Teams this week and try to finish this PR? |
|
@sebastiantorrescodes When I download your branch: |
| JSON_NIST_PROFILE_NAME = 'NIST_SP-800-53_rev5_MODERATE-baseline_profile.json' | ||
| JSON_NIST_REV_4_DATA_PATH = pathlib.Path(TEST_DIR / '../nist-content/nist.gov/SP800-53/rev4/json/').resolve() | ||
| JSON_NIST_REV_4_CATALOG_NAME = 'NIST_SP-800-53_rev4_catalog.json' | ||
| JSON_NIST_REV_4_DATA_PATH = pathlib.Path(TEST_DIR / '../nist-content/nist.gov/SP800-53/rev5/json/').resolve() |
There was a problem hiding this comment.
The variable name should be changed to reflect REV5.
| JSON_NIST_REV_4_CATALOG_NAME = 'NIST_SP-800-53_rev5_catalog.json' | ||
| JSON_NIST_REV_5_CATALOG_NAME = 'nist-rev5-catalog-full.json' | ||
| JSON_NIST_REV_4_PROFILE_NAME = 'NIST_SP-800-53_rev4_MODERATE-baseline_profile.json' | ||
| JSON_NIST_REV_4_PROFILE_NAME = 'NIST_SP-800-53_rev5_MODERATE-baseline_profile.json' |
|
Hi @sebastiantorrescodes, could you please fix the variable names. See comments. Also, if you click on DCO it will tell you how to sign and get rid of this red X. Thx! |
|
Closing in favor of #2116 |
Types of changes
develop->main)Quality assurance (all should be covered).
Summary
Key links:
Before you merge