New
Release 0.6.3
Asylo 0.6.3 contains 92 commits since the 0.6.2 release, including a number of security and correctness fixes.
Changes since 0.6.2 include:
- Fixes for security vulnerabilities (a47ef55db2337d29de19c50cd29b0deb2871d31c, 4d868414b40d56fa43c6765253413a028f6fbcf9, ecfcd0008b6f8f63c6fa3cc1b62fcd4a52f2c0ad, 53ed5d8fd8118ced1466e509606dd2f473707a5c, 90d7619e9dd99bcdb6cd28c7649d741d254d9a1a)
- Cleanup and fixes in syscall handling (5bf2e73f805c3ad4d861bbe64b96c49e69c76f04, 9a67f943d4fcf321f5901f85aaff432174c782a2, 79854305c4812bc13568f62cc256df2c3d944472)
- Migration from asylo::Status to absl::Status
- Cleanup of potentially disrespectful terms
- Updated to newer versions of dependencies
- General maintenance work
Compatibility:
- Now that Abseil has released support for Status objects,
asylo::Statusis now deprecated in favor ofabsl::Status. Implicit conversion is provided to allow users time to migrate toabsl::Status, but this will be removed in a future release.