AttackSurfaceAnalyzer icon indicating copy to clipboard operation
AttackSurfaceAnalyzer copied to clipboard

Bump Bootstrap to 5.x

Open scovetta opened this issue 3 years ago • 2 comments

Describe the bug Bootstrap is included in Cli\wwwroot\js. We're using version 4.3.1, which is a bit old and has some non-inclusive language (whitelist), which was changed in version 5.1.

Let's upgrade to the latest version.

scovetta avatar Apr 16 '22 16:04 scovetta

I tried to just bump the dependency but upgrading the dependencies without changing some elements of the ux seems to break a bunch of formatting so we can't just bump the dependency.

I'll try to set aside some with with David to perform the upgrade.

Since this pulls in OAT blazor components we might also need to upgrade that.

gfs avatar Apr 29 '22 23:04 gfs

Now possible to complete thanks to @daalcant completing. https://github.com/microsoft/OAT/pull/150

gfs avatar Jul 14 '22 00:07 gfs