Skip to content

Commit

Permalink
Merge pull request #1128 from GSA/staging
Browse files Browse the repository at this point in the history
Production Update 0912
  • Loading branch information
JBPayne007 authored Sep 12, 2024
2 parents 1270cdb + 53b0622 commit 35aa24c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _data/fips201pacs-await-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
teststatus: In queue

- position: 9
solution: Advantor Suite for Networks V6.2 + HID pivCLASS 5.28
solution: Advantor Suite for Networks V6.2.2 + HID pivCLASS 5.28
aplnumbers: New
state: New
teststatus: In queue
Expand Down
2 changes: 1 addition & 1 deletion _implement/scl-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ To grant a user access, based on the type of authenticator used, you can use a W
<h4 class="usa-alert__heading">Do not uses AMA to provide privileged access</h4>
<p class="usa-alert__text">
Privileged users should not rely on single sign-on and should always use the highest assurance credential. Their account should be separate and distinct from their normal user account. See the
<a class="usa-link" href="{{site.baseurl}}/playbooks/pam/" target="_blank" rel="noopener noreferrer"}>Privileged Identity Playbook</a>
<a class="usa-link" href="{{site.baseurl}}/playbooks/pam/" target="_blank" rel="noopener noreferrer">Privileged Identity Playbook</a>
for best practices in reducing risk associated with privileged accounts and access.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/alert-error.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="usa-alert usa-alert--error" role="alert">
<div class="usa-alert__body">
<h3 class="usa-alert__heading">{{include.heading}}</h3>
<p class="usa-alert__text">{{include.content}}</p>
<p class="usa-alert__text">{{include.content | markdownify}}</p>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/alert-info.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="usa-alert usa-alert--info">
<div class="usa-alert__body">
<h3 class="usa-alert__heading">{{include.heading}}</h3>
<p class="usa-alert__text">{{include.content | markdownify }}</p>
<p class="usa-alert__text">{{include.content | markdownify}}</p>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/alert-no-icon-success.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="usa-alert usa-alert--success usa-alert--no-icon" >
<div class="usa-alert__body">
<p class="usa-alert__text">{{include.content}}</p>
<p class="usa-alert__text">{{include.content | markdownify}}</p>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/alert-no-icon.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="usa-alert usa-alert--info usa-alert--no-icon" >
<div class="usa-alert__body">
<p class="usa-alert__text">{{include.content}}</p>
<p class="usa-alert__text">{{include.content | markdownify}}</p>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/alert-slim.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ <h6>Slim alert</h6>

<div class="usa-alert usa-alert--info usa-alert--slim" >
<div class="usa-alert__body">
<p class="usa-alert__text">{{include.content}}</p>
<p class="usa-alert__text">{{include.content | markdownify}}</p>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/alert-success.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="usa-alert usa-alert--success">
<div class="usa-alert__body">
<h3 class="usa-alert__heading">{{include.heading}}</h3>
<p class="usa-alert__text">{{include.content | markdownify }}</p>
<p class="usa-alert__text">{{include.content | markdownify}}</p>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/alert-warning.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="usa-alert usa-alert--warning">
<div class="usa-alert__body">
<h3 class="usa-alert__heading">{{include.heading}}</h3>
<p class="usa-alert__text">{{include.content | markdownify }}</p>
<p class="usa-alert__text">{{include.content | markdownify}}</p>
</div>
</div>

0 comments on commit 35aa24c

Please sign in to comment.