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

Add SECURITY DEFINER to internal functions #191

Merged
merged 6 commits into from
Oct 25, 2023
Merged

Commits on Oct 18, 2023

  1. Add SECURITY DEFINER to raw_migration func

    This function must be able to write to the `pgroll.migrations` table
    regardless of the permissions of the user who causes it to be executed.
    andrew-farries committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    28b9758 View commit details
    Browse the repository at this point in the history
  2. Add SECURITY DEFINER to latest_version func

    This function needs to be able to read the `pgroll.migrations`  table
    regardless of the permissions of the invoking user.
    andrew-farries committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    390f48a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    aed4d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d44429 View commit details
    Browse the repository at this point in the history
  3. count too

    exekias committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bd7505f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. namespace random and md5

    exekias committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b7830a3 View commit details
    Browse the repository at this point in the history