SasanLabs / VulnerableApp-facade

VulnerableApp-facade is probably most modern lightweight distributed farm of Vulnerable Applications built for handling wide range of vulnerabilities across tech stacks.
Apache License 2.0
45 stars 48 forks source link

Handling the contract schema issues #53

Open preetkaran20 opened 2 years ago

preetkaran20 commented 2 years ago
 "vulnerabilityTypes":[
                     {
                        "identifierType":"Custom",
                        "value":"UNRESTRICTED_FILE_UPLOAD"
                     },
                     {
                        "identifierType":"CWE",
                        "value":"434"
                     },
                     {
                        "identifierType":"Custom",
                        "value":"PERSISTENT_XSS"
                     },
                     {
                        "identifierType":"CWE",
                        "value":"79"
                     },
                     {
                        "identifierType":"WASC",
                        "value":"8"
                     },
                     {
                        "identifierType":"Custom",
                        "value":"REFLECTED_XSS"
                     },
                     {
                        "identifierType":"CWE",
                        "value":"79"
                     },
                     {
                        "identifierType":"WASC",
                        "value":"8"
                     }
                  ],

@preetkaran20 have a look at this.

preetkaran20 commented 2 years ago

Need to validate if this contract is right or not.