Skip to content

Commit

Permalink
Linkify vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 9, 2023
1 parent 047840d commit b45afcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip-audit-bulk
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ render = """Identified the following vulnerabilities:

for (dep, vuln), formulas in sorted(_SUMMARY_RESULTS.items()):
formulas_rendered = ", ".join(f"`{f}`" for f in formulas)
render += f"| `{dep}` | `{vuln}` | {formulas_rendered} |\n"
render += f"| `{dep}` | [`{vuln}`](https://osv.dev/vulnerability/{vuln}/ | {formulas_rendered} |\n"

with _SUMMARY.open(mode="a") as io:
print(render, file=io)

0 comments on commit b45afcd

Please sign in to comment.