Closed KyungjinJPark closed 2 weeks ago
@KyungjinJPark - Thank you for identifying the bugs. We will address the typos and release the catalog and profiles with the fixes.
The bug was fixed and pushed to the develop
branch, and it will be released with the next release.
Describe the bug
In the Revision 5 source XML, the
si-3.9
control does not have the non-zero padded (classless) label. it also seems to be missing theclass="zero-padded"
one that the other controls seem to have, instead having twoclass="sp800-53a"
labels.src/nist.gov/SP800-53/rev5/xml/NIST_SP-800-53_rev5_catalog.xml
lines77352-77359
:Who is the bug affecting?
Consumers reading from all formats (JSON, XML, and YAML) of the Revision 5 catalog at
nist.gov/SP800-53/rev5
that use the non-padded control labels.What is affected by this bug?
the
si-3.9
control's labelsWhen does this occur?
always
How do we replicate the issue?
src/nist.gov/SP800-53/rev5/xml/NIST_SP-800-53_rev5_catalog.xml
at lines77352-77359
Expected behavior (i.e. solution)
class="zero-padded"
and classless labels existOther Comments
Please let me know if this is a misunderstanding. I'm also willing to make the PR if we agree this is an issue.