- Jul 26, 2014
-
-
zzz authored
another escape html
-
zzz authored
-
zzz authored
Disable clients.config editing in UI Strip single quotes too Fix double-escaping in susimail folder page
-
zzz authored
-
zzz authored
Don't return null entries in getParameterValues() array Log in getParameterValues() too static
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
Add filter to all webapps
-
zzz authored
-
zzz authored
XSSFilter patch from str4d: XSSFilter and XSSRequestWrapper were from http://ricardozuasti.com/2012/stronger-anti-cross-site-scripting-xss-filter-for-java-web-apps/ No provided license, but it is clearly intended for public consumption. But most of it is boilerplate provided by the Servlet Filter system. In fact, now that I have stripped out his JS-specific patterns and replaced it with the whitelist, it is effectively identical to what I would have written from scratch.
-
zzz authored
- Fix several XSS issues (thx Aaron Portnoy of Exodus Intel) - Add Content-Security-Policy and X-XSS-Protection headers - Disable changing news feed URL from UI - Disable plugin install from UI - Disable setting unsigned update URL from UI - Disable /configadvanced * DataHelper: Disallow \r in storeProps() (thx joernchen of Phenoelit) * ExecNamingService: Disable (thx joernchen of Phenoelit) * Startup: Add susimail.config to migrated files
-
str4d authored
-
- Jul 23, 2014
- Jul 22, 2014
-
-
meeh authored
Notes: Only HTTPS and SU3 (v2) support.
-
- Jul 21, 2014
- Jul 19, 2014
- Jul 15, 2014
- Jul 14, 2014
-
-
zzz authored
-
- Jul 13, 2014
-
-
zzz authored
as the javax.naming classes are not available. Any issues with local certs will be discovered in non-Android testing.
-
- Jul 11, 2014
-
-
zzz authored
- Redefine the repliable datagram signature for non-DSA_SHA1 sig types; was the sig of the SHA-256 of the payload, now the sig of the payload itself. This is an incompatible change but nobody is yet using the new sig types for datagram applications. - Don't pollute the hash cache with hashes of payloads - Check for too-big datagrams - Remove assertion check - Cleanups
-
zzz authored
-
- Jul 09, 2014