Skip to content

Commit 375ac0f

Browse files
authored
Update .dryrunsecurity.yaml
1 parent 73e76ca commit 375ac0f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.dryrunsecurity.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ notificationList:
1111
- '@DryRunSec/security'
1212
# - '@john-doe'
1313
codePolicies:
14-
- title: "Unrestricted GraphQL Query"
15-
question: "An Unrestricted GraphQL Query refers to a GraphQL query that is not subject to any restrictions or limitations on its complexity, depth, or the amount of data it can retrieve. Does this change allow users to submit unrestricted GraphQL queries?"
16-
14+
- title: "API Auth Bypass"
15+
question: "Does this change bypass authentication on any API endpoints?"
16+
- title: "Hardcoded Credentials"
17+
question: "Does this change add hardcoded credentials?"

0 commit comments

Comments
 (0)