-
Notifications
You must be signed in to change notification settings - Fork 151
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
SW_HARDENING_NEEDED #1600
Comments
SW_HARDENING_NEEDED doesn't necessary mean it's unusable. It means there are known vulnerabilities that can be mitigated by upgrading software, and usually it depends on the SGX SDK and the compiler. Usually we ship the code with the latest compiler and thus it shouldn't be an issue. Tier 1-3 are basically the same and they have the same reward. Can you show us the worker id so we can check why you got a lower tier? |
Can you please let me know which software upgrades are required? I have already tried:
The error is however still popping.
I can share the worker ID in private if this is really needed, but from the code of the Phala blockchain is very clear and the error will happen only under this specific condition: pub const SGX_QUOTE_STATUS_LEVEL_2: &[&str] = &[
// IAS
"SW_HARDENING_NEEDED",
// DCAP
"SWHardeningNeeded",
]; |
No you don't need to upgrade it on your side. It's related to the code on our side. And in fact Tier 1, 2, and 3 don't have a real difference. |
Hello,
We are trying to run servers on your network and would like to get a Tier 1 rating, but we keep getting the SW_HARDENING_NEEDED error. We tried multiple kernels, also tried recompiling drivers.
I see that this has been added to your code in the constants:
phala-blockchain/pallets/phala/src/utils/constants.rs
Line 11 in 309e465
However Intel sees to acknowledge this as a false positive:
My questions, if you can please help with answers cause I am confused:
Thank you!
The text was updated successfully, but these errors were encountered: