post: commit 627460f in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s

This commit is contained in:
2026-06-28 22:52:32 +02:00
committed by Betty
parent 03e195ce9f
commit c72127d691

View File

@@ -0,0 +1,41 @@
---
title: "[bojemoi] fix(nuclei): increase scan timeout 600→1200s"
date: 2026-06-28T22:52:32+02:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 627460f par Betty dans bojemoi"
author: "Betty"
---
## Commit `627460f`
| | |
|---|---|
| **Repository** | bojemoi |
| **Branch** | `main` |
| **Author** | Betty |
| **Hash** | `627460f39547d21f20f1e9eaadc3a5e2aacc1d97` |
### Description
Scans were timing out after exactly 10 min because thearm_nuclei sent
timeout=600 to nuclei-api, which passed it directly to subprocess.run().
Doubled to 1200s to match SCAN_TIMEOUT (polling deadline) and give
nuclei enough time to complete on hosts with multiple open ports.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
### Files Changed
```
M borodino/thearm_nuclei
```
### Diff Summary
```
borodino/thearm_nuclei | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
```