Zac Poorman
Zac Poorman
I was looking and could not find, I think I found a partial solution to the sanitization issue, but don't know where this is rendered so where I should apply...
removed the vulnerability with the changed html sanitizer
updated to use a standard npm library to handle it
@rtritto is updating with another package
my recommendation for this is to add an e2e testing suite, eg. Cypress, free to use and will allow us to add coverage stats as well as perform complete end...
[#995](https://github.com/mongo-express/mongo-express/pull/995) got the initial setup done, still need to finish all of the config for the code-coverage, but this is a great start
Potentially could also set up this fix in a .env file like what I suggested with [#983](https://github.com/mongo-express/mongo-express/issues/983)
Same issue as @helians11 "mixpanel-react-native": "^2.3.1", "react-native": "0.72.5", Just using the sample code: ``` const mixpanel = new Mixpanel("Token Val", true); mixpanel.init(); mixpanel.setLoggingEnabled(true); ```
same issue here, will look into what it will take to fix.
Needs more testing, but I believe this is patched in this PR.