Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mergeback v3.28.6 refs/heads/releases/v3 into main #2736

Merged
merged 6 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update changelog for v3.28.6
github-actions[bot] committed Jan 27, 2025
commit 64ad47c7c184c89d0665bab67b8bd53e42425e85
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.

## [UNRELEASED]
## 3.28.6 - 27 Jan 2025

- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. [#2726](https://github.com/github/codeql-action/pull/2726)


Unchanged files with check annotations Beta

subprocess = undefined;
}
});
subprocess.stdin?.write(JSON.stringify(config));

Check failure

Code scanning / CodeQL

Untrusted data passed to external API with additional heuristic sources High Experimental

Call to stream.Stream().write() [param 0] with untrusted data from
proxy_password
.
Call to stream.Writable().write() [param 0] with untrusted data from
proxy_password
.
Call to node:stream.Stream().write() [param 0] with untrusted data from
proxy_password
.
Call to node:stream.Writable().write() [param 0] with untrusted data from
proxy_password
.
subprocess.stdin?.end();
// Wait a little to allow the proxy to start
await util.delay(1000);