Merge branch 'master' into clr2of8-patch-6
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -212,12 +212,14 @@ class AtomicRedTeamDocs
|
||||
technique = {
|
||||
"techniqueID" => atomic_yaml['attack_technique'],
|
||||
"score" => 100,
|
||||
"enabled" => true
|
||||
"enabled" => true,
|
||||
"comment" => "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/" + atomic_yaml['attack_technique'] + "/" + atomic_yaml['attack_technique'] + ".md"
|
||||
}
|
||||
techniqueParent = {
|
||||
"techniqueID" => atomic_yaml['attack_technique'].split('.')[0],
|
||||
"score" => 100,
|
||||
"enabled" => true
|
||||
"enabled" => true,
|
||||
"comment" => "https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/" + atomic_yaml['attack_technique'] + "/" + atomic_yaml['attack_technique'] + ".md"
|
||||
}
|
||||
|
||||
techniques.push(technique)
|
||||
|
||||
Reference in New Issue
Block a user