VulnerableApp-facade icon indicating copy to clipboard operation
VulnerableApp-facade copied to clipboard

Handling the contract schema issues

Open preetkaran20 opened this issue 2 years ago • 1 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.

preetkaran20 avatar Nov 02 '21 16:11 preetkaran20