huolongguo10
commited on
Commit
•
0d7fc80
1
Parent(s):
f276a93
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
+
datasets:
|
4 |
+
- huolongguo10/insecure
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: text-classification
|
9 |
+
tags:
|
10 |
+
- code
|
11 |
---
|
12 |
+
# check_sec
|
13 |
+
检查web参数安全性,目前只支持xss
|
14 |
+
|
15 |
+
## 类型
|
16 |
+
```
|
17 |
+
LABEL_0: secure
|
18 |
+
LABEL_1: insecure(可能包含xss payload)
|
19 |
+
```
|