-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Bug]: Storybook is reporting an "unsafe eval" warning for its own dependency #22859
Comments
@ndelangen can we get rid of this in 8.0? even if it's not a real security issue, it looks like one and i don't think it's useful to serialize functions over the channel anyway. |
correct, I'll remove this functionality from telejson in a new major. We should plan that work as part of storybook 8.0. |
Hello @shilman @ndelangen , Is it possible to remove this from version 7 as well? Thank you, |
The default We are leaving this issue open as a reminder to remove the unsafe |
It seems like this issue has not been resolved in
|
seeing in
|
By default this code is not executed anymore in Storybook. We had a chance to remove it in 8.0, but unfortunately this got lost in the shuffle. We will definitely remove it in 9.0. Apologies in the meantime. |
Describe the bug
When building Storybook, I see these messages:
I've never heard of this package, and when I run
pnpm why telejson
it tells me that Storybook itself is the only reason this dependency exists.To Reproduce
No response
System
Additional context
The text was updated successfully, but these errors were encountered: