diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f34dddd05..c0f756fd4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -3,9 +3,11 @@ name: CodeQL push: branches: - master + - dev pull_request: branches: - master + - dev schedule: - cron: 1 21 * * 2 workflow_dispatch: null diff --git a/LEAF_Nexus/index.php b/LEAF_Nexus/index.php index aa8ca6ac1..8697abc25 100644 --- a/LEAF_Nexus/index.php +++ b/LEAF_Nexus/index.php @@ -8,6 +8,9 @@ Date: September 11, 2007 */ +/* + * test comment for 4583 + */ use App\Leaf\XSSHelpers; diff --git a/LEAF_Request_Portal/admin/index.php b/LEAF_Request_Portal/admin/index.php index aa41629db..45b22a857 100644 --- a/LEAF_Request_Portal/admin/index.php +++ b/LEAF_Request_Portal/admin/index.php @@ -90,6 +90,7 @@ function hasDevConsoleAccess($login, $oc_db) $main->assign('logo', 'VA seal, U.S. Department of Veterans Affairs'); $t_login->assign('name', $login->getName()); +$main->assign('display_name', $login->getName()); $qrcodeURL = "https://" . HTTP_HOST . $_SERVER['REQUEST_URI']; $main->assign('qrcodeURL', urlencode($qrcodeURL)); diff --git a/LEAF_Request_Portal/admin/templates/main.tpl b/LEAF_Request_Portal/admin/templates/main.tpl index e96c7951a..c8daa8918 100644 --- a/LEAF_Request_Portal/admin/templates/main.tpl +++ b/LEAF_Request_Portal/admin/templates/main.tpl @@ -65,7 +65,7 @@ {/if}