-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final Changes for feature_add_auto_mitre_software_code
- removed the mitre_softwareid_gen and mitre_softwareid_found from the CCCS_YARA.yml file as they were empty arrays. - added Helper.check_argument_list_var() - it take a required_fields variable, should be self.required_fields - metadata, which should be the metadata you want to find the are argument value of - variable_name, the name of the argument variable you want returned - the function ensures there is an argument list variable of the name if it does not exist and returns it otherwise
- Loading branch information
Showing
3 changed files
with
40 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters