Skip to content

avoid race condition issues

2a5c7f1
Select commit
Loading
Failed to load commit list.
Merged

Simplify debugger breaking #3034

avoid race condition issues
2a5c7f1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / devskim succeeded Mar 30, 2026 in 6s

No new alerts in code changed by this pull request

Annotations

Check notice on line 62 in source/vscode/test/suites/debugger/openqasm.test.ts

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 setTimeout statement it can allow an attacker to inject their own code. Note test

Review setTimeout for untrusted data

Check notice on line 52 in source/vscode/test/suites/debugger/qsharp.test.ts

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 setTimeout statement it can allow an attacker to inject their own code. Note test

Review setTimeout for untrusted data