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

[stable28] fix: Use sha256 to hash arguments of background jobs #47776

Merged
merged 3 commits into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. fix: Use sha256 to hash arguments of background jobs

    This is to prevent collision as we are sometime hashing user input, yet using that hash to target the background job in the database.
    
    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge authored and backportbot[bot] committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f4fc57c View commit details
    Browse the repository at this point in the history
  2. fix: Migrate existing bg jobs to use sha256

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7f742cb View commit details
    Browse the repository at this point in the history
  3. fix: missing use statements

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    095389d View commit details
    Browse the repository at this point in the history