Skip to content

Commit

Permalink
Merge pull request #3 from AikidoSec/test-pr-3
Browse files Browse the repository at this point in the history
Reapply "Merge pull request #2 from AikidoSec/test-pr-2"
  • Loading branch information
SemProvoost authored Dec 24, 2024
2 parents a303bb0 + 758113a commit 20813bd
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions input/new.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 20813bd

Please sign in to comment.