This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postgresql_role: add input validation for commas in search_path
Since we split Postgres' output on commas (specifically, ", "), input values for the search path may not contain this substring. This is legal in Postgres, however, so we need to check for it.
- Loading branch information
Jente Hidskes
committed
Sep 28, 2019
1 parent
665af96
commit 87d8ca6
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters