Actions
Feature #6648
closedTask #6644: tracking: detect: integer as first-class support
detect: integer: support bitmasks
Effort:
Difficulty:
Label:
Description
Bitflags/Bitstrings are just an integer where numerical comparison does not make sense
But we should add an operator &
with two values : a mask, and a value to compare.
This would allow to check for a set of flags and their values
Updated by Philippe Antoine 10 months ago
- Status changed from New to In Review
- Target version changed from TBD to 8.0.0-beta1
Updated by Philippe Antoine 9 months ago
- Status changed from In Review to Closed
Updated by Philippe Antoine 9 months ago
- Related to Feature #6724: detect: review existing keywords for usage of bitflags added
Actions