Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e9928 commit 4d5a0edCopy full SHA for 4d5a0ed
expected/security_1.out
@@ -0,0 +1,10 @@
1
+-- Check security CVE-2020-14350
2
+CREATE FUNCTION rum_anyarray_similar(anyarray,anyarray) RETURNS bool AS $$ SELECT false $$ LANGUAGE SQL;
3
+CREATE EXTENSION rum;
4
+ERROR: function "rum_anyarray_similar" already exists with same argument types
5
+CONTEXT: SQL statement "CREATE FUNCTION rum_anyarray_similar(anyarray,anyarray)
6
+RETURNS bool
7
+AS '$libdir/rum'
8
+LANGUAGE C STRICT STABLE"
9
+extension script file "rum--1.3.sql", near line 1530
10
+DROP FUNCTION rum_anyarray_similar(anyarray,anyarray);
0 commit comments