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":"..."}} ``` 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