diff --git a/_data/fips201pacs-await-list.yml b/_data/fips201pacs-await-list.yml index 90a5d26e..f87a956f 100644 --- a/_data/fips201pacs-await-list.yml +++ b/_data/fips201pacs-await-list.yml @@ -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 diff --git a/_implement/scl-windows.md b/_implement/scl-windows.md index 0a53cefc..1a5c1ab2 100644 --- a/_implement/scl-windows.md +++ b/_implement/scl-windows.md @@ -570,7 +570,7 @@ To grant a user access, based on the type of authenticator used, you can use a W

Do not uses AMA to provide privileged access

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 - Privileged Identity Playbook + Privileged Identity Playbook for best practices in reducing risk associated with privileged accounts and access.

diff --git a/_includes/alert-error.html b/_includes/alert-error.html index 5ba70dde..d862c18b 100644 --- a/_includes/alert-error.html +++ b/_includes/alert-error.html @@ -1,6 +1,6 @@ diff --git a/_includes/alert-info.html b/_includes/alert-info.html index 60da43d9..0cca5eca 100644 --- a/_includes/alert-info.html +++ b/_includes/alert-info.html @@ -1,6 +1,6 @@

{{include.heading}}

-

{{include.content | markdownify }}

+

{{include.content | markdownify}}

\ No newline at end of file diff --git a/_includes/alert-no-icon-success.html b/_includes/alert-no-icon-success.html index 855ae6d3..f574e19e 100644 --- a/_includes/alert-no-icon-success.html +++ b/_includes/alert-no-icon-success.html @@ -1,5 +1,5 @@
-

{{include.content}}

+

{{include.content | markdownify}}

diff --git a/_includes/alert-no-icon.html b/_includes/alert-no-icon.html index 72c59ba0..1d209f32 100644 --- a/_includes/alert-no-icon.html +++ b/_includes/alert-no-icon.html @@ -1,5 +1,5 @@
-

{{include.content}}

+

{{include.content | markdownify}}

diff --git a/_includes/alert-slim.html b/_includes/alert-slim.html index dca10487..6103686f 100644 --- a/_includes/alert-slim.html +++ b/_includes/alert-slim.html @@ -2,6 +2,6 @@
Slim alert
-

{{include.content}}

+

{{include.content | markdownify}}

diff --git a/_includes/alert-success.html b/_includes/alert-success.html index 0ccc762f..1476fa05 100644 --- a/_includes/alert-success.html +++ b/_includes/alert-success.html @@ -1,6 +1,6 @@

{{include.heading}}

-

{{include.content | markdownify }}

+

{{include.content | markdownify}}

\ No newline at end of file diff --git a/_includes/alert-warning.html b/_includes/alert-warning.html index 0aca2d1b..959d3425 100644 --- a/_includes/alert-warning.html +++ b/_includes/alert-warning.html @@ -1,6 +1,6 @@

{{include.heading}}

-

{{include.content | markdownify }}

+

{{include.content | markdownify}}

\ No newline at end of file