repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
4c0618e
parent
c7655a6
author
Antonio Mika
date
2025-01-12 11:16:45 -0500 EST
Add entries to name deny list
1 files changed,  +6, -0
M db/db.go
+6, -0
 1@@ -326,6 +326,12 @@ var DenyList = []string{
 2 	"create",
 3 	"www",
 4 	"public",
 5+	"global",
 6+	"g",
 7+	"root",
 8+	"localhost",
 9+	"ams",
10+	"ash",
11 }
12 
13 type DB interface {