Commit fb6f205
committed
refactor(safegres): drop Authz* re-exports + node-type-registry dep
The pure-Postgres auditor doesn't use Authz* anywhere — its findings
(A1–A7, P1, P5) are catalog/AST checks with no Constructive-template
knowledge. Re-exporting Authz* values + JSON-Schema configs from a
public MIT package would leak the Constructive policy DSL.
Consumers that need Authz* (rls-audit in constructive-db) can import
directly from node-type-registry. safegres no longer depends on it.1 parent e9b8fc7 commit fb6f205
3 files changed
Lines changed: 0 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
| |||
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments