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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling the contract schema issues

preetkaran20 opened this issue · comments

 "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.

Need to validate if this contract is right or not.