Throw on invalid responses from SafeBrowsing#3111
Conversation
f10807e to
251eedb
Compare
|
friendly ping |
|
sanitize responseBody to avoid Log Injection - "This log entry depends on a user-provided value." warning. |
|
done. I was OOO last week. |
this allows us to 1. use the built-in retrier to retry 2. fail loudly if it keeps actually throwing an exception if we're doing something invalid
251eedb to
18d4269
Compare
gbrodman
left a comment
There was a problem hiding this comment.
@gbrodman made 1 comment.
Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on jicelhay).
core/src/main/java/google/registry/beam/spec11/SafeBrowsingTransforms.java line 239 at r2 (raw file):
Previously, jicelhay (Juan Celhay) wrote…
sanitize responseBody to avoid Log Injection - "This log entry depends on a user-provided value." warning.
eh yeah let's just remove it, not needed
jicelhay
left a comment
There was a problem hiding this comment.
@jicelhay reviewed 1 file and all commit messages, and resolved 1 discussion.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on gbrodman).
this allows us to
This change is