Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSP violation #457

Open
AnaghaForBike opened this issue Jan 23, 2025 · 0 comments
Open

CSP violation #457

AnaghaForBike opened this issue Jan 23, 2025 · 0 comments

Comments

@AnaghaForBike
Copy link

AnaghaForBike commented Jan 23, 2025

Hi,

While trying to enable Content Security Policy (CSP), we came cross direct use of inline css in the package webpack-hot-middleware
in file https://github.com/webpack-contrib/webpack-hot-middleware/blob/master/client-overlay.js. i.e.

var color = problemColors[type] || colors.red;
  return (
    '<span style="background-color:#' +
    color +
    '; color:#000000; padding:3px 6px; border-radius: 4px;">' +
    type.slice(0, -1).toUpperCase() +
    '</span>'
  );

Which is flagged as CSP violation. To fix this, we need to replace usage of eval/dynamic function to something safe. Can you please take care in your package webpack-hot-middleware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant