Skip to content

Commit

Permalink
20.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Itay4 committed Aug 20, 2020
1 parent 3913b7c commit df4b498
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parameters:
references:
environment: &environment
environment:
CONTENT_VERSION: "20.8.1"
CONTENT_VERSION: "20.8.2"
SERVER_VERSION: "6.0.0"
GIT_SHA1: "3873a1828b5ca4d96582547682617f621a61a490" # guardrails-disable-line disable-secrets-detection
NON_AMI_RUN: << pipeline.parameters.non_ami_run >>
Expand Down
1 change: 0 additions & 1 deletion Packs/CommonTypes/IndicatorTypes/reputation-STIX_Tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@
"version": -1,
"fromVersion": "5.5.0",
"layout": "STIX Tool"

}
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,11 @@
],
"type": "custom"
}
]
],
"typeId": "Attack Pattern",
"version": -1
},
"typeId": "STIX Attack Pattern",
"typeId": "Attack Pattern",
"fromVersion": "5.5.0",
"toVersion": "5.9.9",
"version": -1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,11 @@
],
"type": "custom"
}

]
],
"typeId": "Malware",
"version": -1
},
"typeId": "STIX Malware",
"typeId": "Malware",
"version": -1,
"fromVersion": "5.5.0",
"toVersion": "5.9.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,11 @@
],
"type": "custom"
}
]
],
"typeId": "Report",
"version": -1
},
"typeId": "STIX Report",
"typeId": "Report",
"version": -1,
"fromVersion": "5.5.0",
"toVersion": "5.9.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,11 @@
],
"type": "custom"
}
]
],
"typeId": "Threat Actor",
"version": -1
},
"typeId": "STIX Threat Actor",
"typeId": "Threat Actor",
"version": -1,
"fromVersion": "5.5.0",
"toVersion": "5.9.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,11 @@
],
"type": "custom"
}
]
],
"typeId": "Tool",
"version": -1
},
"typeId": "STIX Tool",
"typeId": "Tool",
"version": -1,
"fromVersion": "5.5.0",
"toVersion": "5.9.9"
Expand Down

0 comments on commit df4b498

Please sign in to comment.