-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
39 lines (39 loc) · 1.39 KB
/
Copy pathMETA.json
File metadata and controls
39 lines (39 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "block_copy_command",
"abstract": "PostgreSQL extension that blocks COPY commands via a configurable ProcessUtility hook",
"description": "A PostgreSQL security extension that intercepts and blocks COPY commands using a ProcessUtility hook. Supports direction-specific blocking (COPY TO / COPY FROM), COPY PROGRAM blocking, per-role blocklists, superuser bypass, audit logging, and custom error hints.",
"version": "0.1.5",
"maintainer": "RustWizard <rustwizard.0@gmail.com>",
"license": "bsd",
"provides": {
"block_copy_command": {
"abstract": "Block COPY commands via a configurable ProcessUtility hook",
"file": "block_copy_command.control",
"version": "0.1.5"
}
},
"resources": {
"homepage": "https://github.com/rustwizard/block_copy_command",
"bugtracker": {
"web": "https://github.com/rustwizard/block_copy_command/issues"
},
"repository": {
"url": "https://github.com/rustwizard/block_copy_command.git",
"web": "https://github.com/rustwizard/block_copy_command",
"type": "git"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
}
}
},
"tags": ["copy", "security", "hook", "pgrx", "rust"],
"generated_by": "hand",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/spec/"
}
}