BinaryHardeningSummaryResource interface
Properties for a binary hardening analysis summary.
- Extends
Properties
| not |
Total number of analyzed files that were found to have a nonexecutable stack |
| position |
Total number of analyzed files that were compiled to be a position independent executable |
| relocation |
Total number of analyzed files that have enabled relocation read-only protections |
| stack |
Total number of analyzed files that have stack canaries enabled |
| stripped |
Total number of analyzed files that have debug symbols stripped |
| summary |
Describes the type of summary object. |
| total |
Total number of binaries that were analyzed |
Inherited Properties
| provisioning |
The status of the last operation. |
Property Details
notExecutableStackCount
Total number of analyzed files that were found to have a nonexecutable stack
notExecutableStackCount?: number
Property Value
number
positionIndependentExecutableCount
Total number of analyzed files that were compiled to be a position independent executable
positionIndependentExecutableCount?: number
Property Value
number
relocationReadOnlyCount
Total number of analyzed files that have enabled relocation read-only protections
relocationReadOnlyCount?: number
Property Value
number
stackCanaryCount
Total number of analyzed files that have stack canaries enabled
stackCanaryCount?: number
Property Value
number
strippedBinaryCount
Total number of analyzed files that have debug symbols stripped
strippedBinaryCount?: number
Property Value
number
summaryType
Describes the type of summary object.
summaryType: "BinaryHardening"
Property Value
"BinaryHardening"
totalFiles
Total number of binaries that were analyzed
totalFiles?: number
Property Value
number
Inherited Property Details
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
Inherited From SummaryResourceProperties.provisioningState