Files
blog/content/posts/commits/2026-07-06-commit-8b74797.md
Claude Code 0b4bd31765
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
post: commit 8b74797 in borodino
2026-07-06 14:25:47 +02:00

997 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[borodino] fix(bm12): replace UPDATE with UPSERT in parse_and_store_nmap_xml 2026-07-06T14:25:46+02:00 false
commit
borodino
main
Git Activity
Commit 8b74797 par Claude Code dans borodino Claude Code

Commit 8b74797

Repository borodino
Branch main
Author Claude Code
Hash 8b74797e9be5ae5074d73d3061518971f100cf8c

Description

  • INSERT ... ON CONFLICT DO UPDATE (upsert) instead of bare UPDATE → services now created if absent, not just updated
  • Recalculate service_count after each nmap scan
  • Root cause of 0 services imported: nmap unreachable via ProtonVPN (wg-gateway blocks raw SYN scans) — separate network issue

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	thearm_bm12

Diff Summary

 thearm_bm12 | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)