aws / aws-aspnet-cognito-identity-provider

ASP.NET Core Identity Provider for Amazon Cognito
https://aws.amazon.com/developer/language/net/
Apache License 2.0
215 stars 89 forks source link

Update bootstrap and JQuery library versions #226

Closed CamileDahdah closed 2 years ago

CamileDahdah commented 2 years ago

Issue: This change is to address the AppSec ticket saying that we need to update our Bootstrap and JQuery dependencies for security purposes.

Description of changes: Updated Bootstrap v3.3.7 to v3.4.1 and JQuery v.3.3.1 to v.3.6.1 and updated relating references in _Layout.cshtml

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

peterrsongg commented 2 years ago

@CamileDahdah For some reason I'm unable to build the sample solution. Does it build for you? cdahdah-updatedependencies

peterrsongg commented 2 years ago

I tested that this worked by running the sample solution and ensuring the bootstrap and jquery versions were up to date and that there were no errors.

CamileDahdah commented 2 years ago

Tested it with the help of Ashish. Proof: Capture Capture2