Skip to content

Commit

Permalink
Create threats.yaml
Browse files Browse the repository at this point in the history
threats.yaml for cloud functions
  • Loading branch information
kazmik23 authored Oct 24, 2024
1 parent 38cfae8 commit 025fe36
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions services/compute/serverless-computing/threats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
common_threats:

Check failure on line 1 in services/compute/serverless-computing/threats.yaml

View workflow job for this annotation

GitHub Actions / yaml-checker / yaml-check

Missing property "threats". yaml-schema: file:///schemas/threats-schema.json.

Missing property "threats".
- CCC.TH01 # Access control is misconfigured
- CCC.TH02 # Data is intercepted in transit
- CCC.TH03 # Deployment region network is untrusted
- CCC.TH04 # Data is replicated to untrusted or external locations
- CCC.TH05 # Data is corrupted during replication
- CCC.TH06 # Data is lost or corrupted
- CCC.TH07 # Logs are Tampered With or Deleted
- CCC.TH08 # Cost Management Data is Manipulated
- CCC.TH09 # Logs or Monitoring Data are Read by Unauthorized Users
- CCC.TH10 # Alerts are Intercepted
- CCC.TH11 # Event Notifications are Incorrectly Triggered
- CCC.TH12 # Resource constraints are exhausted
- CCC.TH13 # Resource Tags Are Manipulated
- CCC.TH14 # Older Resource Versions Are Exploited
- CCC.TH15 # Automated Enumeration and Reconnaissance by Non-Human Entities

# No serverless-specific threats as of yet

0 comments on commit 025fe36

Please sign in to comment.