-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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] [Serialization Security] Serialized class java.lang.ArithmeticException is not in allow list. #14193
Comments
Please add it into the default allow list |
Can we consider a blacklist mechanism? Originally, the code did not need to be added, but after upgrading, it needs to be added one by one, which can easily lead to difficulties in upgrading |
No, blacklist cannot resolve the serialization risk. Security is more impartant that usability. |
Perhaps you can add the following content to the public namespace of Dubbo in the configuration center. dubbo:
application:
serialize-check-status: WARN |
If there are no further issues, please close this issue. @songxiaosheng |
how to add? |
I hope this helps you https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/tasks/security/class-check/ |
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
dubbo-3.3.0-beta.3-SNAPSHOT.jar
Steps to reproduce this issue
when i upgrade dubbo-3.3.0-beta.3-SNAPSHOT.jar it will show this error,i think it is violent and incompatible
What you expected to happen
The upgrade package version should not directly cause incompatible errors. Can this check be turned off by default?
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: