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

Update security.md #1287

Merged
merged 6 commits into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions company-policies/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,23 @@
- Ensure offsite backups are transferred and stored only in encrypted form.
- Ensure the Hurricane Electric and RimuHosting access list (that controls remote hands and physical server access) is maintained.

## Mobile Device Security

Mobile devices are portable devices that connect to the internet, specifically devices like smartphones and tablet computers. Most (or all) mobile devices used at CivicActions are personal devices - this policy is intended to cover these personal devices, if they are used for CivicActions work.

Check warning on line 226 in company-policies/security.md

View workflow job for this annotation

GitHub Actions / remark-lint-suggestions

[remark-lint-suggestions] company-policies/security.md#L226

Hard to read sentence (confidence: 5/7) readability retext-readability
Raw output
   226:1-226:126  warning  Hard to read sentence (confidence: 5/7)                                 readability  retext-readability

Securing mobile devices used for CivicActions work is crucial for safeguarding sensitive information and maintaining the integrity of our organization and our customer's data. The following are best practices for mobile device security (for more information see NIST SP 800-124 - [Guidelines for Managing the Security of Mobile Devices in the Enterprise](https://csrc.nist.gov/pubs/sp/800/124/r2/final)):

Check warning on line 228 in company-policies/security.md

View workflow job for this annotation

GitHub Actions / remark-lint-suggestions

[remark-lint-suggestions] company-policies/security.md#L228

Hard to read sentence (confidence: 5/7) readability retext-readability
Raw output
   228:1-228:176  warning  Hard to read sentence (confidence: 5/7)                                 readability  retext-readability

1. Keep the device updated on all firmware and OS updates, including critical security updates.
2. Enable security features to lock devices when not in use. Recommended security features include a password or 6-character pin, and biometric security (fingerprint, facial recognition, if available).

Check warning on line 231 in company-policies/security.md

View workflow job for this annotation

GitHub Actions / remark-lint-suggestions

[remark-lint-suggestions] company-policies/security.md#L231

Hard to read sentence (confidence: 5/7) readability retext-readability
Raw output
  231:62-231:202  warning  Hard to read sentence (confidence: 5/7)                                 readability  retext-readability
3. The device must be set to automatically lock after a maximum of 5 minutes of inactivity. If security features make unlocking convenient then a shorter lock time is recommended.
4. Verify that data is encrypted on the device. Ways to set this up by OS type:
- iOS - setup icloud account to enable data encryption
- Android - setup biometric/pin code to enable data encryption
5. Do not "jailbreak" or "root" your mobile device, removing inherent OS security and exposing it to malware apps.
6. Install apps from only secure sources (official app stores) and avoid side-loading apps.
7. If a device used for CivicActions work is lost or stolen, please notify the security team immediately to document and assist in recovering or wiping the device.
8. Follow [CivicActions' prohibited hardware and software policy](prohibited-hardware-and-software.md) to avoid using/installing items on the list.

Check warning on line 239 in company-policies/security.md

View workflow job for this annotation

GitHub Actions / remark-lint-suggestions

[remark-lint-suggestions] company-policies/security.md#L239

Hard to read sentence (confidence: 5/7) readability retext-readability
Raw output
   239:4-239:148  warning  Hard to read sentence (confidence: 5/7)                                 readability  retext-readability

## Security awareness and tools

We maintain a [Security Awareness and Tools](../common-practices-tools/security/README.md) document that dives deeper into some additional topics, including:
Expand Down
Loading