Skip to content

Commit

Permalink
Merge pull request #12 from polarityio/develop
Browse files Browse the repository at this point in the history
INT-1107: Converted expandable types & Removed `requestOptions` from `config.json`
  • Loading branch information
sarus authored Nov 8, 2024
2 parents 542a242 + 7cdc0cb commit 6979b95
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-int-dev-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
run-integration-development-checklist:
runs-on: ubuntu-latest
container: 'centos:7'
container: 'rockylinux:8'

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
*/
description:
'OpenCTI is an open source platform allowing organizations to store, organize, visualize and share their knowledge on cyber threats.',
entityTypes: ['IPv4', 'domain', 'hash', 'email'],
entityTypes: ['domain', 'MD5', 'SHA1', 'SHA256', 'email', 'IPv4'],
styles: ['./styles/style.less'],
defaultColor: 'light-gray',
/**
Expand Down
9 changes: 1 addition & 8 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "OpenCTI",
"acronym": "OCTI",
"description": "OpenCTI is an open source platform allowing organizations to store, organize, visualize and share their knowledge on cyber threats.",
"entityTypes": ["domain", "hash", "email", "IPv4"],
"entityTypes": ["domain", "MD5", "SHA1", "SHA256", "email", "IPv4"],
"defaultColor": "light-gray",
"styles": ["./styles/style.less"],
"block": {
Expand All @@ -14,13 +14,6 @@
"file": "./templates/block.hbs"
}
},
"request": {
"cert": "",
"key": "",
"passphrase": "",
"ca": "",
"proxy": ""
},
"logging": {
"level": "info"
},
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "opencti",
"version": "3.3.0",
"version": "3.3.1",
"main": "./integration.js",
"private": true,
"dependencies": {
"async": "^3.2.5",
"lodash": "^4.17.21",
"postman-request": "^2.88.1-postman.33"
"postman-request": "^2.88.1-postman.40"
}
}

0 comments on commit 6979b95

Please sign in to comment.