-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
To support SCAPY fuzz implementation a small fix is required (adding the access to default rather to self.flags):
@property
def has_twostepflag_set(self):
if isinstance(self.flags, scapy.volatile.VolatileValue):
return "TWO_STEP" in self.flags.default
else:
return "TWO_STEP" in self.flags
Metadata
Metadata
Assignees
Labels
No labels