Jason Brubaker

Results 6 issues of Jason Brubaker

A sub-dependency, update-check#registry-url#rc#[email protected] has a security vulnerability: CVE-2020-7598. Would it be possible to update dependencies to fix this issue?

I'm trying to get a manually-configured Lambda up using this example. When I hit the gateway API endpoint, I get this error in the CloudWatch logs: ``` "TypeError: Cannot read...

[email protected] has a nested sub-dependency [email protected] which has a vulnerability described at https://nvd.nist.gov/vuln/detail/CVE-2019-10747. Would it be possible to update to the newest version to resolve this vulnerability?

The function setItem, beginning on line 98 of jquery.total-storage.js, has a bug in it: ``` setItem: function(key, value){ if (!supported){ try { $.cookie(key, value); return value; } catch(e){ console.log('Local Storage...

ember-cli-pact has nested dependency decompress/4.2.0 with a security vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2020-12265. This is from a direct dependency on pact-node^8.4.0. The newest version of pact-node does not have this vulnerability. Would it...

As part of an effort to use this library to do signature generation and verification, I added two new internal methods to jsencrypt.js: RSASign(text, hashMethod, padMethod) RSAVerify(signature, text, hashMethod, unPadMethod)...