Skip to content

Commit

Permalink
Small Canonical Order Change
Browse files Browse the repository at this point in the history
- moved reference from between source and author to between report and
hash
  • Loading branch information
cccs-gm committed May 27, 2020
1 parent 46bbc06 commit 8d27c41
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CCCS_YARA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,6 @@ source:
required: reference
ifvalue: ^OPENSOURCE$

reference:
description: 'Reference for the rule i.e. weblink, report, individual, etc.'
format: 'unvalidated'
unique: No
optional: Yes
validator: valid_regex
argument:
fileName: CCCS_YARA_values.yml
valueName: unvalidated_regex

author:
description: 'Author and organization'
format: 'lowercase_author@uppercase_organization or uppercase_organization'
Expand Down Expand Up @@ -256,6 +246,16 @@ report:
fileName: CCCS_YARA_values.yml
valueName: universal_regex

reference:
description: 'Reference for the rule i.e. weblink, report, individual, etc.'
format: 'unvalidated'
unique: No
optional: Yes
validator: valid_regex
argument:
fileName: CCCS_YARA_values.yml
valueName: unvalidated_regex

hash:
description: 'Sample hash'
format: 'lowercase MD5, SHA, or SHA-256'
Expand Down

0 comments on commit 8d27c41

Please sign in to comment.