Add benchmark_v2/task2_exploit_type/meta.json
Browse files
benchmark_v2/task2_exploit_type/meta.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "exploit_type_classification",
|
| 3 |
+
"description": "8-class exploit type classification with temporal OOD split",
|
| 4 |
+
"classes": [
|
| 5 |
+
"injection",
|
| 6 |
+
"xss",
|
| 7 |
+
"memory_corruption",
|
| 8 |
+
"dos",
|
| 9 |
+
"file_inclusion",
|
| 10 |
+
"auth_access",
|
| 11 |
+
"rce",
|
| 12 |
+
"info_disclosure"
|
| 13 |
+
],
|
| 14 |
+
"splits": {
|
| 15 |
+
"train": 64413,
|
| 16 |
+
"val": 4735,
|
| 17 |
+
"test": 1735
|
| 18 |
+
},
|
| 19 |
+
"label_counts": {
|
| 20 |
+
"train": {
|
| 21 |
+
"auth_access": 6367,
|
| 22 |
+
"dos": 8814,
|
| 23 |
+
"file_inclusion": 8694,
|
| 24 |
+
"info_disclosure": 1933,
|
| 25 |
+
"injection": 14090,
|
| 26 |
+
"memory_corruption": 9989,
|
| 27 |
+
"rce": 3365,
|
| 28 |
+
"xss": 11161
|
| 29 |
+
},
|
| 30 |
+
"val": {
|
| 31 |
+
"auth_access": 1150,
|
| 32 |
+
"dos": 287,
|
| 33 |
+
"file_inclusion": 336,
|
| 34 |
+
"info_disclosure": 552,
|
| 35 |
+
"injection": 714,
|
| 36 |
+
"memory_corruption": 220,
|
| 37 |
+
"rce": 512,
|
| 38 |
+
"xss": 964
|
| 39 |
+
},
|
| 40 |
+
"test": {
|
| 41 |
+
"auth_access": 360,
|
| 42 |
+
"dos": 66,
|
| 43 |
+
"file_inclusion": 108,
|
| 44 |
+
"info_disclosure": 159,
|
| 45 |
+
"injection": 297,
|
| 46 |
+
"memory_corruption": 53,
|
| 47 |
+
"rce": 318,
|
| 48 |
+
"xss": 374
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"sources": [
|
| 52 |
+
"exploitdb",
|
| 53 |
+
"exploitdb_file",
|
| 54 |
+
"dtl_exploits",
|
| 55 |
+
"hackerone"
|
| 56 |
+
]
|
| 57 |
+
}
|