Skip to content

Commit e9a68b3

Browse files
committed
added auto-exploit for PassExistingRoleToNewCodeStarProject and check for it and the templated version. updated botocores CodeStar
1 parent e9a3606 commit e9a68b3

File tree

5 files changed

+422
-15
lines changed

5 files changed

+422
-15
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -521,4 +521,5 @@ modules/lambda__backdoor_new_sec_groups/lambda_function.zip
521521
modules/lambda__backdoor_new_users/lambda_function.py
522522
modules/lambda__backdoor_new_users/lambda_function.zip
523523
modules/lambda__backdoor_new_roles/lambda_function.py
524-
modules/lambda__backdoor_new_roles/lambda_function.zip
524+
modules/lambda__backdoor_new_roles/lambda_function.zip
525+
modules/iam__privesc_scan/PassExistingRoleToNewCodeStarProject/codestar_cf_template.json
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
11
{
2-
"pagination": {}
2+
"pagination": {
3+
"ListProjects": {
4+
"input_token": "nextToken",
5+
"limit_key": "maxResults",
6+
"output_token": "nextToken",
7+
"result_key": "projects"
8+
},
9+
"ListResources": {
10+
"input_token": "nextToken",
11+
"limit_key": "maxResults",
12+
"output_token": "nextToken",
13+
"result_key": "resources"
14+
},
15+
"ListTeamMembers": {
16+
"input_token": "nextToken",
17+
"limit_key": "maxResults",
18+
"output_token": "nextToken",
19+
"result_key": "teamMembers"
20+
},
21+
"ListUserProfiles": {
22+
"input_token": "nextToken",
23+
"limit_key": "maxResults",
24+
"output_token": "nextToken",
25+
"result_key": "userProfiles"
26+
}
27+
}
328
}

0 commit comments

Comments
 (0)