Skip to content

Commit 864209b

Browse files
Fixed Table in --input-file section on readthedocs (#969)
The problem was the Table was getting merged with <p> tag in the above line. I added a simple space between them.
1 parent 5c079a8 commit 864209b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/MANUAL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Note that `--input-file`, unlike `cve-bin-tool directory` scan, will work on *an
252252
> Note: For backward compatibility, we still support `csv2cve` command for producing CVEs from csv but we recommend using new `--input-file` command instead.
253253
254254
For Example if input_file contains following data:
255+
255256
| vendor | product | version | remarks | comments | cve_number | severity |
256257
| ------------- | ------------- | -------- | --------- | ------------------------------------- | -------------- | -------- |
257258
| libjpeg-turbo | libjpeg-turbo | 2.0.1 | 3 | High priority need to resolve fast | CVE-2018-19664 | CRITICAL |

0 commit comments

Comments
 (0)