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
When generating a resolved profile catalog, where the original control includes a parameter with a select assembly, the select assembly and its internal content is dropped.
For example, in the 800-53r4 OSCAL Catalog, AC-7, parameter #3 appears as follows:
<param id="ac-7_prm_3">
<select>
<choice>locks the account/node for an <insert param-id="ac-7_prm_4"/>
</choice>
<choice>locks the account/node until released by an administrator</choice>
<choice>delays next logon prompt according to <insert param-id="ac-7_prm_5"/>
</choice>
</select>
</param>
If AC-7 is called by a profile, the resolved profile catalog incorrectly reflects the following for the above:
<param id="ac-7_prm_3" />
Who is the bug affecting?
Everyone using the profiler resolver transform
What is affected by this bug?
Incorrect representation of parameters containing select content.
When does this occur?
Every time the profile resolver is used.
How do we replicate the issue?
Create a profile that calls a control containing a parameter with a select statement.
(See attached test profile - much change .txt back to .xml for processing) profile-test.txt
Run the profiler resolver transform
Observe the control in the resolved profile catalog.
Expected behavior (i.e. solution)
The profile resolver should duplicate all content from inside the parameter assembly to the resolved profile catalog, including the select assembly.
The text was updated successfully, but these errors were encountered:
Describe the bug
When generating a resolved profile catalog, where the original control includes a parameter with a
select
assembly, theselect
assembly and its internal content is dropped.For example, in the 800-53r4 OSCAL Catalog, AC-7, parameter #3 appears as follows:
If AC-7 is called by a profile, the resolved profile catalog incorrectly reflects the following for the above:
Who is the bug affecting?
Everyone using the profiler resolver transform
What is affected by this bug?
Incorrect representation of parameters containing
select
content.When does this occur?
Every time the profile resolver is used.
How do we replicate the issue?
Create a profile that calls a control containing a parameter with a select statement.
(See attached test profile - much change .txt back to .xml for processing)
profile-test.txt
Run the profiler resolver transform
Observe the control in the resolved profile catalog.
Expected behavior (i.e. solution)
The profile resolver should duplicate all content from inside the parameter assembly to the resolved profile catalog, including the
select
assembly.The text was updated successfully, but these errors were encountered: