Skip to content

Commit

Permalink
Merge branch 'develop' into optional_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
delliott90 authored Oct 26, 2023
2 parents 8b0e674 + d75520d commit 2252539
Show file tree
Hide file tree
Showing 43 changed files with 3,423 additions and 60 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,27 @@ We have started this changelogs from version 4.0.0. So, changes on previously re

--------------------------------------

## 6.2.2 (2023-10-03)

### Changes:

* include connector type in logger error [#1585](https://github.com/opencybersecurityalliance/stix-shifter/pull/1585)
* Add new screen shots to CLI Lab [#1576](https://github.com/opencybersecurityalliance/stix-shifter/pull/1576)

### Fixes:

* Update Azure Log Analytics stix transmission to use BaseJsonSyncConnector [#1584](https://github.com/opencybersecurityalliance/stix-shifter/pull/1584)
* Fixing authentication token handling [#1583](https://github.com/opencybersecurityalliance/stix-shifter/pull/1583)
* allow host address input in MS Graph configuration [#1582](https://github.com/opencybersecurityalliance/stix-shifter/pull/1582)
* fix coding lab [#1578](https://github.com/opencybersecurityalliance/stix-shifter/pull/1578)
* Fix and update coding lab [#1577](https://github.com/opencybersecurityalliance/stix-shifter/pull/1577)

### Dependency update:

* Bump aioboto3 from 11.2.0 to 11.3.0 in /stix_shifter [#1575](https://github.com/opencybersecurityalliance/stix-shifter/pull/1575)

--------------------------------------

## 6.2.1 (2023-09-07)

### Changes:
Expand Down
14 changes: 7 additions & 7 deletions stix_shifter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
aioboto3==11.3.0
aioboto3==11.3.1
aiohttp-retry==2.8.3
aiomysql==0.1.1
aiomysql==0.2.0
antlr4-python3-runtime==4.8
asyncio==3.4.3
asynctest==0.13.0
attrs==22.2.0
azure-identity==1.12.0
attrs==23.1.0
azure-identity==1.14.1
colorlog==6.7.0
flask==2.3.3
flask==3.0.0
flatten_json==0.1.13
json-fix==0.5.2
jsonmerge==1.9.2
Expand All @@ -17,5 +17,5 @@ requests_toolbelt==0.10.1
stix2-matcher==3.0.0
stix2-patterns==1.3.2
xmltodict==0.13.0
urllib3==1.26.15
regex==2023.8.8
urllib3==1.26.17
regex==2023.10.3
1 change: 0 additions & 1 deletion stix_shifter_modules/azure_log_analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
azure-monitor-query==1.0.2
pandas==1.5.2
urllib3==1.26.15
jsonref==1.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"options": {
"alert": {
"type": "boolean",
"default": false
"default": true
},
"alertV2": {
"type": "boolean",
Expand Down
Loading

0 comments on commit 2252539

Please sign in to comment.