srctree
repos
owner
network
issues
0
diffs
0
Public
Gregory Mullen
parent
ed6f669f
9f48dc41
find abusive requests for '.env'
inline
split
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| {