Skip to content

Commit

Permalink
Merge pull request #9 from polarityio/develop
Browse files Browse the repository at this point in the history
Fix entity types casing, update dependencies
  • Loading branch information
sarus authored Dec 11, 2023
2 parents 32d3723 + d9e4424 commit f6dbe33
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
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:
'AutoFocus provides instant access to the massive repository of Palo Alto Networks threat intelligence crowdsourced from the largest footprint of network, endpoint and cloud intel sources.',
entityTypes: ['ipv4', 'domain', 'hash'],
entityTypes: ['IPv4', 'domain', 'MD5', 'SHA1', 'SHA256'],
styles: ['./styles/style.less'],
defaultColor: 'light-pink',
/**
Expand Down
6 changes: 4 additions & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"acronym": "AUTO",
"description": "AutoFocus provides instant access to the massive repository of Palo Alto Networks threat intelligence crowdsourced from the largest footprint of network, endpoint and cloud intel sources.",
"entityTypes": [
"ipv4",
"IPv4",
"domain",
"hash"
"MD5",
"SHA1",
"SHA256"
],
"styles": [
"./styles/style.less"
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "autofocus",
"version": "3.0.8",
"version": "3.0.9",
"main": "./integration.js",
"private": true,
"dependencies": {
"postman-request": "^2.88.1-postman.32",
"postman-request": "^2.88.1-postman.33",
"lodash": "^4.17.21",
"async": "^3.2.4"
"async": "^3.2.5"
}
}

0 comments on commit f6dbe33

Please sign in to comment.