Skip to content

Add AI configuration file support (#911) - #985

Open
emeryberger wants to merge 2 commits into
masterfrom
feature/ai-config-911
Open

Add AI configuration file support (#911)#985
emeryberger wants to merge 2 commits into
masterfrom
feature/ai-config-911

Potential fix for code scanning alert no. 876: Clear-text logging of …

a9f7bd3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 21, 2026 in 4s

2 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 1 note

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1019 in scalene/scalene_parseargs.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

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

Check notice on line 22 in scalene/scalene_parseargs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'get_all_ai_config' is not used.