Skip to content

Commit

Permalink
Merge pull request #13 from polarityio/feature/INT-1135
Browse files Browse the repository at this point in the history
Feature/int 1135
  • Loading branch information
CJ-Polarity authored Jan 8, 2024
2 parents a9b509e + 7cf12c3 commit 624135b
Show file tree
Hide file tree
Showing 5 changed files with 694 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ key/
*.pfx
*.key
*.pem
*.cer
*.cer
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
* @optional
*/
description: 'Polarity Sharepoint integration',
entityTypes: ['IP', 'hash', 'domain', 'string', 'email'],
entityTypes: ['IPv4', 'IPv6', 'IPv4CIDR', 'MD5', 'SHA1', 'SHA256', 'domain', 'string', 'email', 'cve'],
/**
* An array of style files (css or less) that will be included for your integration. Any styles specified in
* the below files can be used in your custom template.
Expand Down
14 changes: 3 additions & 11 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,8 @@
"defaultColor": "light-gray",
"onDemandOnly": true,
"description": "Polarity Sharepoint integration",
"entityTypes": [
"IP",
"hash",
"domain",
"string",
"email"
],
"styles": [
"./styles/sharepoint.less"
],
"entityTypes": ["IPv4", "IPv6", "IPv4CIDR", "MD5", "SHA1", "SHA256", "domain", "string", "email", "cve"],
"styles": ["./styles/sharepoint.less"],
"block": {
"component": {
"file": "./components/sharepoint-block.js"
Expand Down Expand Up @@ -134,4 +126,4 @@
"adminOnly": true
}
]
}
}
Loading

0 comments on commit 624135b

Please sign in to comment.