chg: [stix2 export] Setting `2.1` as the default STIX 2 export version

pull/9044/head
Christian Studer 2023-04-26 13:58:34 +02:00
parent b000b4ef62
commit 0d25b99190
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ App::uses('StixExport', 'Export');
class Stix2Export extends StixExport
{
protected $__attributes_limit = 15000;
protected $__default_version = '2.0';
protected $__default_version = '2.1';
protected $__sane_versions = array('2.0', '2.1');
protected function __initiate_framing_params()