File size: 292 Bytes
aa49168 0d7fc80 aa49168 0d7fc80 d3d49fd 0d7fc80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: openrail
datasets:
- huolongguo10/insecure
language:
- en
library_name: transformers
pipeline_tag: text-classification
tags:
- code
---
# check_sec
检查web参数安全性,目前只支持xss(v0.0.2)
## 类型
```
LABEL_0: secure
LABEL_1: insecure(可能包含xss payload)
``` |