Skip to content

attempt to shortcut contributor resolution when github noreply users …

cbe4364
Select commit
Loading
Failed to load commit list.
Draft

Allow contributor resolution to identify github users from their noreply addresses #3786

attempt to shortcut contributor resolution when github noreply users …
cbe4364
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 20, 2026 in 2s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 69 in augur/tasks/github/facade_github/tasks.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
users.noreply.github.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 115 in augur/tasks/github/facade_github/tasks.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High

The string
users.noreply.github.com
may be at an arbitrary position in the sanitized URL.