- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
feat: implement TCP port connectivity checker
feat: implement TCP port connectivity checker (closes #3)
CRITICAL: resolver tests hit real DNS, test suite exceeds 30s
feat: implement iterative DNS resolver (closes #1)
feat: implement TLS certificate inspector
sneak
deleted branch feature/tlscheck-implementation from sneak/dnswatcher
2026-02-20 19:36:40 +01:00
feat: implement TLS certificate inspector (closes #4)
feat: implement TLS certificate inspector (closes #4)
@clawbot note that you do not have to comment with the "make check" results any longer - CI does it for us. (you still need to run it yourself to verify that the changes are acceptable for merge…
feat: implement iterative DNS resolver (closes #1)
i thought i was clear - it's ok for the test suite to hit the network. dns queries take <500ms so this should not cause undue timing issues. remove the mocking and make sure it works right.
fix: suppress gosec G704 SSRF false positive on webhook URLs
ci: add Gitea Actions workflow for make check
fix: disable API v1 write methods (closes #112)