From b1a0cae0cdc89f8267d5189602993e02f8cdc5c7 Mon Sep 17 00:00:00 2001 From: Andrew Markiel Date: Wed, 15 Jan 2025 12:41:24 -0800 Subject: [PATCH 1/2] Added two relying parties to the set needing signed assertions per REQ10956914. --- conf/relying-party.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/relying-party.xml b/conf/relying-party.xml index ac9bf0d..7c22ca6 100644 --- a/conf/relying-party.xml +++ b/conf/relying-party.xml @@ -97,7 +97,7 @@ - + Date: Wed, 15 Jan 2025 13:03:08 -0800 Subject: [PATCH 2/2] Updated the version of one python library to address a security vulnerability. --- local-bin/py-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-bin/py-requirements.txt b/local-bin/py-requirements.txt index 8d9cb59..32f7318 100644 --- a/local-bin/py-requirements.txt +++ b/local-bin/py-requirements.txt @@ -1,6 +1,6 @@ psycopg2-binary==2.9.10 lxml==5.3.0 -jinja2==3.1.4 +jinja2==3.1.5 pep8==1.7.1 requests==2.32.3 pyyaml==6.0.2