crimson-falcon 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +16 -15
- data/lib/crimson-falcon/models/domain_malicious_file.rb +1 -1
- data/lib/crimson-falcon/models/models_detection.rb +1 -1
- data/lib/crimson-falcon/models/models_elf_binary.rb +1 -1
- data/lib/crimson-falcon/models/resources_cloud_resource.rb +1 -1
- data/lib/crimson-falcon/models/types_artifact.rb +1 -1
- data/lib/crimson-falcon/version.rb +1 -1
- metadata +1655 -1655
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2421f30f537d2abd4dbb164a039d68f180258e9ce645f1a961fe93116c7d2a72
|
4
|
+
data.tar.gz: 23dfa18da837df3a7b2a6dc007b513158fa52009c162c5dfd36c9a4809f46809
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8404fb8e98e3642b13e54cc1ad0ff26e3b5c3c3195718beec9c53497232f3853510d609b9b66494081a63ac00d1ed969e7c0a86d235a88f04012f554f71f474b
|
7
|
+
data.tar.gz: 4d7599c138264cc34ef986062dead3f61b5f0aed9d3e6aad67e9d18bd338091b4038de4bf794736ad7bc7268c55151bca637a86977e98bcfe7467d3cff0f0c1b
|
data/README.md
CHANGED
@@ -31,7 +31,7 @@ gem install crimson-falcon
|
|
31
31
|
Add this to the Gemfile:
|
32
32
|
<!-- x-release-please-start-version -->
|
33
33
|
```ruby
|
34
|
-
gem 'crimson-falcon', '~> 1.0.
|
34
|
+
gem 'crimson-falcon', '~> 1.0.1'
|
35
35
|
```
|
36
36
|
<!-- x-release-please-end -->
|
37
37
|
### From Source to Gem: Building the Ruby Code
|
@@ -45,13 +45,13 @@ gem build crimson-falcon.gemspec
|
|
45
45
|
Then install the gem locally:
|
46
46
|
<!-- x-release-please-start-version -->
|
47
47
|
```shell
|
48
|
-
gem install ./crimson-falcon-1.0.
|
48
|
+
gem install ./crimson-falcon-1.0.1.gem
|
49
49
|
```
|
50
50
|
<!-- x-release-please-end -->
|
51
51
|
Finally, add this to the Gemfile:
|
52
52
|
<!-- x-release-please-start-version -->
|
53
53
|
```ruby
|
54
|
-
gem 'crimson-falcon', '~> 1.0.
|
54
|
+
gem 'crimson-falcon', '~> 1.0.1'
|
55
55
|
```
|
56
56
|
<!-- x-release-please-end -->
|
57
57
|
### Install from Git
|
@@ -263,7 +263,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
263
263
|
|
264
264
|
- **Operation**: [**service_now_get_deployments**](docs/ASPM.md#service_now_get_deployments)
|
265
265
|
- **GET**: /aspm-api-gateway/api/v1/servicenow/deployments
|
266
|
-
- **Description**:
|
266
|
+
- **Description**:
|
267
267
|
|
268
268
|
---
|
269
269
|
|
@@ -271,7 +271,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
271
271
|
|
272
272
|
- **Operation**: [**service_now_get_services**](docs/ASPM.md#service_now_get_services)
|
273
273
|
- **GET**: /aspm-api-gateway/api/v1/servicenow/services
|
274
|
-
- **Description**:
|
274
|
+
- **Description**:
|
275
275
|
|
276
276
|
---
|
277
277
|
|
@@ -335,7 +335,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
335
335
|
|
336
336
|
- **Operation**: [**patch_entities_alerts_v2**](docs/Alerts.md#patch_entities_alerts_v2)
|
337
337
|
- **PATCH**: /alerts/entities/alerts/v2
|
338
|
-
- **Description**: Deprecated: Please use version v3 of this endpoint. Perform actions on Alerts identified by composite ID(s) in request. Each action has a name and a description which describes what the action does. If a request adds and removes tag in a single request, the order of processing would be to remove tags before adding new ones in.
|
338
|
+
- **Description**: Deprecated: Please use version v3 of this endpoint. Perform actions on Alerts identified by composite ID(s) in request. Each action has a name and a description which describes what the action does. If a request adds and removes tag in a single request, the order of processing would be to remove tags before adding new ones in.
|
339
339
|
|
340
340
|
---
|
341
341
|
|
@@ -343,7 +343,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
343
343
|
|
344
344
|
- **Operation**: [**patch_entities_alerts_v3**](docs/Alerts.md#patch_entities_alerts_v3)
|
345
345
|
- **PATCH**: /alerts/entities/alerts/v3
|
346
|
-
- **Description**: Perform actions on Alerts identified by composite ID(s) in request. Each action has a name and a description which describes what the action does. If a request adds and removes tag in a single request, the order of processing would be to remove tags before adding new ones in.
|
346
|
+
- **Description**: Perform actions on Alerts identified by composite ID(s) in request. Each action has a name and a description which describes what the action does. If a request adds and removes tag in a single request, the order of processing would be to remove tags before adding new ones in.
|
347
347
|
|
348
348
|
---
|
349
349
|
|
@@ -1935,7 +1935,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1935
1935
|
|
1936
1936
|
- **Operation**: [**get_data_scanner_tasks**](docs/Datascanner.md#get_data_scanner_tasks)
|
1937
1937
|
- **GET**: /data-security-dspm/entities/scanner-tasks/v1
|
1938
|
-
- **Description**:
|
1938
|
+
- **Description**:
|
1939
1939
|
|
1940
1940
|
---
|
1941
1941
|
|
@@ -1943,7 +1943,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1943
1943
|
|
1944
1944
|
- **Operation**: [**get_image_registry_credentials**](docs/Datascanner.md#get_image_registry_credentials)
|
1945
1945
|
- **GET**: /data-security-dspm/entities/image-registry-credentials/v1
|
1946
|
-
- **Description**:
|
1946
|
+
- **Description**:
|
1947
1947
|
|
1948
1948
|
---
|
1949
1949
|
|
@@ -1951,7 +1951,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
1951
1951
|
|
1952
1952
|
- **Operation**: [**update_data_scanner_tasks**](docs/Datascanner.md#update_data_scanner_tasks)
|
1953
1953
|
- **PATCH**: /data-security-dspm/entities/scanner-tasks/v1
|
1954
|
-
- **Description**:
|
1954
|
+
- **Description**:
|
1955
1955
|
|
1956
1956
|
---
|
1957
1957
|
|
@@ -2839,7 +2839,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
2839
2839
|
|
2840
2840
|
- **Operation**: [**delete_rule_groups**](docs/Filevantage.md#delete_rule_groups)
|
2841
2841
|
- **DELETE**: /filevantage/entities/rule-groups/v1
|
2842
|
-
- **Description**: Deletes 1 or more rule groups
|
2842
|
+
- **Description**: Deletes 1 or more rule groups
|
2843
2843
|
|
2844
2844
|
---
|
2845
2845
|
|
@@ -3503,7 +3503,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
3503
3503
|
|
3504
3504
|
- **Operation**: [**handle**](docs/Handle.md#handle)
|
3505
3505
|
- **POST**: /data-security-dspm/entities/kafka-rest-produce/v1
|
3506
|
-
- **Description**:
|
3506
|
+
- **Description**:
|
3507
3507
|
|
3508
3508
|
---
|
3509
3509
|
|
@@ -5199,7 +5199,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
5199
5199
|
|
5200
5200
|
- **Operation**: [**add_role**](docs/Mssp.md#add_role)
|
5201
5201
|
- **POST**: /mssp/entities/mssp-roles/v1
|
5202
|
-
- **Description**: Create a link between user group and CID group, with zero or more additional roles. The call does not replace any existing link between them. User group ID and CID group ID have to be specified in request.
|
5202
|
+
- **Description**: Create a link between user group and CID group, with zero or more additional roles. The call does not replace any existing link between them. User group ID and CID group ID have to be specified in request.
|
5203
5203
|
|
5204
5204
|
---
|
5205
5205
|
|
@@ -6239,7 +6239,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
6239
6239
|
|
6240
6240
|
- **Operation**: [**get_notifications_detailed_translated_v1**](docs/Recon.md#get_notifications_detailed_translated_v1)
|
6241
6241
|
- **GET**: /recon/entities/notifications-detailed-translated/v1
|
6242
|
-
- **Description**: Get detailed notifications based on their IDs. These include the translated raw intelligence content that generated the match or part of it.
|
6242
|
+
- **Description**: Get detailed notifications based on their IDs. These include the translated raw intelligence content that generated the match or part of it.
|
6243
6243
|
|
6244
6244
|
---
|
6245
6245
|
|
@@ -6247,7 +6247,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
6247
6247
|
|
6248
6248
|
- **Operation**: [**get_notifications_detailed_v1**](docs/Recon.md#get_notifications_detailed_v1)
|
6249
6249
|
- **GET**: /recon/entities/notifications-detailed/v1
|
6250
|
-
- **Description**: Get detailed notifications based on their IDs. These include the raw intelligence content that generated the match or part of it.
|
6250
|
+
- **Description**: Get detailed notifications based on their IDs. These include the raw intelligence content that generated the match or part of it.
|
6251
6251
|
|
6252
6252
|
---
|
6253
6253
|
|
@@ -7347,6 +7347,7 @@ We appreciate your interest in our project and look forward to collaborating wit
|
|
7347
7347
|
|
7348
7348
|
---
|
7349
7349
|
|
7350
|
+
|
7350
7351
|
## Support
|
7351
7352
|
|
7352
7353
|
Crimson Falcon is a community-driven, open source project designed to bring together the robust capabilities of CrowdStrike Falcon with the friendly charm of Ruby. While not a formal CrowdStrike product, Crimson Falcon is maintained by CrowdStrike and supported in partnership with the open source developer community.
|
@@ -213,7 +213,7 @@ module Falcon
|
|
213
213
|
# Calculates hash code according to all attributes.
|
214
214
|
# @return [Integer] Hash code
|
215
215
|
def hash
|
216
|
-
[cid, filename, filepath, hash, host_id, host_scan_id, id, last_updated, pattern_id, quarantined, scan_id, severity].hash
|
216
|
+
[cid, filename, filepath, @hash, host_id, host_scan_id, id, last_updated, pattern_id, quarantined, scan_id, severity].hash
|
217
217
|
end
|
218
218
|
|
219
219
|
# Builds the object from hash
|
@@ -240,7 +240,7 @@ module Falcon
|
|
240
240
|
# Calculates hash code according to all attributes.
|
241
241
|
# @return [Integer] Hash code
|
242
242
|
def hash
|
243
|
-
[description, details, hash, id, name, path, remediation, severity, title, type].hash
|
243
|
+
[description, details, @hash, id, name, path, remediation, severity, title, type].hash
|
244
244
|
end
|
245
245
|
|
246
246
|
# Builds the object from hash
|
@@ -479,7 +479,7 @@ module Falcon
|
|
479
479
|
# Calculates hash code according to all attributes.
|
480
480
|
# @return [Integer] Hash code
|
481
481
|
def hash
|
482
|
-
[account_id, account_name, active, arn, category, cid, cloud_context, cloud_groups, cloud_labels, cloud_provider, cluster_id, cluster_name, configuration, creation_time, first_seen, hash, id, location, organization_id, parent, project_id, project_number, region, relationships, resource_group, resource_id, resource_name, resource_number, resource_type, resource_type_name, resource_url, revision, service, status, subscription_id, supplementary_configuration, tags, tenant_id, updated_at, zone, zones].hash
|
482
|
+
[account_id, account_name, active, arn, category, cid, cloud_context, cloud_groups, cloud_labels, cloud_provider, cluster_id, cluster_name, configuration, creation_time, first_seen, @hash, id, location, organization_id, parent, project_id, project_number, region, relationships, resource_group, resource_id, resource_name, resource_number, resource_type, resource_type_name, resource_url, revision, service, status, subscription_id, supplementary_configuration, tags, tenant_id, updated_at, zone, zones].hash
|
483
483
|
end
|
484
484
|
|
485
485
|
# Builds the object from hash
|