From 758113abc6b9113f2125aa2a0d01119c140296cc Mon Sep 17 00:00:00 2001 From: SemProvoost <27961543+SemProvoost@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:58:49 +0100 Subject: [PATCH] Reapply "Merge pull request #2 from AikidoSec/test-pr-2" This reverts commit a303bb0ba50e5ad736a4d9d880a42f7fa2e28cac. --- input/new.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/input/new.json b/input/new.json index af0d52f..7abf559 100644 --- a/input/new.json +++ b/input/new.json @@ -1,18 +1,20 @@ { - "package_name": "", - "patch_versions": [], - "vulnerable_ranges": [], - "cwe": [], - "tldr": "", - "doest_this_affect_me": "", - "how_to_fix": "", + "package_name": "nats", + "patch_versions": ["1.38.0"], + "vulnerable_ranges": [ + ["1.25.0", "1.37.0"] +], + "cwe": ["CWE-362"], + "tldr": "some tldr", + "doest_this_affect_me": "you affected if", + "how_to_fix": "some how to fix", "reporter": "", - "vulnerable_to": "", + "vulnerable_to": "Race Condition", "related_cve_id": "", - "language": "", - "severity_class": "", - "aikido_score": 0, - "changelog": "", + "language": "Go", + "severity_class": "LOW", + "aikido_score": 25, + "changelog": "https://github.com/nats-io/nats.go/releases/tag/v1.38.0", "package_name_alias": null, "package_wildcard_ends_in": null, "package_wildcard_contains": null,