From e83c826f808fc854b9a5839413d3bb16bf1cb148 Mon Sep 17 00:00:00 2001 From: rhnux Date: Thu, 12 Dec 2024 21:00:14 -0300 Subject: [PATCH] sap security notes 2024-12 --- streamlit_app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/streamlit_app.py b/streamlit_app.py index d604ad2..4ad7532 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -121,7 +121,8 @@ def process_vulnerability_data(ydf, kev_weight=3, cvss_multiplier=2, epss_up_mul # Main content st.title("SAP Compass Priority Vulnerabilities") -st.info('New 2024 CWE Top 25 for Rethink process', icon=":material/emergency_heat:") +st.toast('New 2024 CWE Top 25 for Rethink process', icon=":material/emergency_heat:") + with st.expander("Vulnerability Summary 2024", expanded=False, icon=":material/brand_awareness:"): st.header(f"From January 2021 to date, :blue[{df.shape[0]} SAP Notes] related to :orange[{len(df['cve_id'].unique())} CVE-IDs] are reported.")