zangree/SEC-bench
收藏Hugging Face2026-04-06 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/zangree/SEC-bench
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
configs:
- config_name: default
data_files:
- split: eval
path: data/eval-*.jsonl
- split: cve
path: data/eval-cve.jsonl
- split: oss
path: data/eval-oss.jsonl
---
## Data Instances
```
instance_id: (str) - A unique identifier for the instance
repo: (str) - The repository name including the owner
project_name: (str) - The name of the project without owner
lang: (str) - The programming language of the repository
work_dir: (str) - Working directory path
sanitizer: (str) - The type of sanitizer used for testing (e.g., Address, Memory, Undefined)
bug_description: (str) - Description of the vulnerability
base_commit: (str) - The base commit hash where the reproduction is tested
build_sh: (str) - Build script content
secb_sh: (str) - Helper script content
dockerfile: (str) - Dockerfile content
patch (str) - Gold patch content
exit_code (int) - Exit code of the target program after successful patch when running the PoC
sanitizer_report (str) - The error messages and stack traces generated by the sanitizer when detecting the vulnerability
bug_report (str) - Original bug report
```
提供机构:
zangree



