mirror of
https://github.com/google/nomulus
synced 2026-08-27 19:37:07 +00:00
Sanitize EPP XML requests and responses
Masks user credentials (tags 'pw' and 'newPW') in EPP XML messages. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=207953894
This commit is contained in:
@@ -54,7 +54,7 @@ public class FlowRunner {
|
||||
|
||||
/** Runs the EPP flow, and records metrics on the given builder. */
|
||||
public EppOutput run(final EppMetric.Builder eppMetricBuilder) throws EppException {
|
||||
String prettyXml = prettyPrint(inputXmlBytes);
|
||||
String prettyXml = prettyPrint(EppXmlSanitizer.sanitizeEppXml(inputXmlBytes));
|
||||
|
||||
logger.atInfo().log(
|
||||
COMMAND_LOG_FORMAT,
|
||||
|
||||
Reference in New Issue
Block a user