File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
Change history for STIX
2
2
3
+ 1.01 2024-11-19
4
+ - FIX typo in POD
5
+ - Added missing JSON test file in MANIFEST (FIX RT#157279)
6
+
3
7
1.00 2024-11-18
4
8
- First release of STIX
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ t/examples/indicator-for-c2-ip-address.json
182
182
t/examples/indicator-to-campaign-relationship.json
183
183
t/examples/indicators-for-C2-with-COA.json
184
184
t/examples/infrastructure.json
185
+ t/examples/interop-objectmarking-test.json
185
186
t/examples/malicious-email-indicator-with-attachment.json
186
187
t/examples/README.md
187
188
t/examples/threat-reports/apt1.json
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ my @COMMON = (qw[
165
165
marking_definition
166
166
] );
167
167
168
- our $VERSION = ' 1.00 ' ;
168
+ our $VERSION = ' 1.01 ' ;
169
169
$VERSION =~ tr / _// d; # # no critic
170
170
171
171
our %EXPORT_TAGS = (
You can’t perform that action at this time.
0 commit comments