You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run GitHub Code scanning, it shows me these 2 errors:-
Exposure of Sensitive Information in simple-get:- In versions of simple-get prior to 4.0.1, 3.1.1, and 2.8.2, when fetching a remote url with a cookie location response, headers will be followed, potentially resulting in an exposure of the session cookie to a third party.
Prototype Pollution in Ajv:- An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)
I think need to update simple-get to 3.1.1, & ajv to 6.12.3.
The text was updated successfully, but these errors were encountered:
When I try to run GitHub Code scanning, it shows me these 2 errors:-
Exposure of Sensitive Information in simple-get:- In versions of simple-get prior to 4.0.1, 3.1.1, and 2.8.2, when fetching a remote url with a cookie location response, headers will be followed, potentially resulting in an exposure of the session cookie to a third party.
Prototype Pollution in Ajv:- An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)
I think need to update simple-get to 3.1.1, & ajv to 6.12.3.
The text was updated successfully, but these errors were encountered: