--- title: "[bojemoi] fix(nuclei): migrate faraday_ok → dojo_imported in thearm_nuclei" date: 2026-04-16T10:16:50+02:00 draft: false tags: ["commit", "bojemoi", "main"] categories: ["Git Activity"] summary: "Commit 091a227 par Betty dans bojemoi" author: "Betty" --- ## Commit `091a227` | | | |---|---| | **Repository** | bojemoi | | **Branch** | `main` | | **Author** | Betty | | **Hash** | `091a2271ea7dbfd11685b115c4a6e4f67a24e2fe` | ### Description - thearm_nuclei: mark_result() uses dojo_imported (int) instead of faraday_ok (bool) - reads dojo_imported from nuclei-api scan response (was faraday_imported) - log message updated: faraday= → dojo= - DB migration applied: nuclei_scan_log.faraday_ok BOOLEAN → dojo_imported INTEGER Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M borodino/thearm_nuclei ``` ### Diff Summary ``` borodino/thearm_nuclei | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) ```