Skip to content

Commit 6815f94

Browse files
committed
Ran generate json script to include new contributions
1 parent d500768 commit 6815f94

3 files changed

Lines changed: 143 additions & 51 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
**The definitive source of truth for AWS IAM privilege escalation paths**
44

5-
[![Validate Schema](https://github.com/DataDog/pathfinding.cloud/actions/workflows/validate.yml/badge.svg)](https://github.com/DataDog/pathfinding.cloud/actions/workflows/validate.yml)
6-
[![Deploy to GitHub Pages](https://github.com/DataDog/pathfinding.cloud/actions/workflows/deploy.yml/badge.svg)](https://github.com/DataDog/pathfinding.cloud/actions/workflows/deploy.yml)
7-
85
**Website:** [https://pathfinding.cloud](https://pathfinding.cloud)
96

107
## Overview

docs/metadata.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"totalPaths": 66,
33
"services": [
4-
"lambda",
5-
"sts",
4+
"apprunner",
65
"glue",
7-
"bedrock-agentcore",
8-
"iam",
9-
"ssm",
106
"codebuild",
7+
"ec2-instance-connect",
8+
"bedrock-agentcore",
9+
"ec2",
1110
"ecs",
11+
"lambda",
1212
"sagemaker",
13-
"datapipeline",
13+
"iam",
1414
"cloudformation",
15-
"ec2",
16-
"apprunner",
17-
"ec2-instance-connect"
15+
"ssm",
16+
"datapipeline",
17+
"sts"
1818
],
1919
"categories": [
2020
"existing-passrole",
21-
"principal-access",
2221
"self-escalation",
23-
"new-passrole"
22+
"new-passrole",
23+
"principal-access"
2424
],
2525
"lastUpdated": null
2626
}

0 commit comments

Comments
 (0)