digopala commited on
Commit
274ef25
·
verified ·
1 Parent(s): a47797b

Update README.md

Browse files

Link README.md to SECURITY.md

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -91,3 +91,6 @@ A lightweight schema-validation step remains in the gateway.
91
  - Gateway enforces **MIME/JSON schema** and rejects malformed/unauthorized requests.
92
  - Preprocessors normalize inputs (e.g., tokenize text, resize/normalize images).
93
  - Triton returns prediction JSON; gateway maps to a domain response schema and may **redact** fields per policy.
 
 
 
 
91
  - Gateway enforces **MIME/JSON schema** and rejects malformed/unauthorized requests.
92
  - Preprocessors normalize inputs (e.g., tokenize text, resize/normalize images).
93
  - Triton returns prediction JSON; gateway maps to a domain response schema and may **redact** fields per policy.
94
+
95
+ 📌 See [SECURITY.md](./SECURITY.md) for detailed security, compliance, and audit logging implementation.
96
+