Commit Graph

  • 622acdb494 Merge pull request 'feat: implement TCP port connectivity checker (closes #3)' (#6) from feature/portcheck-implementation into main main Jeffrey Paul 2026-02-20 19:38:37 +0100
  • 4d4f74d1b6 Merge pull request 'feat: implement iterative DNS resolver (closes #1)' (#9) from feature/resolver into main Jeffrey Paul 2026-02-20 19:37:59 +0100
  • 617270acba Merge pull request 'feat: implement TLS certificate inspector (closes #4)' (#7) from feature/tlscheck-implementation into main Jeffrey Paul 2026-02-20 19:36:39 +0100
  • 687027be53 test: add tests for no-peer-certificates error path clawbot 2026-02-19 23:55:17 -0800
  • 54b00f3b2a fix: return error for no peer certs, include IP SANs user 2026-02-19 23:51:55 -0800
  • 3fcf203485 fix: resolve gosec SSRF findings and formatting issues clawbot 2026-02-19 23:44:06 -0800
  • 8770c942cb feat: implement TLS certificate inspector (closes #4) clawbot 2026-02-19 13:45:47 -0800
  • 9ef0d35e81 resolver: remove DNS mocking, use real DNS queries in tests clawbot 2026-02-20 06:06:25 -0800
  • 9e4f194c4c style: fix formatting in resolver.go user 2026-02-20 03:45:17 -0800
  • 0486dcfd07 fix: mock DNS in resolver tests for hermetic, fast unit tests clawbot 2026-02-20 00:17:23 -0800
  • 1e04a29fbf fix: format resolver_test.go with goimports clawbot 2026-02-19 23:49:27 -0800
  • 04855d0e5f feat: implement iterative DNS resolver clawbot 2026-02-19 14:15:02 -0800
  • e92d47f052 Add resolver API definition and comprehensive test suite sneak 2026-02-19 22:22:58 +0100
  • 4394ea9376 Merge pull request 'fix: suppress gosec G704 SSRF false positive on webhook URLs' (#13) from fix/gosec-g704-ssrf into main Jeffrey Paul 2026-02-20 14:56:21 +0100
  • 59ae8cc14a Merge pull request 'ci: add Gitea Actions workflow for make check' (#14) from ci/make-check into main Jeffrey Paul 2026-02-20 14:55:07 +0100
  • c9c5530f60 security: pin all go install refs to commit SHAs clawbot 2026-02-20 03:10:39 -0800
  • b2e8ffe5e9 security: pin CI actions to commit SHAs user 2026-02-20 02:58:07 -0800
  • ae936b3365 ci: add Gitea Actions workflow for make check user 2026-02-20 02:48:13 -0800
  • bf8c74c97a fix: resolve gosec G704 SSRF findings without suppression fix/gosec-g704-ssrf user 2026-02-20 00:21:41 -0800
  • 57cd228837 feat: make CheckPorts concurrent and add port validation user 2026-02-20 00:14:55 -0800
  • ab39e77015 feat: implement TCP port connectivity checker (closes #3) clawbot 2026-02-19 13:44:20 -0800
  • e185000402 Merge pull request 'feat: implement watcher monitoring orchestrator (closes #2)' (#8) from feature/watcher-implementation into main Jeffrey Paul 2026-02-20 09:06:42 +0100
  • d5738d6d43 Merge branch 'main' into feature/watcher-implementation feature/watcher-implementation Jeffrey Paul 2026-02-20 09:06:27 +0100
  • 5e4631776a Merge pull request 'feat: unify DOMAINS/HOSTNAMES into single TARGETS config (closes #10)' (#11) from feature/unified-targets into main Jeffrey Paul 2026-02-20 09:04:59 +0100
  • f8d5a8f6cc fix: resolve gosec SSRF findings and formatting issues feature/unified-targets clawbot 2026-02-19 23:43:42 -0800
  • e09135d9d9 fix: resolve gosec SSRF findings and formatting issues clawbot 2026-02-19 23:42:50 -0800
  • 73e01c7664 feat: unify DOMAINS/HOSTNAMES into single TARGETS config clawbot 2026-02-19 20:08:11 -0800
  • f676cc9458 feat: implement watcher monitoring orchestrator clawbot 2026-02-19 13:48:46 -0800
  • dea30028b1 test: add watcher orchestrator tests with mock dependencies clawbot 2026-02-19 13:48:38 -0800
  • 144a2df665 Initial scaffold with per-nameserver DNS monitoring model sneak 2026-02-19 21:05:39 +0100