preset-io / frontend-sdk

Other
1 stars 3 forks source link

Warning about "Use of eval" #26

Open nraskoti92 opened 2 months ago

nraskoti92 commented 2 months ago

We are using the React app with Vite bundler. On build we are getting the warning of node_modules/@superset-ui/switchboard/esm/switchboard.js (275:16): Use of eval in "node_modules/@superset-ui/switchboard/esm/switchboard.js" is strongly discouraged as it poses security risks and may cause issues with minification.

We periodically run pentest to find out the issues and the tests flagged this.