Skip to content

Commit

Permalink
adjust reference link url
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng committed Jan 16, 2025
1 parent 947e0cd commit 2f9361c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gmp/models/cve.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class Cve extends Info {
return {
name: ref.url,
tags: tags,
href: ref.url,
};
});

Check warning on line 148 in src/gmp/models/cve.js

View check run for this annotation

Codecov / codecov/patch

src/gmp/models/cve.js#L136-L148

Added lines #L136 - L148 were not covered by tests
} else {
Expand Down

0 comments on commit 2f9361c

Please sign in to comment.