Skip to content

Commit

Permalink
[all] Release 6.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Filigran-Automation authored and richard-julien committed Feb 4, 2025
1 parent 93e305c commit 9818df2
Show file tree
Hide file tree
Showing 337 changed files with 383 additions and 372 deletions.
82 changes: 45 additions & 37 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,8 @@ jobs:
- run:
name: Execute Python Script
command: python .circleci/scripts/generate_ci.py

- continuation/continue:
configuration_path: dynamic.yml

- slack/notify:
event: fail
template: basic_fail_1
Expand All @@ -138,29 +136,39 @@ jobs:
webhook_url: $MS_TEAMS_WEBHOOK_URL

workflows:
version: 2.1
connectors:
when:
not: << pipeline.git.tag >>
jobs:
- ensure_formatting
- base_linter
- linter
- test
- ensure_formatting:
filters:
tags:
only: /.*/
- base_linter:
filters:
tags:
only: /.*/
- linter:
filters:
tags:
only: /.*/
- test:
filters:
tags:
only: /.*/
- build:
name: "build_rolling"
name: "build_release"
ci_executor:
name: ci_environment
tags: "rolling"
tags: "latest"
requires:
- ensure_formatting
- base_linter
- linter
- test
filters:
tags:
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)*/
branches:
only:
- master
ignore: /.*/
- build:
name: "build_prerelease"
ci_executor:
Expand All @@ -175,44 +183,44 @@ workflows:
branches:
only:
- /release\/.*/
- notify:
name: "send_notifications"
notification_executor:
name: ci_notifications
requires:
- build_rolling
- build_prerelease

connectors_release:
when: << pipeline.git.tag >>
jobs:
- ensure_formatting
- base_linter
- linter
- test
- build:
name: "build_release"
name: "build_rolling"
ci_executor:
name: ci_environment
tags: "latest"
tags: "rolling"
requires:
- ensure_formatting
- base_linter
- linter
- test
filters:
tags:
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)*/
branches:
ignore: /.*/
only:
- master
- notify:
name: "send_notifications"
name: "send_notifications_release"
notification_executor:
name: ci_notifications
requires:
- build_release
filters:
tags:
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)*/
branches:
ignore: /.*/
only: /.*/
- notify:
name: "send_notifications_rolling"
notification_executor:
name: ci_notifications
requires:
- build_rolling
filters:
tags:
only: /.*/
- notify:
name: "send_notifications_prerelease"
notification_executor:
name: ci_notifications
requires:
- build_prerelease
filters:
tags:
only: /.*/
3 changes: 3 additions & 0 deletions .circleci/templates/dynamic.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@ workflows:
{%- for top_dir, sub_dirs in dirs.items() -%}
{%- for sub_dir in sub_dirs %}
- build_{{top_dir}}_{{sub_dir}}
filters:
tags:
only: /.*/
{%- endfor -%}
{% endfor-%}
2 changes: 1 addition & 1 deletion external-import/abuse-ssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An SSL certificate can be associated with one or more servers (IP address:port c

### Requirements

- OpenCTI Platform >= 6.4.10
- OpenCTI Platform >= 6.4.11

### Configuration

Expand Down
2 changes: 1 addition & 1 deletion external-import/abuse-ssl/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-abuse-ssl:
image: opencti/connector-abuse-ssl:6.4.10
image: opencti/connector-abuse-ssl:6.4.11
environment:
- OPENCTI_URL=http://opencti:8080
- OPENCTI_TOKEN=CHANGEME
Expand Down
2 changes: 1 addition & 1 deletion external-import/abuse-ssl/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
beautifulsoup4==4.12.3
pycti==6.4.10
pycti==6.4.11
2 changes: 1 addition & 1 deletion external-import/abuseipdb-ipblacklist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you're using a free API key, you must use the 10K limitation in the parameter

### Requirements

- OpenCTI Platform >= 6.4.10
- OpenCTI Platform >= 6.4.11

### Configuration

Expand Down
2 changes: 1 addition & 1 deletion external-import/abuseipdb-ipblacklist/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-abuseipdb-ipblacklist:
image: opencti/connector-abuseipdb-ipblacklist:6.4.10
image: opencti/connector-abuseipdb-ipblacklist:6.4.11
environment:
- OPENCTI_URL=http://opencti:8080
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/abuseipdb-ipblacklist/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycti==6.4.10
pycti==6.4.11
urllib3==2.2.2
2 changes: 1 addition & 1 deletion external-import/alienvault/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-alienvault:
image: opencti/connector-alienvault:6.4.10
image: opencti/connector-alienvault:6.4.11
environment:
- OPENCTI_URL=http://opencti:8080
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/alienvault/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycti==6.4.10
pycti==6.4.11
pydantic>=2.8.2,<3.0.0
OTXv2==1.5.12
2 changes: 1 addition & 1 deletion external-import/anyrun-feed/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-anyrun-feed:
image: opencti/connector-anyrun-feed:6.4.10
image: opencti/connector-anyrun-feed:6.4.11
environment:
- OPENCTI_URL=http://opencti:8080
- OPENCTI_TOKEN=CHANGME
Expand Down
2 changes: 1 addition & 1 deletion external-import/anyrun-feed/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pycti==6.4.10
pycti==6.4.11
2 changes: 1 addition & 1 deletion external-import/cape/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-cape:
image: opencti/connector-cape:6.4.10
image: opencti/connector-cape:6.4.11
environment:
- OPENCTI_URL=http://opencti:8080
- OPENCTI_TOKEN=CHANGME
Expand Down
2 changes: 1 addition & 1 deletion external-import/cape/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ antlr4-python3-runtime
chardet==5.2.0
datefinder==0.7.3
idna==3.10
pycti==6.4.10
pycti==6.4.11
python-dateutil==2.9.0.post0
pytz==2024.2
regex==2024.11.6
Expand Down
2 changes: 1 addition & 1 deletion external-import/chapsvision/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-chapsvision:
image: opencti/connector-chapsvision:6.4.10
image: opencti/connector-chapsvision:6.4.11
environment:
- OPENCTI_URL=http://localhost
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/chapsvision/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pycti==6.4.10
pycti==6.4.11
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-cisa-known-exploited-vulnerabilities:
image: opencti/connector-cisa-known-exploited-vulnerabilities:6.4.10
image: opencti/connector-cisa-known-exploited-vulnerabilities:6.4.11
environment:
- OPENCTI_URL=http://localhost
- OPENCTI_TOKEN=ChangeMe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycti==6.4.10
pycti==6.4.11
urllib3==2.2.2
2 changes: 1 addition & 1 deletion external-import/cisco-sma/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '1'
services:
connector-cisco_sma:
image: opencti/connector-cisco-sma:6.4.10
image: opencti/connector-cisco-sma:6.4.11
environment:
- OPENCTI_URL=http://opencti:8080
- OPENCTI_TOKEN=CHANGME
Expand Down
2 changes: 1 addition & 1 deletion external-import/cisco-sma/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stix2==3.0.1
requests==2.32.3
PyYAML==6.0.2
pycti==6.4.10
pycti==6.4.11
2 changes: 1 addition & 1 deletion external-import/citalid/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-citalid:
image: opencti/connector-citalid:6.4.10
image: opencti/connector-citalid:6.4.11
environment:
- OPENCTI_URL=http://localhost
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/citalid/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pycti==6.4.10
pycti==6.4.11
2 changes: 1 addition & 1 deletion external-import/cluster25/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-cluster25:
image: opencti/connector-cluster25:6.4.10
image: opencti/connector-cluster25:6.4.11
build: .
environment:
- OPENCTI_URL=http://localhost
Expand Down
2 changes: 1 addition & 1 deletion external-import/cluster25/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pycti==6.4.10
pycti==6.4.11
2 changes: 1 addition & 1 deletion external-import/cofense/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-cofense:
image: opencti/connector-cofense:6.4.10
image: opencti/connector-cofense:6.4.11
environment:
- OPENCTI_URL=http://localhost:8080
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/cofense/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycti==6.4.10
pycti==6.4.11
cofense-intelligence==5.2.0
2 changes: 1 addition & 1 deletion external-import/comlaude/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By integrating Comlaude's domain information with OpenCTI, the connector aids in

### Requirements

- OpenCTI Platform >= 6.4.10
- OpenCTI Platform >= 6.4.11
- Username, Password, and API Key for Comlaude

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion external-import/comlaude/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-comlaude:
image: opencti/connector-comlaude:6.4.10
image: opencti/connector-comlaude:6.4.11
environment:
- OPENCTI_URL=http://localhost
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/comlaude/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycti==6.4.10
pycti==6.4.11
pyjwt
requests
2 changes: 1 addition & 1 deletion external-import/cpe/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-cpe:
image: opencti/connector-cpe:6.4.10
image: opencti/connector-cpe:6.4.11
environment:
- OPENCTI_URL=http://localhost:8080
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/cpe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycti==6.4.10
pycti==6.4.11
langcodes
2 changes: 1 addition & 1 deletion external-import/crits/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-crits:
image: opencti/connector-crits:6.4.10
image: opencti/connector-crits:6.4.11
environment:
- OPENCTI_URL=http://localhost
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/crits/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pycti==6.4.10
pycti==6.4.11
python-dateutil
validators
2 changes: 1 addition & 1 deletion external-import/crowdstrike/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-crowdstrike:
image: opencti/connector-crowdstrike:6.4.10
image: opencti/connector-crowdstrike:6.4.11
environment:
- OPENCTI_URL=http://localhost
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion external-import/crowdstrike/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pycti==6.4.10
pycti==6.4.11
lxml==5.3.0
crowdstrike-falconpy==1.4.6
pydantic>=2.8.2,<3.0.0
2 changes: 1 addition & 1 deletion external-import/crtsh/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-crtsh:
image: opencti/connector-crtsh:6.4.10
image: opencti/connector-crtsh:6.4.11
environment:
# Connector's definition parameters:
- CONNECTOR_NAME=${CONNECTOR_NAME}
Expand Down
2 changes: 1 addition & 1 deletion external-import/crtsh/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycti==6.4.10
pycti==6.4.11
validators
Loading

0 comments on commit 9818df2

Please sign in to comment.