Skip to content

Commit 88e5a10

Browse files
committed
security: remove IP address examples as requested
Remove IP address examples from source_ip field to avoid triggering security pipelines in customer environments as requested by leandrodamascena.
1 parent 53fb440 commit 88e5a10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws_lambda_powertools/utilities/parser/models/transfer_family.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ class TransferFamilyAuthorizer(BaseModel):
2828
...,
2929
alias="sourceIp",
3030
description="The IP address of the client connecting to the Transfer Family server.",
31-
examples=["192.168.0.100", "10.0.0.50", "127.0.0.1", "203.0.113.12"],
3231
)

0 commit comments

Comments
 (0)