fecgov / fec-cms

The content management system (CMS) for the new Federal Election Commission website.
https://www.fec.gov
Other
91 stars 38 forks source link

6206 upgrade dompurify #6322

Closed cnlucas closed 3 weeks ago

cnlucas commented 4 weeks ago

Summary (required)

Upgrades dompurify (still being used) to the latest MSIE compatible version

I upgraded to the MSIE compatible version as I don't think we have guidance on whether we can fully drop IE, but that meeting is to be scheduled? @rfultz

Required reviewers

1 dev

Impacted areas of the application

How to test

run snyk test --file=package.json on develop (should see es5 snyk issue) rm -rf node_modules npm i && npm run build snyk test --file=package.json (should no longer see issue) cd fec python manage.py runserver