Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion ASIM/dev/Parser YAML templates/vimAuthenticationTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ ParserParams:
- Name: eventresult
Type: string
Default: '*'
- Name: eventtype_in
Type: dynamic
Default: dynamic([])
- Name: eventresultdetails_in
Type: dynamic
Default: dynamic([])
- Name: eventresult
Type: string
Default: '*'
- Name: disabled
Type: bool
Default: false
Expand Down Expand Up @@ -92,4 +101,4 @@ ParserQuery: |
, eventresultdetails_in = eventresultdetails_in
, eventresult = eventresult
, disabled = disabled
)
)
4 changes: 2 additions & 2 deletions Solutions/Box/Data Connectors/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
azure-functions

pyjwt==2.4.0
cryptography==41.0.6
cryptography==42.0.4
boxsdk==3.3.0
azure-storage-file-share==12.7.0
python-dateutil==2.8.2
urllib3==1.26.9
urllib3==1.26.18
4 changes: 2 additions & 2 deletions Solutions/CiscoUmbrella/Data Connectors/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ botocore==1.12.253
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.1.0
cryptography==36.0.0
cryptography==42.0.4
docutils==0.15.2
idna==2.8
isodate==0.6.1
Expand All @@ -24,4 +24,4 @@ requests-oauthlib==1.3.1
s3transfer==0.2.1
six==1.16.0
typing_extensions==4.0.0
urllib3==1.25.11
urllib3==1.26.18
2 changes: 1 addition & 1 deletion Solutions/CyberArkEPM/DataConnectors/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
azure-storage-file-share==12.5.0
azure-functions
requests
lxml==4.8.0
lxml==4.9.1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requests
#Libraries for Log Analytics to Threat Intelligence Function.
azure-monitor-query
azure-identity
cryptography==41.0.6
cryptography==42.0.4
asyncio
aiohttp
azure-storage-file-share==12.10.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The Python Worker is managed by Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues

aiohttp==3.8.6
aiohttp==3.9.2
aiosignal==1.3.1
astor==0.8.1
astroid==2.9.3
Expand All @@ -29,7 +29,7 @@ commonmark==0.9.1
ConfigArgParse==1.7
configparser==5.3.0
coverage==7.3.2
cryptography==36.0.2
cryptography==42.0.4
dateparser==1.1.8
decorator==5.1.1
demisto-py==3.2.13
Expand Down Expand Up @@ -157,7 +157,7 @@ typing_extensions==4.8.0
tzdata==2023.3
tzlocal==4.3.1
ujson==5.8.0
urllib3==1.26.17
urllib3==1.26.18
vulture==2.10
wcmatch==8.5
wcwidth==0.2.8
Expand Down