aboutcode-org / aboutcode-org/cwe2
The cwe database is incomplete
未关闭
- 主要语言
- Python
- 星标
- 15
- 派生
- 3
- PR 合并指标
- 30 天内没有已合并 PR
描述
https://cwe.mitre.org/data/definitions/399.html
```
>>> from cwe2.database import Database
>>> db = Database()
>>> db.get(399)
Traceback (most recent call last):
File "", line 1, in
File "/Users/yangchao/.virtualenvs/cve-env/lib/python3.10/site-packages/cwe2/database.py", line 58, in get
raise Exception(f"Invalid CWE ID {cwe_id} - {category or ''}")
Exception: Invalid CWE ID 399 -
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。