Fix Code Scanning Alert (#6647)
Ref: https://github.com/getmoto/moto/security/code-scanning/76
This commit is contained in:
parent
b41e2579c6
commit
33e7583187
@ -114,7 +114,7 @@ backend_url_patterns = [
|
||||
),
|
||||
(
|
||||
"meteringmarketplace",
|
||||
re.compile("https?://metering.marketplace.(.+).amazonaws.com"),
|
||||
re.compile("https?://metering\\.marketplace.(.+).amazonaws.com"),
|
||||
),
|
||||
("meteringmarketplace", re.compile("https?://aws-marketplace.(.+).amazonaws.com")),
|
||||
("mq", re.compile("https?://mq\\.(.+)\\.amazonaws\\.com")),
|
||||
|
Loading…
Reference in New Issue
Block a user