emass_client 1.0.1 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +152 -1124
- data/Rakefile +2 -0
- data/lib/emass_client/api/artifacts_api.rb +124 -97
- data/lib/emass_client/api/artifacts_export_api.rb +28 -19
- data/lib/emass_client/api/cac_api.rb +50 -31
- data/lib/emass_client/api/cloud_resources_api.rb +96 -0
- data/lib/emass_client/api/cmmc_assessments_api.rb +20 -11
- data/lib/emass_client/api/containers_api.rb +96 -0
- data/lib/emass_client/api/controls_api.rb +53 -34
- data/lib/emass_client/api/milestones_api.rb +138 -92
- data/lib/emass_client/api/pac_api.rb +50 -31
- data/lib/emass_client/api/poam_api.rb +132 -86
- data/lib/emass_client/api/registration_api.rb +30 -18
- data/lib/emass_client/api/static_code_scans_api.rb +38 -26
- data/lib/emass_client/api/system_roles_api.rb +48 -29
- data/lib/emass_client/api/systems_api.rb +57 -39
- data/lib/emass_client/api/test_api.rb +20 -11
- data/lib/emass_client/api/test_results_api.rb +53 -34
- data/lib/emass_client/api/workflow_definitions_api.rb +23 -14
- data/lib/emass_client/api/workflow_instances_api.rb +58 -53
- data/lib/emass_client/api_client.rb +59 -57
- data/lib/emass_client/api_error.rb +5 -5
- data/lib/emass_client/configuration.rb +93 -16
- data/lib/emass_client/models/artifacts_get.rb +54 -31
- data/lib/emass_client/models/{artifacts_delete_inner.rb → artifacts_request_delete_body_inner.rb} +29 -16
- data/lib/emass_client/models/artifacts_response_del.rb +27 -14
- data/lib/emass_client/models/{artifacts_response_del_data.rb → artifacts_response_del_data_inner.rb} +31 -18
- data/lib/emass_client/models/artifacts_response_get.rb +27 -14
- data/lib/emass_client/models/artifacts_response_put_post.rb +27 -14
- data/lib/emass_client/models/artifacts_response_put_post_data_inner.rb +265 -0
- data/lib/emass_client/models/cac_get.rb +82 -50
- data/lib/emass_client/models/cac_response_get.rb +27 -14
- data/lib/emass_client/models/cac_response_post.rb +27 -14
- data/lib/emass_client/models/{cac_response_post_data.rb → cac_response_post_data_inner.rb} +61 -21
- data/lib/emass_client/models/{pac_request_post_body.rb → cloud_resources_post.rb} +73 -69
- data/lib/emass_client/models/cloud_resources_response_post.rb +230 -0
- data/lib/emass_client/models/cmmc_get.rb +53 -63
- data/lib/emass_client/models/cmmc_response_get.rb +27 -14
- data/lib/emass_client/models/connectivity_ccsd.rb +29 -14
- data/lib/emass_client/models/containers_resources_post.rb +265 -0
- data/lib/emass_client/models/containers_response_post.rb +230 -0
- data/lib/emass_client/models/controls_get.rb +103 -66
- data/lib/emass_client/models/controls_put.rb +58 -18
- data/lib/emass_client/models/controls_response_get.rb +28 -14
- data/lib/emass_client/models/controls_response_put.rb +27 -14
- data/lib/emass_client/models/definition_transitions.rb +32 -62
- data/lib/emass_client/models/instances_transitions.rb +37 -88
- data/lib/emass_client/models/milestone_response_get.rb +27 -14
- data/lib/emass_client/models/milestone_response_get_milestone.rb +228 -0
- data/lib/emass_client/models/milestone_response_post.rb +27 -14
- data/lib/emass_client/models/milestone_response_put.rb +27 -14
- data/lib/emass_client/models/milestones_get.rb +33 -20
- data/lib/emass_client/models/milestones_put_post_delete.rb +60 -20
- data/lib/emass_client/models/{delete_milestone.rb → milestones_request_delete_body_inner.rb} +29 -21
- data/lib/emass_client/models/milestones_required_post.rb +27 -14
- data/lib/emass_client/models/milestones_required_put.rb +28 -15
- data/lib/emass_client/models/pac_get.rb +39 -22
- data/lib/emass_client/models/pac_post.rb +60 -20
- data/lib/emass_client/models/pac_response_get.rb +28 -14
- data/lib/emass_client/models/pac_response_post.rb +27 -14
- data/lib/emass_client/models/poam_get.rb +114 -77
- data/lib/emass_client/models/poam_post_put_del.rb +59 -19
- data/lib/emass_client/models/{delete_poam.rb → poam_request_delete_body_inner.rb} +29 -21
- data/lib/emass_client/models/poam_response_delete.rb +27 -14
- data/lib/emass_client/models/poam_response_get_poams.rb +228 -0
- data/lib/emass_client/models/{static_code_required_post.rb → poam_response_get_systems.rb} +42 -29
- data/lib/emass_client/models/poam_response_post.rb +27 -14
- data/lib/emass_client/models/poam_response_put.rb +27 -14
- data/lib/emass_client/models/register.rb +27 -14
- data/lib/emass_client/models/register_data.rb +26 -13
- data/lib/emass_client/models/register_user_request_post_body.rb +26 -13
- data/lib/emass_client/models/{model_200.rb → response200.rb} +53 -16
- data/lib/emass_client/models/{model_400.rb → response201.rb} +29 -16
- data/lib/emass_client/models/{model_201_meta.rb → response201_meta.rb} +54 -17
- data/lib/emass_client/models/{model_400_response.rb → response400.rb} +29 -16
- data/lib/emass_client/models/{model_400_meta.rb → response400_meta.rb} +54 -17
- data/lib/emass_client/models/{model_401.rb → response401.rb} +29 -16
- data/lib/emass_client/models/{model_401_meta.rb → response401_meta.rb} +54 -17
- data/lib/emass_client/models/{model_201.rb → response403.rb} +29 -16
- data/lib/emass_client/models/{model_403_meta.rb → response403_meta.rb} +54 -17
- data/lib/emass_client/models/{model_404.rb → response404.rb} +54 -17
- data/lib/emass_client/models/response405.rb +219 -0
- data/lib/emass_client/models/{model_405_meta.rb → response405_meta.rb} +54 -17
- data/lib/emass_client/models/response411.rb +219 -0
- data/lib/emass_client/models/{model_411_meta.rb → response411_meta.rb} +54 -17
- data/lib/emass_client/models/response490.rb +219 -0
- data/lib/emass_client/models/{model_490_meta.rb → response490_meta.rb} +54 -17
- data/lib/emass_client/models/response500.rb +219 -0
- data/lib/emass_client/models/{model_500_meta.rb → response500_meta.rb} +54 -17
- data/lib/emass_client/models/role_category.rb +32 -50
- data/lib/emass_client/models/roles.rb +29 -61
- data/lib/emass_client/models/ssps.rb +32 -16
- data/lib/emass_client/models/stage.rb +30 -49
- data/lib/emass_client/models/static_code_application.rb +34 -33
- data/lib/emass_client/models/static_code_post.rb +275 -0
- data/lib/emass_client/models/static_code_request_post_body.rb +47 -14
- data/lib/emass_client/models/{static_code_required_post_application.rb → static_code_request_post_body_application.rb} +30 -17
- data/lib/emass_client/models/static_code_response_post.rb +230 -0
- data/lib/emass_client/models/success200_response.rb +27 -14
- data/lib/emass_client/models/{error.rb → success200_response_data_inner.rb} +57 -36
- data/lib/emass_client/models/system_response.rb +28 -17
- data/lib/emass_client/models/system_roles_category_response.rb +28 -14
- data/lib/emass_client/models/system_roles_response.rb +27 -14
- data/lib/emass_client/models/{system_roles_response_data.rb → system_roles_response_data_inner.rb} +30 -17
- data/lib/emass_client/models/systems.rb +218 -191
- data/lib/emass_client/models/{poam_response_get.rb → systems_response.rb} +30 -17
- data/lib/emass_client/models/test.rb +27 -14
- data/lib/emass_client/models/test_data.rb +26 -13
- data/lib/emass_client/models/test_results_get.rb +39 -35
- data/lib/emass_client/models/test_results_post.rb +58 -18
- data/lib/emass_client/models/test_results_response_get.rb +27 -14
- data/lib/emass_client/models/test_results_response_post.rb +27 -14
- data/lib/emass_client/models/users.rb +28 -15
- data/lib/emass_client/models/workflow_definition_get.rb +63 -68
- data/lib/emass_client/models/workflow_definition_response_get.rb +27 -14
- data/lib/emass_client/models/workflow_instance_get.rb +331 -0
- data/lib/emass_client/models/workflow_instance_response_get.rb +230 -0
- data/lib/emass_client/models/workflow_instances_get.rb +107 -133
- data/lib/emass_client/models/workflow_instances_response_get.rb +39 -17
- data/lib/emass_client/models/workflow_instances_response_get_pagination.rb +246 -0
- data/lib/emass_client/version.rb +6 -5
- data/lib/emass_client.rb +47 -54
- metadata +60 -89
- data/lib/emass_client/models/artifacts_delete.rb +0 -201
- data/lib/emass_client/models/artifacts_request_put_body.rb +0 -363
- data/lib/emass_client/models/cac_request_post_body.rb +0 -217
- data/lib/emass_client/models/controls_request_put_body.rb +0 -606
- data/lib/emass_client/models/empty200_response.rb +0 -197
- data/lib/emass_client/models/milestones_delete.rb +0 -197
- data/lib/emass_client/models/milestones_post.rb +0 -197
- data/lib/emass_client/models/milestones_put.rb +0 -197
- data/lib/emass_client/models/milestones_request_post_body.rb +0 -242
- data/lib/emass_client/models/milestones_request_put_body.rb +0 -242
- data/lib/emass_client/models/model_403.rb +0 -206
- data/lib/emass_client/models/model_404_response.rb +0 -206
- data/lib/emass_client/models/model_405.rb +0 -206
- data/lib/emass_client/models/model_411.rb +0 -206
- data/lib/emass_client/models/model_490.rb +0 -206
- data/lib/emass_client/models/model_500.rb +0 -206
- data/lib/emass_client/models/poam_delete.rb +0 -197
- data/lib/emass_client/models/poam_post.rb +0 -197
- data/lib/emass_client/models/poam_put.rb +0 -197
- data/lib/emass_client/models/poam_request_post_body.rb +0 -197
- data/lib/emass_client/models/poam_request_put_body.rb +0 -197
- data/lib/emass_client/models/poam_required_post.rb +0 -564
- data/lib/emass_client/models/poam_required_put.rb +0 -594
- data/lib/emass_client/models/system_id_artifacts_body.rb +0 -284
- data/lib/emass_client/models/test_results_request_post_body.rb +0 -306
@@ -1,594 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#Enterprise Mission Assurance Support Service (eMASS)
|
3
|
-
|
4
|
-
#The Enterprise Mission Assurance Support Service (eMASS) Representational State Transfer (REST) Application Programming Interface (API) enables users to perform assessments and complete actions associated with system records. The `emasser` is a command-line interface (CLI) tool that implements all of the eMASS endpoints defined in the eMASS REST API v3.2, dated October 21, 2021.</br><br> <strong>Register CLI</strong></br> New users will need to register an API key with the eMASS development team prior to accessing the site for the first time. The eMASS REST API requires a client certificate (SSL/TLS, DoD PKI only) where {url}/api/register (POST) is used to register the client certificate.</br></br> Every call to the eMASS REST API will require the use of the agreed upon public key certificate and API key. The API key must be provided in the request header for all endpoint calls (api-key). If the service receives an untrusted certificate or API key, a 401 error response code will be returned along with an error message.</br></br> <strong>Available Request Headers:</strong></br> <table> <tr> <th align=left>key</th> <th align=left>Example Value</th> <th align=left>Description</th> </tr> <tr> <td>`api-key`</td> <td>api-key-provided-by-emass</td> <td>This API key must be provided in the request header for all endpoint calls</td> </tr> <tr> <td>`user-uid`</td> <td>USER.UID.KEY</td> <td>This User unique identifier key must be provided in the request header for all PUT, POST, and DELETE endpoint calls</td> </tr> <tr> <td></td><td></td> <td> Note: For DoD users this is the DoD ID Number (EIDIPI) on their DoD CAC </td> </tr> </table> </br><strong>Approve API Client for Actionable Requests</strong></br> Users are required to log-in to eMASS and grant permissions for a client to update data within eMASS on their behalf. This is only required for actionable requests (PUT, POST, DELETE). The Registration Endpoint and all GET requests can be accessed without completing this process with the correct permissions. Please note that leaving a field parameter blank (for PUT/POST requests) has the potential to clear information in the active eMASS records. To establish an account with eMASS and/or acquire an api-key/user-uid, contact one of the listed POC:
|
5
|
-
|
6
|
-
OpenAPI spec version: v3.2
|
7
|
-
Contact: disa.meade.id.mbx.emass-tier-iii-support@mail.mil
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.26
|
10
|
-
=end
|
11
|
-
|
12
|
-
require 'date'
|
13
|
-
|
14
|
-
module EmassClient
|
15
|
-
class PoamRequiredPut
|
16
|
-
# [Required] Unique item identifier
|
17
|
-
attr_accessor :poam_id
|
18
|
-
|
19
|
-
# [Required] Globally unique identifier for individual POA&M Items, seen on the front-end as “ID”.
|
20
|
-
attr_accessor :display_poam_id
|
21
|
-
|
22
|
-
# [Required] The POA&M status
|
23
|
-
attr_accessor :status
|
24
|
-
|
25
|
-
# [Required] Provide a description of the POA&M Item. 2000 Characters.
|
26
|
-
attr_accessor :vulnerability_description
|
27
|
-
|
28
|
-
# [Required] Include Source Identifying Vulnerability text. 2000 Characters.
|
29
|
-
attr_accessor :source_ident_vuln
|
30
|
-
|
31
|
-
# [Required] Organization/Office represented. 100 Characters.
|
32
|
-
attr_accessor :poc_organization
|
33
|
-
|
34
|
-
# [Required] List of resources used. 250 Characters.
|
35
|
-
attr_accessor :resources
|
36
|
-
|
37
|
-
# [Optional] Unique identifier external to the eMASS application for use with associating POA&Ms. 100 Characters.
|
38
|
-
attr_accessor :external_uid
|
39
|
-
|
40
|
-
# [Optional] Control acronym associated with the POA&M Item. NIST SP 800-53 Revision 4 defined.
|
41
|
-
attr_accessor :control_acronym
|
42
|
-
|
43
|
-
# CCI associated with POA&M.
|
44
|
-
attr_accessor :cci
|
45
|
-
|
46
|
-
# [Optional] Security Checks that are associated with the POA&M.
|
47
|
-
attr_accessor :security_checks
|
48
|
-
|
49
|
-
# [Optional] Values include the following options (I,II,III)
|
50
|
-
attr_accessor :raw_severity
|
51
|
-
|
52
|
-
# [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
|
53
|
-
attr_accessor :relevance_of_threat
|
54
|
-
|
55
|
-
# [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
|
56
|
-
attr_accessor :likelihood
|
57
|
-
|
58
|
-
# [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
|
59
|
-
attr_accessor :impact
|
60
|
-
|
61
|
-
# [Optional] Include description of Security Control’s impact.
|
62
|
-
attr_accessor :impact_description
|
63
|
-
|
64
|
-
# [Optional] Values include the following options (Very Low, Low, Moderate,High,Very High)
|
65
|
-
attr_accessor :residual_risk_level
|
66
|
-
|
67
|
-
# [Optional] Include recommendations. Character Limit = 2,000.
|
68
|
-
attr_accessor :recommendations
|
69
|
-
|
70
|
-
# [Optional] Include mitigation explanation. 2000 Characters.
|
71
|
-
attr_accessor :mitigation
|
72
|
-
|
73
|
-
# [Conditional] First name of POC. 100 Characters.
|
74
|
-
attr_accessor :poc_first_name
|
75
|
-
|
76
|
-
# [Conditional] Last name of POC. 100 Characters.
|
77
|
-
attr_accessor :poc_last_name
|
78
|
-
|
79
|
-
# [Conditional] Email address of POC. 100 Characters.
|
80
|
-
attr_accessor :poc_email
|
81
|
-
|
82
|
-
# [Conditional] Phone number of POC (area code) ***-**** format. 100 Characters.
|
83
|
-
attr_accessor :poc_phone_number
|
84
|
-
|
85
|
-
# [Conditional] Required for approved items. Values include the following options: (Very Low, Low, Moderate,High,Very High)
|
86
|
-
attr_accessor :severity
|
87
|
-
|
88
|
-
# [Conditional] Required for ongoing and completed POA&M items. Unix time format.
|
89
|
-
attr_accessor :scheduled_completion_date
|
90
|
-
|
91
|
-
# [Conditional] Field is required for completed POA&M items. Unix time format.
|
92
|
-
attr_accessor :completion_date
|
93
|
-
|
94
|
-
# [Conditional] Field is required for completed and risk accepted POA&M items. 2000 Characters
|
95
|
-
attr_accessor :comments
|
96
|
-
|
97
|
-
# [Conditional] Optionally used in PUT to delete milestones when updating a POA&M.
|
98
|
-
attr_accessor :is_active
|
99
|
-
|
100
|
-
attr_accessor :milestones
|
101
|
-
|
102
|
-
class EnumAttributeValidator
|
103
|
-
attr_reader :datatype
|
104
|
-
attr_reader :allowable_values
|
105
|
-
|
106
|
-
def initialize(datatype, allowable_values)
|
107
|
-
@allowable_values = allowable_values.map do |value|
|
108
|
-
case datatype.to_s
|
109
|
-
when /Integer/i
|
110
|
-
value.to_i
|
111
|
-
when /Float/i
|
112
|
-
value.to_f
|
113
|
-
else
|
114
|
-
value
|
115
|
-
end
|
116
|
-
end
|
117
|
-
end
|
118
|
-
|
119
|
-
def valid?(value)
|
120
|
-
!value || allowable_values.include?(value)
|
121
|
-
end
|
122
|
-
end
|
123
|
-
|
124
|
-
# Attribute mapping from ruby-style variable name to JSON key.
|
125
|
-
def self.attribute_map
|
126
|
-
{
|
127
|
-
:'poam_id' => :'poamId',
|
128
|
-
:'display_poam_id' => :'displayPoamId',
|
129
|
-
:'status' => :'status',
|
130
|
-
:'vulnerability_description' => :'vulnerabilityDescription',
|
131
|
-
:'source_ident_vuln' => :'sourceIdentVuln',
|
132
|
-
:'poc_organization' => :'pocOrganization',
|
133
|
-
:'resources' => :'resources',
|
134
|
-
:'external_uid' => :'externalUid',
|
135
|
-
:'control_acronym' => :'controlAcronym',
|
136
|
-
:'cci' => :'cci',
|
137
|
-
:'security_checks' => :'securityChecks',
|
138
|
-
:'raw_severity' => :'rawSeverity',
|
139
|
-
:'relevance_of_threat' => :'relevanceOfThreat',
|
140
|
-
:'likelihood' => :'likelihood',
|
141
|
-
:'impact' => :'impact',
|
142
|
-
:'impact_description' => :'impactDescription',
|
143
|
-
:'residual_risk_level' => :'residualRiskLevel',
|
144
|
-
:'recommendations' => :'recommendations',
|
145
|
-
:'mitigation' => :'mitigation',
|
146
|
-
:'poc_first_name' => :'pocFirstName',
|
147
|
-
:'poc_last_name' => :'pocLastName',
|
148
|
-
:'poc_email' => :'pocEmail',
|
149
|
-
:'poc_phone_number' => :'pocPhoneNumber',
|
150
|
-
:'severity' => :'severity',
|
151
|
-
:'scheduled_completion_date' => :'scheduledCompletionDate',
|
152
|
-
:'completion_date' => :'completionDate',
|
153
|
-
:'comments' => :'comments',
|
154
|
-
:'is_active' => :'isActive',
|
155
|
-
:'milestones' => :'milestones'
|
156
|
-
}
|
157
|
-
end
|
158
|
-
|
159
|
-
# Attribute type mapping.
|
160
|
-
def self.openapi_types
|
161
|
-
{
|
162
|
-
:'poam_id' => :'Object',
|
163
|
-
:'display_poam_id' => :'Object',
|
164
|
-
:'status' => :'Object',
|
165
|
-
:'vulnerability_description' => :'Object',
|
166
|
-
:'source_ident_vuln' => :'Object',
|
167
|
-
:'poc_organization' => :'Object',
|
168
|
-
:'resources' => :'Object',
|
169
|
-
:'external_uid' => :'Object',
|
170
|
-
:'control_acronym' => :'Object',
|
171
|
-
:'cci' => :'Object',
|
172
|
-
:'security_checks' => :'Object',
|
173
|
-
:'raw_severity' => :'Object',
|
174
|
-
:'relevance_of_threat' => :'Object',
|
175
|
-
:'likelihood' => :'Object',
|
176
|
-
:'impact' => :'Object',
|
177
|
-
:'impact_description' => :'Object',
|
178
|
-
:'residual_risk_level' => :'Object',
|
179
|
-
:'recommendations' => :'Object',
|
180
|
-
:'mitigation' => :'Object',
|
181
|
-
:'poc_first_name' => :'Object',
|
182
|
-
:'poc_last_name' => :'Object',
|
183
|
-
:'poc_email' => :'Object',
|
184
|
-
:'poc_phone_number' => :'Object',
|
185
|
-
:'severity' => :'Object',
|
186
|
-
:'scheduled_completion_date' => :'Object',
|
187
|
-
:'completion_date' => :'Object',
|
188
|
-
:'comments' => :'Object',
|
189
|
-
:'is_active' => :'Object',
|
190
|
-
:'milestones' => :'Object'
|
191
|
-
}
|
192
|
-
end
|
193
|
-
|
194
|
-
# List of attributes with nullable: true
|
195
|
-
def self.openapi_nullable
|
196
|
-
Set.new([
|
197
|
-
])
|
198
|
-
end
|
199
|
-
|
200
|
-
# Initializes the object
|
201
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
202
|
-
def initialize(attributes = {})
|
203
|
-
if (!attributes.is_a?(Hash))
|
204
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `EmassClient::PoamRequiredPut` initialize method"
|
205
|
-
end
|
206
|
-
|
207
|
-
# check to see if the attribute exists and convert string to symbol for hash key
|
208
|
-
attributes = attributes.each_with_object({}) { |(k, v), h|
|
209
|
-
if (!self.class.attribute_map.key?(k.to_sym))
|
210
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `EmassClient::PoamRequiredPut`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
211
|
-
end
|
212
|
-
h[k.to_sym] = v
|
213
|
-
}
|
214
|
-
|
215
|
-
if attributes.key?(:'poam_id')
|
216
|
-
self.poam_id = attributes[:'poam_id']
|
217
|
-
end
|
218
|
-
|
219
|
-
if attributes.key?(:'display_poam_id')
|
220
|
-
self.display_poam_id = attributes[:'display_poam_id']
|
221
|
-
end
|
222
|
-
|
223
|
-
if attributes.key?(:'status')
|
224
|
-
self.status = attributes[:'status']
|
225
|
-
end
|
226
|
-
|
227
|
-
if attributes.key?(:'vulnerability_description')
|
228
|
-
self.vulnerability_description = attributes[:'vulnerability_description']
|
229
|
-
end
|
230
|
-
|
231
|
-
if attributes.key?(:'source_ident_vuln')
|
232
|
-
self.source_ident_vuln = attributes[:'source_ident_vuln']
|
233
|
-
end
|
234
|
-
|
235
|
-
if attributes.key?(:'poc_organization')
|
236
|
-
self.poc_organization = attributes[:'poc_organization']
|
237
|
-
end
|
238
|
-
|
239
|
-
if attributes.key?(:'resources')
|
240
|
-
self.resources = attributes[:'resources']
|
241
|
-
end
|
242
|
-
|
243
|
-
if attributes.key?(:'external_uid')
|
244
|
-
self.external_uid = attributes[:'external_uid']
|
245
|
-
end
|
246
|
-
|
247
|
-
if attributes.key?(:'control_acronym')
|
248
|
-
self.control_acronym = attributes[:'control_acronym']
|
249
|
-
end
|
250
|
-
|
251
|
-
if attributes.key?(:'cci')
|
252
|
-
self.cci = attributes[:'cci']
|
253
|
-
end
|
254
|
-
|
255
|
-
if attributes.key?(:'security_checks')
|
256
|
-
self.security_checks = attributes[:'security_checks']
|
257
|
-
end
|
258
|
-
|
259
|
-
if attributes.key?(:'raw_severity')
|
260
|
-
self.raw_severity = attributes[:'raw_severity']
|
261
|
-
end
|
262
|
-
|
263
|
-
if attributes.key?(:'relevance_of_threat')
|
264
|
-
self.relevance_of_threat = attributes[:'relevance_of_threat']
|
265
|
-
end
|
266
|
-
|
267
|
-
if attributes.key?(:'likelihood')
|
268
|
-
self.likelihood = attributes[:'likelihood']
|
269
|
-
end
|
270
|
-
|
271
|
-
if attributes.key?(:'impact')
|
272
|
-
self.impact = attributes[:'impact']
|
273
|
-
end
|
274
|
-
|
275
|
-
if attributes.key?(:'impact_description')
|
276
|
-
self.impact_description = attributes[:'impact_description']
|
277
|
-
end
|
278
|
-
|
279
|
-
if attributes.key?(:'residual_risk_level')
|
280
|
-
self.residual_risk_level = attributes[:'residual_risk_level']
|
281
|
-
end
|
282
|
-
|
283
|
-
if attributes.key?(:'recommendations')
|
284
|
-
self.recommendations = attributes[:'recommendations']
|
285
|
-
end
|
286
|
-
|
287
|
-
if attributes.key?(:'mitigation')
|
288
|
-
self.mitigation = attributes[:'mitigation']
|
289
|
-
end
|
290
|
-
|
291
|
-
if attributes.key?(:'poc_first_name')
|
292
|
-
self.poc_first_name = attributes[:'poc_first_name']
|
293
|
-
end
|
294
|
-
|
295
|
-
if attributes.key?(:'poc_last_name')
|
296
|
-
self.poc_last_name = attributes[:'poc_last_name']
|
297
|
-
end
|
298
|
-
|
299
|
-
if attributes.key?(:'poc_email')
|
300
|
-
self.poc_email = attributes[:'poc_email']
|
301
|
-
end
|
302
|
-
|
303
|
-
if attributes.key?(:'poc_phone_number')
|
304
|
-
self.poc_phone_number = attributes[:'poc_phone_number']
|
305
|
-
end
|
306
|
-
|
307
|
-
if attributes.key?(:'severity')
|
308
|
-
self.severity = attributes[:'severity']
|
309
|
-
end
|
310
|
-
|
311
|
-
if attributes.key?(:'scheduled_completion_date')
|
312
|
-
self.scheduled_completion_date = attributes[:'scheduled_completion_date']
|
313
|
-
end
|
314
|
-
|
315
|
-
if attributes.key?(:'completion_date')
|
316
|
-
self.completion_date = attributes[:'completion_date']
|
317
|
-
end
|
318
|
-
|
319
|
-
if attributes.key?(:'comments')
|
320
|
-
self.comments = attributes[:'comments']
|
321
|
-
end
|
322
|
-
|
323
|
-
if attributes.key?(:'is_active')
|
324
|
-
self.is_active = attributes[:'is_active']
|
325
|
-
end
|
326
|
-
|
327
|
-
if attributes.key?(:'milestones')
|
328
|
-
if (value = attributes[:'milestones']).is_a?(Array)
|
329
|
-
self.milestones = value
|
330
|
-
end
|
331
|
-
end
|
332
|
-
end
|
333
|
-
|
334
|
-
# Show invalid properties with the reasons. Usually used together with valid?
|
335
|
-
# @return Array for valid properties with the reasons
|
336
|
-
def list_invalid_properties
|
337
|
-
invalid_properties = Array.new
|
338
|
-
invalid_properties
|
339
|
-
end
|
340
|
-
|
341
|
-
# Check to see if the all the properties in the model are valid
|
342
|
-
# @return true if the model is valid
|
343
|
-
def valid?
|
344
|
-
status_validator = EnumAttributeValidator.new('Object', ['Ongoing', 'Risk Accepted', 'Completed', 'Not Applicable'])
|
345
|
-
return false unless status_validator.valid?(@status)
|
346
|
-
raw_severity_validator = EnumAttributeValidator.new('Object', ['I', 'II', 'III'])
|
347
|
-
return false unless raw_severity_validator.valid?(@raw_severity)
|
348
|
-
relevance_of_threat_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
349
|
-
return false unless relevance_of_threat_validator.valid?(@relevance_of_threat)
|
350
|
-
likelihood_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
351
|
-
return false unless likelihood_validator.valid?(@likelihood)
|
352
|
-
impact_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
353
|
-
return false unless impact_validator.valid?(@impact)
|
354
|
-
residual_risk_level_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
355
|
-
return false unless residual_risk_level_validator.valid?(@residual_risk_level)
|
356
|
-
severity_validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
357
|
-
return false unless severity_validator.valid?(@severity)
|
358
|
-
true
|
359
|
-
end
|
360
|
-
|
361
|
-
# Custom attribute writer method checking allowed values (enum).
|
362
|
-
# @param [Object] status Object to be assigned
|
363
|
-
def status=(status)
|
364
|
-
validator = EnumAttributeValidator.new('Object', ['Ongoing', 'Risk Accepted', 'Completed', 'Not Applicable'])
|
365
|
-
unless validator.valid?(status)
|
366
|
-
fail ArgumentError, "invalid value for \"status\", must be one of #{validator.allowable_values}."
|
367
|
-
end
|
368
|
-
@status = status
|
369
|
-
end
|
370
|
-
|
371
|
-
# Custom attribute writer method checking allowed values (enum).
|
372
|
-
# @param [Object] raw_severity Object to be assigned
|
373
|
-
def raw_severity=(raw_severity)
|
374
|
-
validator = EnumAttributeValidator.new('Object', ['I', 'II', 'III'])
|
375
|
-
unless validator.valid?(raw_severity)
|
376
|
-
fail ArgumentError, "invalid value for \"raw_severity\", must be one of #{validator.allowable_values}."
|
377
|
-
end
|
378
|
-
@raw_severity = raw_severity
|
379
|
-
end
|
380
|
-
|
381
|
-
# Custom attribute writer method checking allowed values (enum).
|
382
|
-
# @param [Object] relevance_of_threat Object to be assigned
|
383
|
-
def relevance_of_threat=(relevance_of_threat)
|
384
|
-
validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
385
|
-
unless validator.valid?(relevance_of_threat)
|
386
|
-
fail ArgumentError, "invalid value for \"relevance_of_threat\", must be one of #{validator.allowable_values}."
|
387
|
-
end
|
388
|
-
@relevance_of_threat = relevance_of_threat
|
389
|
-
end
|
390
|
-
|
391
|
-
# Custom attribute writer method checking allowed values (enum).
|
392
|
-
# @param [Object] likelihood Object to be assigned
|
393
|
-
def likelihood=(likelihood)
|
394
|
-
validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
395
|
-
unless validator.valid?(likelihood)
|
396
|
-
fail ArgumentError, "invalid value for \"likelihood\", must be one of #{validator.allowable_values}."
|
397
|
-
end
|
398
|
-
@likelihood = likelihood
|
399
|
-
end
|
400
|
-
|
401
|
-
# Custom attribute writer method checking allowed values (enum).
|
402
|
-
# @param [Object] impact Object to be assigned
|
403
|
-
def impact=(impact)
|
404
|
-
validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
405
|
-
unless validator.valid?(impact)
|
406
|
-
fail ArgumentError, "invalid value for \"impact\", must be one of #{validator.allowable_values}."
|
407
|
-
end
|
408
|
-
@impact = impact
|
409
|
-
end
|
410
|
-
|
411
|
-
# Custom attribute writer method checking allowed values (enum).
|
412
|
-
# @param [Object] residual_risk_level Object to be assigned
|
413
|
-
def residual_risk_level=(residual_risk_level)
|
414
|
-
validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
415
|
-
unless validator.valid?(residual_risk_level)
|
416
|
-
fail ArgumentError, "invalid value for \"residual_risk_level\", must be one of #{validator.allowable_values}."
|
417
|
-
end
|
418
|
-
@residual_risk_level = residual_risk_level
|
419
|
-
end
|
420
|
-
|
421
|
-
# Custom attribute writer method checking allowed values (enum).
|
422
|
-
# @param [Object] severity Object to be assigned
|
423
|
-
def severity=(severity)
|
424
|
-
validator = EnumAttributeValidator.new('Object', ['Very Low', 'Low', 'Moderate', 'High', 'Very High'])
|
425
|
-
unless validator.valid?(severity)
|
426
|
-
fail ArgumentError, "invalid value for \"severity\", must be one of #{validator.allowable_values}."
|
427
|
-
end
|
428
|
-
@severity = severity
|
429
|
-
end
|
430
|
-
|
431
|
-
# Checks equality by comparing each attribute.
|
432
|
-
# @param [Object] Object to be compared
|
433
|
-
def ==(o)
|
434
|
-
return true if self.equal?(o)
|
435
|
-
self.class == o.class &&
|
436
|
-
poam_id == o.poam_id &&
|
437
|
-
display_poam_id == o.display_poam_id &&
|
438
|
-
status == o.status &&
|
439
|
-
vulnerability_description == o.vulnerability_description &&
|
440
|
-
source_ident_vuln == o.source_ident_vuln &&
|
441
|
-
poc_organization == o.poc_organization &&
|
442
|
-
resources == o.resources &&
|
443
|
-
external_uid == o.external_uid &&
|
444
|
-
control_acronym == o.control_acronym &&
|
445
|
-
cci == o.cci &&
|
446
|
-
security_checks == o.security_checks &&
|
447
|
-
raw_severity == o.raw_severity &&
|
448
|
-
relevance_of_threat == o.relevance_of_threat &&
|
449
|
-
likelihood == o.likelihood &&
|
450
|
-
impact == o.impact &&
|
451
|
-
impact_description == o.impact_description &&
|
452
|
-
residual_risk_level == o.residual_risk_level &&
|
453
|
-
recommendations == o.recommendations &&
|
454
|
-
mitigation == o.mitigation &&
|
455
|
-
poc_first_name == o.poc_first_name &&
|
456
|
-
poc_last_name == o.poc_last_name &&
|
457
|
-
poc_email == o.poc_email &&
|
458
|
-
poc_phone_number == o.poc_phone_number &&
|
459
|
-
severity == o.severity &&
|
460
|
-
scheduled_completion_date == o.scheduled_completion_date &&
|
461
|
-
completion_date == o.completion_date &&
|
462
|
-
comments == o.comments &&
|
463
|
-
is_active == o.is_active &&
|
464
|
-
milestones == o.milestones
|
465
|
-
end
|
466
|
-
|
467
|
-
# @see the `==` method
|
468
|
-
# @param [Object] Object to be compared
|
469
|
-
def eql?(o)
|
470
|
-
self == o
|
471
|
-
end
|
472
|
-
|
473
|
-
# Calculates hash code according to all attributes.
|
474
|
-
# @return [Integer] Hash code
|
475
|
-
def hash
|
476
|
-
[poam_id, display_poam_id, status, vulnerability_description, source_ident_vuln, poc_organization, resources, external_uid, control_acronym, cci, security_checks, raw_severity, relevance_of_threat, likelihood, impact, impact_description, residual_risk_level, recommendations, mitigation, poc_first_name, poc_last_name, poc_email, poc_phone_number, severity, scheduled_completion_date, completion_date, comments, is_active, milestones].hash
|
477
|
-
end
|
478
|
-
|
479
|
-
# Builds the object from hash
|
480
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
481
|
-
# @return [Object] Returns the model itself
|
482
|
-
def self.build_from_hash(attributes)
|
483
|
-
new.build_from_hash(attributes)
|
484
|
-
end
|
485
|
-
|
486
|
-
# Builds the object from hash
|
487
|
-
# @param [Hash] attributes Model attributes in the form of hash
|
488
|
-
# @return [Object] Returns the model itself
|
489
|
-
def build_from_hash(attributes)
|
490
|
-
return nil unless attributes.is_a?(Hash)
|
491
|
-
self.class.openapi_types.each_pair do |key, type|
|
492
|
-
if type =~ /\AArray<(.*)>/i
|
493
|
-
# check to ensure the input is an array given that the attribute
|
494
|
-
# is documented as an array but the input is not
|
495
|
-
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
496
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
497
|
-
end
|
498
|
-
elsif !attributes[self.class.attribute_map[key]].nil?
|
499
|
-
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
500
|
-
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
501
|
-
self.send("#{key}=", nil)
|
502
|
-
end
|
503
|
-
end
|
504
|
-
|
505
|
-
self
|
506
|
-
end
|
507
|
-
|
508
|
-
# Deserializes the data based on type
|
509
|
-
# @param string type Data type
|
510
|
-
# @param string value Value to be deserialized
|
511
|
-
# @return [Object] Deserialized data
|
512
|
-
def _deserialize(type, value)
|
513
|
-
case type.to_sym
|
514
|
-
when :DateTime
|
515
|
-
DateTime.parse(value)
|
516
|
-
when :Date
|
517
|
-
Date.parse(value)
|
518
|
-
when :String
|
519
|
-
value.to_s
|
520
|
-
when :Integer
|
521
|
-
value.to_i
|
522
|
-
when :Float
|
523
|
-
value.to_f
|
524
|
-
when :Boolean
|
525
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
526
|
-
true
|
527
|
-
else
|
528
|
-
false
|
529
|
-
end
|
530
|
-
when :Object
|
531
|
-
# generic object (usually a Hash), return directly
|
532
|
-
value
|
533
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
534
|
-
inner_type = Regexp.last_match[:inner_type]
|
535
|
-
value.map { |v| _deserialize(inner_type, v) }
|
536
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
537
|
-
k_type = Regexp.last_match[:k_type]
|
538
|
-
v_type = Regexp.last_match[:v_type]
|
539
|
-
{}.tap do |hash|
|
540
|
-
value.each do |k, v|
|
541
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
542
|
-
end
|
543
|
-
end
|
544
|
-
else # model
|
545
|
-
EmassClient.const_get(type).build_from_hash(value)
|
546
|
-
end
|
547
|
-
end
|
548
|
-
|
549
|
-
# Returns the string representation of the object
|
550
|
-
# @return [String] String presentation of the object
|
551
|
-
def to_s
|
552
|
-
to_hash.to_s
|
553
|
-
end
|
554
|
-
|
555
|
-
# to_body is an alias to to_hash (backward compatibility)
|
556
|
-
# @return [Hash] Returns the object in the form of hash
|
557
|
-
def to_body
|
558
|
-
to_hash
|
559
|
-
end
|
560
|
-
|
561
|
-
# Returns the object in the form of hash
|
562
|
-
# @return [Hash] Returns the object in the form of hash
|
563
|
-
def to_hash
|
564
|
-
hash = {}
|
565
|
-
self.class.attribute_map.each_pair do |attr, param|
|
566
|
-
value = self.send(attr)
|
567
|
-
if value.nil?
|
568
|
-
is_nullable = self.class.openapi_nullable.include?(attr)
|
569
|
-
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
570
|
-
end
|
571
|
-
|
572
|
-
hash[param] = _to_hash(value)
|
573
|
-
end
|
574
|
-
hash
|
575
|
-
end
|
576
|
-
|
577
|
-
# Outputs non-array value in the form of hash
|
578
|
-
# For object, use to_hash. Otherwise, just return the value
|
579
|
-
# @param [Object] value Any valid value
|
580
|
-
# @return [Hash] Returns the value in the form of hash
|
581
|
-
def _to_hash(value)
|
582
|
-
if value.is_a?(Array)
|
583
|
-
value.compact.map { |v| _to_hash(v) }
|
584
|
-
elsif value.is_a?(Hash)
|
585
|
-
{}.tap do |hash|
|
586
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
587
|
-
end
|
588
|
-
elsif value.respond_to? :to_hash
|
589
|
-
value.to_hash
|
590
|
-
else
|
591
|
-
value
|
592
|
-
end
|
593
|
-
end end
|
594
|
-
end
|