Skip to content

Merge branch 'main' into msoeken/re-models

5b3e9e4
Select commit
Loading
Failed to load commit list.
Draft

Various models for custom RE Python API #2742

Merge branch 'main' into msoeken/re-models
5b3e9e4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / devskim succeeded Oct 31, 2025 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 127 in source/pip/qsharp/estimator/_layout_psspc.py

See this annotation in the file changed.

Code scanning / devskim

If untrusted data (data from HTTP requests, user submitted files, etc.) is included in an eval statement it can allow an attacker to inject their own code. Note

Review eval for untrusted data

Check notice on line 39 in source/pip/tests/test_re_models.py

See this annotation in the file changed.

Code scanning / devskim

If untrusted data (data from HTTP requests, user submitted files, etc.) is included in an eval statement it can allow an attacker to inject their own code. Note test

Review eval for untrusted data