-
Notifications
You must be signed in to change notification settings - Fork 31
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
Remove legacy V and SV identifiers from the CCI tags in xccdf2inspec #221
Conversation
@aaronlippold Let me know if this works for you. It will remove all of the Ident properties identified by DISA as legacy (which is currently everything except the CCI). |
Well we want to make them new tags right
On Mon, Mar 15, 2021 at 5:15 PM Kyle ***@***.***> wrote:
@aaronlippold <https://github.com/aaronlippold> Let me know if this works
for you. It will remove all of the Ident properties identified by DISA as
legacy (which is currently everything except the CCI).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#221 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALK42DLQ2IWPM7QEJE3S2TTDZ2HBANCNFSM4ZHINS4A>
.
--
--------
Aaron Lippold
***@***.***
260-255-4779
twitter/aim/yahoo,etc.
'aaronlippold'
|
Are you saying you want |
If I remember correctly from my meeting with Disa. They gave us the names
of those data points, I just suggest we create tags using those names so
that we don’t have any data loss, and we can re-create the file from the
profile anytime we need to.
On Tue, Mar 16, 2021 at 8:16 AM Robert Clark ***@***.***>
wrote:
Well we want to make them new tags right
On Mon, Mar 15, 2021 at 5:15 PM Kyle *@*.
*> wrote: @aaronlippold <https://github.com/aaronlippold> ***@***.***
<https://github.com/aaronlippold>> Let me know if this works for you. It
will remove all of the Ident properties identified by DISA as legacy (which
is currently everything except the CCI). — You are receiving this because
you were mentioned. Reply to this email directly, view it on GitHub <#221
(comment)
<#221 (comment)>>,
or unsubscribe
<github.com/notifications/unsubscribe-auth/AALK42DLQ2IWPM7QEJE3S2TTDZ2HBANCNFSM4ZHINS4A
<https://github.com/notifications/unsubscribe-auth/AALK42DLQ2IWPM7QEJE3S2TTDZ2HBANCNFSM4ZHINS4A>>
. -- -------- Aaron Lippold @.* 260-255-4779 twitter/aim/yahoo,etc.
'aaronlippold'
Are you saying you want tag legacy: ['v-xxx', 'sv-xxx] to be added to the
output? Or something else?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#221 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALK42GPJHXY7MT7DVH6WZDTD5D2RANCNFSM4ZHINS4A>
.
--
--------
Aaron Lippold
***@***.***
260-255-4779
twitter/aim/yahoo,etc.
'aaronlippold'
|
Can you provide an example of what you are expecting the output structure of this to look like in inspec? Currently the XCCDF provides no information on what this additional data is other than the fact that it is in the namespace |
b225c20
to
29d4a56
Compare
29d4a56
to
e66be82
Compare
Create an additional
Ident
HappyMapper class and adds anafter_parse
callback that parses theIdent
tag legacy identifier.Closes #220