Skip to content

Conversation

@ndyakov
Copy link
Member

@ndyakov ndyakov commented Oct 28, 2025

  • Add redis 8.4-RC1-pre in CI
  • Add example to disable maintnotifications

Copy link

@jit-ci jit-ci bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Jit has detected 1 important finding in this PR that you should review.


Jit encountered an internal error and cannot comment on each finding.

You can ask a Jit admin to comment #jit_ignore_all on this PR to ignore the findings.

Here are the findings in this PR:

  • Security Control: Static Code Analysis Semgrep Pro
    • Type: Yaml.Github-Actions.Security.Run-Shell-Injection.Run-Shell-Injection
    • Description: Using variable interpolation ${{...}} with github context data in a run: step could allow an attacker to inject their own code into the runner. This would allow them to steal secrets and code. github context data can have arbitrary user input and should be treated as untrusted. Instead, use an intermediate environment variable with env: to store the data and use the environment variable in the run: script. Be sure to use double-quotes the environment variable, like this: "$ENVVAR".
    • Severity: HIGH
    • Learn More: Link
    • Filename: .github/actions/run-tests/action.yml
    • Lines: 22-41

@ndyakov ndyakov merged commit 5771fa4 into master Oct 28, 2025
22 checks passed
@ndyakov ndyakov deleted the ndyakov/redis-8.4-rc1 branch October 28, 2025 13:47
pvragov pushed a commit to pvragov/go-redis that referenced this pull request Oct 29, 2025
* add disable maintnotifications example

* add 8.4-RC1-pre

* println -> printf for linter

* address jit comment
pvragov pushed a commit to pvragov/go-redis that referenced this pull request Oct 29, 2025
* add disable maintnotifications example

* add 8.4-RC1-pre

* println -> printf for linter

* address jit comment
ndyakov added a commit that referenced this pull request Oct 31, 2025
* add disable maintnotifications example

* add 8.4-RC1-pre

* println -> printf for linter

* address jit comment

Fix broken initialization of idle connections

optimize push notif

wip

wip

wip

wip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants