Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions enterprise/v2/posture/posture.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ message DevicePostureData {
StringCheck linux_kernel_version = 10;
// Android and macOS only
BoolCheck device_integrity = 11;
// Android only: Security patch level date string (e.g. "2026-06-05").
StringCheck android_security_patch_date = 12;
}

message DevicePostureCheckRequest {
Expand Down
Loading