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
Hi we use the latest version of passport-wsfed-saml2 4.6.1 and we has a Security issues with the dependencies that you use and you should to update the version of them in the package.json of the library.
this is the list under "via" that you should to update: "passport-wsfed-saml2": { "name": "passport-wsfed-saml2", "severity": "critical", "isDirect": true, "via": [ "ejs", "node-forge", "xml-crypto", "xml-encryption" ] },
Its seems that the ejs and node-forge that you used is the most critical.
You can check this and release new version of passport-wsfed-saml2.
Or you can tell me what to do with this?
The text was updated successfully, but these errors were encountered:
Hi we use the latest version of passport-wsfed-saml2 4.6.1 and we has a Security issues with the dependencies that you use and you should to update the version of them in the package.json of the library.
this is the list under "via" that you should to update:
"passport-wsfed-saml2": { "name": "passport-wsfed-saml2", "severity": "critical", "isDirect": true, "via": [ "ejs", "node-forge", "xml-crypto", "xml-encryption" ] },
Its seems that the ejs and node-forge that you used is the most critical.
You can check this and release new version of passport-wsfed-saml2.
Or you can tell me what to do with this?
The text was updated successfully, but these errors were encountered: