Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit23122ab

Browse files
committed
1 parent90e90e9 commit23122ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎expected/pathman_CVE-2020-14350.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DROP TABLE IF EXISTS test1 CASCADE;
99
DROP TABLE IF EXISTS test2 CASCADE;
1010
DROP ROLE IF EXISTS regress_hacker;
1111
SET client_min_messages = 'notice';
12+
GRANT CREATE ON SCHEMA public TO PUBLIC;
1213
CREATE EXTENSION pg_pathman;
1314
CREATE ROLE regress_hacker LOGIN;
1415
-- Test 1

‎sql/pathman_CVE-2020-14350.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DROP TABLE IF EXISTS test1 CASCADE;
1010
DROPTABLE IF EXISTS test2 CASCADE;
1111
DROP ROLE IF EXISTS regress_hacker;
1212
SET client_min_messages='notice';
13+
GRANT CREATEON SCHEMA public TO PUBLIC;
1314

1415
CREATE EXTENSION pg_pathman;
1516
CREATE ROLE regress_hacker LOGIN;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp