Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
# No fix available (latest version 1.2.1 is affected). Tracked in UID2-6610.
# Expiry: 2026-03-19
CVE-2026-1615

# zlib contrib/untgz demo utility buffer overflow - not exploitable; Alpine does not ship the untgz binary.
# See: UID2-6704
CVE-2026-22184 exp:2026-09-09
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
}

// No "token ready" event on server-side; poll so we update the UI after the SDK writes to localStorage.
// Update Secure Signals display after SDK has time to load and fetch token, allowing for additional tries
[1000, 2000, 3000].forEach((ms) => setTimeout(updateSecureSignals, ms));

$('#logout').click(() => {
Expand Down