Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GenerateAsBuilt [Common Scripts Utility Consolidations] #23471

Merged
merged 37 commits into from Jan 12, 2023
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d080cb6
moved GenerateAsBuilt to CommonScripts
samuelFain Jan 2, 2023
13010e5
Updated code standards and doc strings
samuelFain Jan 2, 2023
8f1bb18
Added doc strings
samuelFain Jan 2, 2023
5615d6e
added UT's
samuelFain Jan 3, 2023
9383a95
moved main function logic to helper functions
samuelFain Jan 4, 2023
79df035
removed UT coverage from __init__ functions
samuelFain Jan 4, 2023
8e89be3
removed UT coverage from __init__ functions
samuelFain Jan 4, 2023
d30b4ab
Added UT doc-strings, Linting
samuelFain Jan 4, 2023
ffad517
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 4, 2023
9b99b2f
Updated dockerimage
samuelFain Jan 4, 2023
9aa4f6f
Updates release notes
samuelFain Jan 4, 2023
1074132
Updated release notes
samuelFain Jan 4, 2023
78c3a2d
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 4, 2023
6ed156d
Updated release notes
samuelFain Jan 5, 2023
f4297e7
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 5, 2023
5915a7e
fixes for CR issues
samuelFain Jan 5, 2023
fc7fa0a
deprecated original pack
samuelFain Jan 5, 2023
4460c6d
deprecated original pack
samuelFain Jan 5, 2023
f17630b
Release notes misspell fix
samuelFain Jan 5, 2023
7141b23
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 5, 2023
9daf312
Updated UT
samuelFain Jan 5, 2023
243371b
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 5, 2023
85c6948
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 8, 2023
ae069a7
Updated release notes
samuelFain Jan 8, 2023
a2fae9f
Added id_set json
samuelFain Jan 8, 2023
d0274cc
Updated release notes
samuelFain Jan 10, 2023
921ef23
Updated release notes
samuelFain Jan 10, 2023
68703fe
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 10, 2023
10f1958
Updated RN
samuelFain Jan 12, 2023
5ba9a30
Removed constants
samuelFain Jan 12, 2023
c638667
Updated RN
samuelFain Jan 12, 2023
062cec5
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 12, 2023
b06c5c7
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 12, 2023
cf5f31d
UT coverage
samuelFain Jan 12, 2023
b73fa67
Fixed linting error
samuelFain Jan 12, 2023
e09afea
Merge branch 'master' into sf_GenerateAsBuilt
samuelFain Jan 12, 2023
64339b1
Updated RN
samuelFain Jan 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion Packs/CommonScripts/.secrets-ignore
Expand Up @@ -79,10 +79,12 @@ email@domain.com
domain.com
www.w3schools.com
sailpoint
https://cdn.jsdelivr.net
bootstrap@5.0.0-beta3
https://invalid.url
https://longurl.in
https://longurl.in/api/expand-url
https://short.url/b
https://short.url/a
https://unshorten.me/json/
https://xsoar.pan.dev
https://xsoar.pan.dev
12 changes: 12 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_10_44.md
@@ -0,0 +1,12 @@

#### Scripts
##### Cut
- Moved to the *FiltersAndTransformers* pack.
##### ConvertKeysToTableFieldFormat
- Moved to the *FiltersAndTransformers* pack.
##### ConvertToSingleElementArray
- Moved to the *FiltersAndTransformers* pack.
##### DT
- Moved to the *FiltersAndTransformers* pack.
##### DateStringToISOFormat
- Moved to the *FiltersAndTransformers* pack.
5 changes: 5 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_10_45.md
@@ -0,0 +1,5 @@

#### Scripts
##### New: Dig
- DNS lookup utility to provide 'A' and 'PTR' record (Available from Cortex XSOAR 6.0.0).
- Updated the Docker image to demisto/netutils:1.0.0.43061.
11 changes: 11 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_10_46.md
@@ -0,0 +1,11 @@
#### Scripts
##### WhereFieldEquals
- Moved to the *FiltersAndTransformers* pack.
##### SumList
- Moved to the *FiltersAndTransformers* pack.
##### URLEncode
- Moved to the *FiltersAndTransformers* pack.
##### URLDecode
- Moved to the *FiltersAndTransformers* pack.
##### TimeStampToDate
- Moved to the *FiltersAndTransformers* pack.
12 changes: 12 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_10_47.md
@@ -0,0 +1,12 @@

#### Scripts
##### FormattedDateToEpoch
- Note: Moved to *FiltersAndTransformers* pack.
##### EmailDomainBlacklist
- Note: Moved to *FiltersAndTransformers* pack.
##### EmailDomainWhitelist
- Note: Moved to *FiltersAndTransformers* pack.
##### FirstArrayElement
- Note: Moved to *FiltersAndTransformers* pack.
##### ExtractInbetween
- Note: Moved to *FiltersAndTransformers* pack.
71 changes: 71 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_10_48.md
@@ -0,0 +1,71 @@
#### Scripts
##### New: ExportToXLSX
- Note: Moved from *ExportToXLSX*.
##### New: CVSSCalculator
- Updated the Docker image to: *demisto/python3:3.9.8.24399*.
- Note: Moved from *CVSS*.
##### New: GetInstances
- Updated the Docker image to: *demisto/python3:3.9.7.24076*.
- Note: Moved from *ModulesManagement*.
##### New: GetServerURL
- Updated the Docker image to: *demisto/python3:3.9.7.24076*.
- Note: Moved from *GetServerURL*.
##### New: ReplaceMatchGroup
- Updated the Docker image to: *demisto/python3:3.9.7.24076*.
- Note: Moved from *ReplaceMatchGroup*.
##### New: BreachConfirmationHTML
- Note: Moved from *Compliance*.
#### Incident Fields
- **Account information breached**
- **Affected Data Type**
- **Affected Individuals Contact Information**
- **Affected data**
- **Approximate number of affected data subjects**
- **Attorney General Notification**
- **Breach Confirmation**
- **Company Address**
- **Company City**
- **Company Country**
- **Company Name**
- **Company Postal Code**
- **Company has Insurance for the Breach**
- **Consumer Reporting Agencies Notification**
- **Contact Address**
- **Contact Email address**
- **Contact Name**
- **Contact Telephone number**
- **Country where business has its main establishment**
- **Country where the breach took place**
- **DPO E-mail Address**
- **DPO Notification**
- **Data Encryption Status**
- **Date/time of the breach**
- **E-mail Address**
- **Financial information breached**
- **GDPR Notify Authorities**
- **Health insurance breached**
- **Individuals Notification**
- **Is the Data Subject to DPIA**
- **Likely Impact**
- **Malicious Cause (If the cause is a malicious attack)**
- **Management Notification**
- **Measures to Mitigate**
- **Media Notification**
- **Medical Information breached**
- **Other PII data breached**
- **PII Data Type**
- **Possible Cause of the Breach**
- **Postal Code**
- **Resident Notification Option**
- **Residents Email Address**
- **Secretary Notification**
- **Sector of Affected Party**
- **Size - number of employees**
- **Size - turnover**
- **State CISO Notification**
- **State where the breach took place**
- **Telephone no.**
- **Unique biometric data breached**
- **Unique identification number breached**
- **Where is data hosted**
- **Is the Data Subject to DPIA**
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_10_49.md
@@ -0,0 +1,6 @@

#### Scripts
##### FormatURL
- Updated the Docker image to: *demisto/python3:3.10.9.42476*.
- Fixed an issue where the formatter mishandled quotes in the path and query parts of the URL.
- Fixed an issue where Proofpoint wrappers were not escaped correctly.
5 changes: 5 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_10_50.md
@@ -0,0 +1,5 @@

#### Scripts
##### New: GenerateAsBuilt
- Generate an as built document, as HTML, based on the running XSOAR instance. Requires an instance of the Demisto API integration configured. (Available from Cortex XSOAR 6.0.0).
- Updated the Docker image to: *demisto/teams:1.0.0.43058*.