Home
last modified time | relevance | path

Searched defs:sanitized (Results 1 – 4 of 4) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java82 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testSanitizeRemovesScripts() local
89 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testSanitizeRemovesOnclick() local
96 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input); in testTextAllowedInLinks() local
DSanitizersTest.java244 String sanitized = "" in testIssue9StylesInTables() local
DHtmlSanitizerTest.java254 String sanitized = sanitize(stringRepeatedTimes("<div>", 20000)); in testDeeplyNestedTagsDoS() local
/external/libbrillo/brillo/
Dcryptohome.cc112 bool IsSanitizedUserName(const std::string& sanitized) { in IsSanitizedUserName()