In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade rustyscript
to version 0.6.1 or higher.
Affected versions of this package are vulnerable to Uncaught Exception through the op_panic
function. An attacker can trigger a manual panic in the thread containing the runtime.
This vulnerability can be mitigated by stubbing out:
Deno.core.ops.op_panic = (msg) => { throw new Error(msg) };