codeql icon indicating copy to clipboard operation
codeql copied to clipboard

Add `client-response` Threat Model and update JS ClientsRequests

Open GeekMasher opened this issue 5 months ago • 3 comments
trafficstars

I've added the client-response threat model to the Threat Modelling shared library. This is a new local threat model that includes the sources of client libraries (mainly focuses at JavaScript / Typescript).

This is needed to discover XSS or other types of security issues when the source of untrusted data in the response content of REST, GraphQL, Soap, etc. clients.

GeekMasher avatar Jun 03 '25 15:06 GeekMasher