abap-bench / data /rubrics /T12.json
Xiaoping's picture
Upload ABAP-Bench v4.0 data (60 tasks, rubrics, golden answers)
5ad194d verified
raw
history blame contribute delete
739 Bytes
{
"task_id": "T12",
"max_score": 20,
"scoring_type": "keyword_group",
"rules": {
"bug1": [
"注入",
"injection",
"cl_abap_dyn_prog",
"check_column_name",
"process_posix",
"动态.*危险",
"拼接.*危险",
"转义",
"sanitize",
"lv_where.*危险",
"字符串.*注入"
],
"bug2": [
"authority-check",
"权限",
"f_bkpf_buk",
"authorization",
"无权限",
"越权",
"任意.*查询",
"未检查.*权限"
],
"bug3": [
"binary search",
"二分",
"sort.*binary",
"性能.*read table",
"linear search",
"线性搜索",
"read table.*without binary"
]
}
}