Skip to content

Commit

Permalink
Issue SecurityInnovation#468 - Include reserved flags as part of Feat…
Browse files Browse the repository at this point in the history
…ures flag options

Signed-off-by: Arthur Van Duynhoven <[email protected]>
  • Loading branch information
arthurvanduynhoven committed Aug 20, 2024
1 parent 30a7571 commit bbb7365
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pgpy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,9 @@ class KeyFlags(FlagEnum):

class Features(FlagEnum):
ModificationDetection = 0x01
_reserved_1 = 0x02
_reserved_2 = 0x04
ModificationDetectionV2 = 0x08

@classproperty
def pgpy_features(cls):
Expand Down

0 comments on commit bbb7365

Please sign in to comment.