You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make a custom report and the links in markdown format in the description should be formatted correctly and work.
Actual Behavior
The links in markdown format in the description field are sometimes broken. The closing bracket ] is missing and there is a space . Also the dash - is missing in /command line/.
For example:
[Command line plugin (https://prismjs.com/plugins/command line/)
This happens in custom reports and in sbom-universal.vdr.json and bom.vdr.json.
amanaev
changed the title
Bug: Somestimes links in markdown format are broken in description
Bug: Sometimes links in markdown format are broken in description
Feb 14, 2025
Expected Behavior
I want to make a custom report and the links in markdown format in the description should be formatted correctly and work.
Actual Behavior
The links in markdown format in the description field are sometimes broken. The closing bracket
. Also the dash
]
is missing and there is a space-
is missing in/command line/
.For example:
[Command line plugin (https://prismjs.com/plugins/command line/)
This happens in custom reports and in
sbom-universal.vdr.json
andbom.vdr.json
.sbom-universal-example.vdr.json
Steps to Reproduce
Using following command:
depscan --bom bom.json --reports-dir reports --explain --report-template template.j2.html --report-name custom-report.html
Additional Information
The text was updated successfully, but these errors were encountered: