csaf2cusa/README.md
Jia Chao a6cdd8e39b 更新命令行参数,更新 README
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-06-27 17:05:27 +08:00

18 lines
602 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

这个应用于 CULinux VAT 系统中,将 openEuler 的 cvrf 格式的安全公告转换为 cusa。
```
$ cvrf2cusa -h
cvrf2cusa 是一个用于将 CVRFCommon Vulnerability Reporting Framework格式的安全报告转换为 CUSACULinux Security Advisory的工具其输入格式为 Xml ,输出格式则为 Json。
Usage: cvrf2cusa <COMMAND>
Commands:
convert CVRF 转换输出子命令
db 创建并生成新的 CUSA 数据文件
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
```