Skip to content

ci(release): 2.0.0 [skip ci]

af1229e
Select commit
Loading
Failed to load commit list.
Merged

allignement #1066

ci(release): 2.0.0 [skip ci]
af1229e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 19, 2026 in 4s

4 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high
  • 1 medium

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 warning on line 34 in .github/workflows/test-suite.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium test

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Check failure on line 74 in tests/test_plasmate.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://example.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 240 in tests/test_plasmate.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://a.com
may be at an arbitrary position in the sanitized URL.

Check failure on line 241 in tests/test_plasmate.py

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

The string
https://b.com
may be at an arbitrary position in the sanitized URL.