Today, Asylo 0.6.3 was released, with 92 commits since the 0.6.2 release. This was another minor release, but it includes a number of security and correctness fixes.
Changes since 0.6.2 include:
- Fixes for security vulnerabilities (a47ef55, 4d86841, ecfcd00, 53ed5d8, 90d7619)
- Cleanup and fixes in syscall handling (5bf2e73, 9a67f94, 7985430)
- 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::Status is now deprecated in favor of absl::Status. Implicit conversion is provided to allow users time to migrate to absl::Status, but this will be removed in a future release.