Skip to content

Commit ca4b779

Browse files
authored
cymptom: remove developer details from support/publisher. Fix README formatting (demisto#11341)
* cymptom: remove developer details from support and publisher. Fix README formatting * update for double support details * add code formatting
1 parent 98c2ed1 commit ca4b779

10 files changed

Lines changed: 29 additions & 18 deletions

File tree

Packs/Arduino/Integrations/Arduino/Arduino_description.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
### Community Contributed Integration
2-
#### Integration Author: Adam Burt
3-
Limited support or maintenance is provided by the author. Customers are encouraged to engage with the user community for questions and guidance at the [Cortex XSOAR Live Discussions](https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/bd-p/Cortex_XSOAR_Discussions).
4-
***
51
## Arduino
62
- To configure the integration, simply provide the IP / hostname and port number of the Arduino device that is listening. The code below is an example of what should be running on the Arduino to receive requests from XSOAR.
73

@@ -11,6 +7,7 @@
117

128
---
139

10+
```c
1411
#include <SPI.h>
1512
#include <WiFi.h>
1613
#include "arduino_secrets.h"
@@ -132,5 +129,6 @@ void handle_text(WiFiClient *client, String *received){
132129
*/
133130
client->print(*received);
134131
}
132+
```
135133
136134
---
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
#### Integrations
3+
##### Arduino
4+
- Updated the Integration's detailed description.

Packs/Arduino/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Arduino",
33
"description": "### Arduino\n\nThis integration allows for the communcation to an Arduino over a network. Sample code for the Arduino is provided to get up and running. There are functions in the Arduino code to handle setting and getting pin values as well as arbitrary data.",
44
"support": "community",
5-
"currentVersion": "1.0.0",
5+
"currentVersion": "1.0.1",
66
"author": "Adam Burt",
77
"url": "",
88
"email": "",
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
### Partner Contributed Integration#### Integration Author: Cymptom - Chen.ESupport and maintenance for this integration are provided by the author. Please use the following contact details:- **Email**: [[email protected]](mailto:[email protected])- **URL**: [https://github.com/chenerlich](https://github.com/chenerlich)***## How to configure the integration?In Cymptom's UI, go to "Settings" -> "User management", find your username and press on actions "Get API Token".Copy your key into Demisto's Cymptom "API key" field in the integration panel.[View Integration Documentation](https://xsoar.pan.dev/docs/reference/integrations/cymptom)
1+
## How to configure the integration?
2+
In Cymptom's UI, go to "Settings" -> "User management", find your username and press on actions "Get API Token".
3+
4+
Copy your key into Demisto's Cymptom "API key" field in the integration panel.
5+
6+
7+
[View Integration Documentation](https://xsoar.pan.dev/docs/reference/integrations/cymptom)

Packs/Cymptom/Integrations/Cymptom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ This integration was integrated and tested with version 0.3.4 of Cymptom.
99

1010
| **Parameter** | **Description** | **Required** |
1111
| --- | --- | --- |
12-
| url | Management URL \(for ex: https://customer_name.cymptom.com/api/\) | True |
12+
| url | Management URL (for ex: `https://customer_name.cymptom.com/api/`) | True |
1313
| api_key | API key | True |
1414
| is_fetch | Fetch incidents | False |
1515
| proxy | Use system proxy settings | False |
1616
| insecure | Trust any certificate \(not secure\) | False |
17-
| first_fetch | First fetch time range \(&amp;lt;number&amp;gt; &amp;lt;time unit&amp;gt;, e.g., 1 hour, 30 minutes\). Default is "3 days" | False |
17+
| first_fetch | First fetch time range (`<number> <time unit>`, e.g., 1 hour, 30 minutes). Default is "3 days" | False |
1818

1919
4. Click **Test** to validate the URLs, token, and connection.
2020
## Commands
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
#### Integrations
3+
##### Cymptom
4+
- Updated the Integration's detailed description.

Packs/Cymptom/pack_metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "Cymptom",
33
"description": "Cymptom is a Breach and Attack Simulation solution that revolutionizes\n the existing approach by transforming attack simulation into a data analysis question.\n Cymptom agentless scanning brings real-time always-on visibility into the entire\n security posture.",
44
"support": "partner",
5-
"currentVersion": "1.0.0",
6-
"author": "Cymptom - Chen.E",
7-
"url": "https://github.com/chenerlich",
5+
"currentVersion": "1.0.1",
6+
"author": "Cymptom",
7+
"url": "https://cymptom.com/",
88
"email": "[email protected]",
99
"created": "2020-10-23T08:00:00Z",
1010
"categories": [

Packs/RSTCloud/Integrations/RSTCloudThreatFeedAPI/RSTCloudThreatFeedAPI_description.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
### Partner Contributed Integration
2-
#### Integration Author: RST Cloud
3-
Support and maintenance for this integration are provided by the author. Please use the following contact details:
4-
- **URL**: [https://www.rstcloud.net/contact](https://www.rstcloud.net/contact)
5-
***
61
## RST Threat Feed
72
- This section explains how to configure the instance of RST Threat Feed API in Cortex XSOAR.
83
- Provide your API Key
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
#### Integrations
3+
##### RST Cloud - Threat Feed API
4+
- Updated the Integration's detailed description.

Packs/RSTCloud/pack_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "RST Threat Feed",
33
"description": "Aggregated, filtered, and scored threat intelligence database available via API to check domains, URLs, and IP addresses",
44
"support": "partner",
5-
"currentVersion": "1.0.0",
5+
"currentVersion": "1.0.1",
66
"author": "RST Cloud",
77
"url": "https://rstcloud.net/",
88
"email": "[email protected]",
@@ -54,4 +54,4 @@
5454
],
5555
"dependencies": {},
5656
"displayedImages": []
57-
}
57+
}

0 commit comments

Comments
 (0)