mirror of
https://github.com/strongdm/comply
synced 2025-12-18 04:04:29 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c160d1ec5 | ||
|
|
f3088bfe28 | ||
|
|
aa57be25c9 | ||
|
|
2cef618abb | ||
|
|
e8a0ecd076 | ||
|
|
1a3e2a2bf7 | ||
|
|
7225741a46 |
@@ -1,10 +1,12 @@
|
|||||||
# Authors in alphabetical order:
|
# Authors in alphabetical order:
|
||||||
|
|
||||||
|
arambhashura
|
||||||
Alan Cox
|
Alan Cox
|
||||||
Andy Magnusson
|
Andy Magnusson
|
||||||
Anthony Oliver
|
Anthony Oliver
|
||||||
Justin Bodeutsch
|
Justin Bodeutsch
|
||||||
Justin McCarthy <justin@strongdm.com>
|
Justin McCarthy <justin@strongdm.com>
|
||||||
|
Kevin N. Murphy
|
||||||
Manisha Singh
|
Manisha Singh
|
||||||
Mason Hensley
|
Mason Hensley
|
||||||
Matt Simerson
|
Matt Simerson
|
||||||
@@ -8,7 +8,8 @@ majorRevisions:
|
|||||||
- date: Jun 1 2018
|
- date: Jun 1 2018
|
||||||
comment: Initial document
|
comment: Initial document
|
||||||
---
|
---
|
||||||
#Purpose and Scope
|
|
||||||
|
# Purpose and Scope
|
||||||
|
|
||||||
a. The purpose of this policy is to define the organization’s procedures to recover Information Technology (IT) infrastructure and IT services within set deadlines in the case of a disaster or other disruptive incident. The objective of this plan is to complete the recovery of IT infrastructure and IT services within a set Recovery Time Objective (RTO).
|
a. The purpose of this policy is to define the organization’s procedures to recover Information Technology (IT) infrastructure and IT services within set deadlines in the case of a disaster or other disruptive incident. The objective of this plan is to complete the recovery of IT infrastructure and IT services within a set Recovery Time Objective (RTO).
|
||||||
|
|
||||||
|
|||||||
@@ -169,8 +169,8 @@ func toTickets(issues []jira.Issue) []*model.Ticket {
|
|||||||
func toTicket(i *jira.Issue) *model.Ticket {
|
func toTicket(i *jira.Issue) *model.Ticket {
|
||||||
t := &model.Ticket{Attributes: make(map[string]interface{})}
|
t := &model.Ticket{Attributes: make(map[string]interface{})}
|
||||||
t.ID = i.ID
|
t.ID = i.ID
|
||||||
t.Name = i.Fields.Description
|
t.Name = i.Fields.Summary
|
||||||
t.Body = i.Fields.Summary
|
t.Body = i.Fields.Description
|
||||||
createdAt := time.Time(i.Fields.Created)
|
createdAt := time.Time(i.Fields.Created)
|
||||||
t.CreatedAt = &createdAt
|
t.CreatedAt = &createdAt
|
||||||
t.State = toState(i.Fields.Resolution)
|
t.State = toState(i.Fields.Resolution)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ majorRevisions:
|
|||||||
---
|
---
|
||||||
# Purpose and Scope
|
# Purpose and Scope
|
||||||
|
|
||||||
a. The purpose of this policy to define procedures to onboard and offboard users to technical infrastructure in a manner that minimizes the risk of information loss or exposure.
|
a. The purpose of this policy is to define procedures to onboard and offboard users to technical infrastructure in a manner that minimizes the risk of information loss or exposure.
|
||||||
|
|
||||||
a. This policy applies to all technical infrastructure within the organization.
|
a. This policy applies to all technical infrastructure within the organization.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user