Skip to content

Partner data-exchange API, partner kit, and prominence pass#1

Open
jreaviscsa wants to merge 1 commit into
mainfrom
partner-data-exchange
Open

Partner data-exchange API, partner kit, and prominence pass#1
jreaviscsa wants to merge 1 commit into
mainfrom
partner-data-exchange

Build partner data-exchange API, partner kit, and prominence pass

32b2f6f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 13, 2026 in 4s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 57 in tool/manage_keys.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
This expression logs
sensitive data (password)
as clear text.

Check failure on line 246 in tool/seed_synthetic.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
This expression logs
sensitive data (password)
as clear text.

Check failure on line 16 in tool/tests/test_exchange.py

See this annotation in the file changed.

Code scanning / CodeQL

Insecure temporary file High test

Call to deprecated function tempfile.mktemp may be insecure.