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

fix: jwe-decrypt secret length restriction #10928

Merged
merged 5 commits into from
Feb 12, 2024
Merged

fix: jwe-decrypt secret length restriction #10928

merged 5 commits into from
Feb 12, 2024

Commits on Feb 8, 2024

  1. enhance-jwe-decrypt-secret-length-restiection

    Signed-off-by: Vacant2333 <vacang2333@gmail.com>
    Vacant2333 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    62337f2 View commit details
    Browse the repository at this point in the history
  2. fix wrong ci

    Signed-off-by: Vacant2333 <vacang2333@gmail.com>
    Vacant2333 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7052e25 View commit details
    Browse the repository at this point in the history
  3. remove the schema min length, it will check at check_schema

    Signed-off-by: Vacant2333 <vacang2333@gmail.com>
    Vacant2333 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    46df8d2 View commit details
    Browse the repository at this point in the history
  4. fix docs

    Signed-off-by: Vacant2333 <vacang2333@gmail.com>
    Vacant2333 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1977f37 View commit details
    Browse the repository at this point in the history
  5. fix: check the schema first, then check the length of secret

    Signed-off-by: Vacant2333 <vacang2333@gmail.com>
    Vacant2333 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e17f65e View commit details
    Browse the repository at this point in the history