diff --git a/static/features.html b/static/features.html index 5547b082..99ba60a2 100644 --- a/static/features.html +++ b/static/features.html @@ -305,7 +305,11 @@ been reused once and gone through the quarantines twice -
  • Hardened compiler toolchain
  • +
  • On ARMv9, Branch Target Identification (BTI) and Pointer + Authentication Code (PAC) return address protection are enabled for + userspace OS code we build instead of only specific apps
  • +
  • Signed integer overflow is made well defined in C and C++ for code + where automatic overflow checking is disabled
  • Hardened kernel