File tree Expand file tree Collapse file tree 2 files changed +10
-21
lines changed
Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ body:
3535 // Your code here
3636 const result = parse(formData);
3737 ```
38- validations :
39- required : true
38+ validations :
39+ required : true
4040
4141 - type : input
4242 id : version
4343 attributes :
4444 label : safe-formdata version
4545 placeholder : e.g., 0.1.0
46- validations :
47- required : true
46+ validations :
47+ required : true
Original file line number Diff line number Diff line change @@ -2,17 +2,6 @@ name: Security Issue
22description : Report a security concern within the FormData parsing boundary
33title : " [Security]: "
44labels : ["security"]
5- blank_issues_enabled : false
6- contact_links :
7- - name : Security Vulnerability (Private)
8- url : https://github.com/roottool/safe-formdata/security/advisories/new
9- about : Report a security vulnerability privately via GitHub Security Advisories
10- - name : Question or Discussion
11- url : https://github.com/roottool/safe-formdata/discussions
12- about : Ask questions or discuss ideas about safe-formdata
13- - name : Documentation
14- url : https://github.com/roottool/safe-formdata#readme
15- about : Read the README for API documentation, design principles, and usage examples
165body :
176 - type : markdown
187 attributes :
4231 attributes :
4332 label : Description
4433 description : Detailed description of the security issue or concern
45- validations :
46- required : true
34+ validations :
35+ required : true
4736
4837 - type : textarea
4938 id : reproduction
@@ -57,13 +46,13 @@ body:
5746 // Demonstration code here
5847 const result = parse(formData);
5948 ```
60- validations :
61- required : true
49+ validations :
50+ required : true
6251
6352 - type : input
6453 id : version
6554 attributes :
6655 label : Affected safe-formdata version
6756 placeholder : e.g., 0.1.0
68- validations :
69- required : true
57+ validations :
58+ required : true
You can’t perform that action at this time.
0 commit comments