From 569d907bbc574895d3085a5a1eb1621d944b426e Mon Sep 17 00:00:00 2001 From: Wagner Elias Date: Thu, 5 Feb 2026 15:03:48 -0300 Subject: [PATCH 1/2] docs: fix English heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a9b6b..c55ce09 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Notes: - In `run.parse.format`, use `scan-json-lines` to consume JSONL from any tool. - Each line must be a JSON object with `finding`, or the whole object is treated as `finding`. -Exemplo mínimo: +Minimal example: ```json {"finding":{"type":"WEB","title":"X-Frame-Options Missing","description":"...","severity":"info","asset":"example.com","url":"https://example.com","method":"GET","scheme":"HTTPS","port":443,"request":"...","response":"..."}} ``` From 292fc5933a19b1dbb454753d5142e27280d9c74c Mon Sep 17 00:00:00 2001 From: Wagner Elias Date: Thu, 5 Feb 2026 15:21:01 -0300 Subject: [PATCH 2/2] chore: bump version to 0.2.5 --- src/conviso/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conviso/VERSION b/src/conviso/VERSION index 72f9fa8..28af839 100644 --- a/src/conviso/VERSION +++ b/src/conviso/VERSION @@ -1 +1 @@ -0.2.4 \ No newline at end of file +0.2.5 \ No newline at end of file