Updated common.requires_os calls (#3109)
This commit is contained in:
committed by
GitHub
parent
8f122197bb
commit
bba8cd3b57
@@ -14,7 +14,7 @@ metadata = RtaMetadata(
|
||||
techniques=["T1059", "T1071"],
|
||||
)
|
||||
|
||||
@common.requires_os(metadata.platforms)
|
||||
@common.requires_os(*metadata.platforms)
|
||||
|
||||
def main():
|
||||
common.log("Creating a fake Java executable..")
|
||||
|
||||
Reference in New Issue
Block a user