srctree

Gregory Mullen parent ed6f669f 9f48dc41
find abusive requests for '.env'

inlinesplit
src/main.zig added: 5, removed: 1, total 4
@@ -143,6 +143,10 @@ fn meaningful(line: []const u8) ?Meaningful {
.class = .postfix,
.hit = "SASL LOGIN authentication failed",
},
.{
.class = .nginx,
.hit = "/.env HTTP/",
},
};
 
inline for (interesting) |dect| {