nextcloud/tests/lib/appframework
Lukas Reschke f9e90e92d4 Encode HTML tags in JSON
While not encoding the HTML tags in the JSON response is perfectly fine since we set the proper mimetype as well as disable content sniffing a lot of automated code scanner do report this as security bug. Encoding them leads to less discussions and a lot of saved time.
2015-09-03 00:44:46 +02:00
..
controller Add mitigation against BREACH 2015-08-14 01:31:32 +02:00
db If the execute method on the mapper receives an assoc array, it binds by value instead of index 2015-03-19 17:08:46 +01:00
dependencyinjection Add mitigation against BREACH 2015-08-14 01:31:32 +02:00
http Encode HTML tags in JSON 2015-09-03 00:44:46 +02:00
middleware Add mitigation against BREACH 2015-08-14 01:31:32 +02:00
routing add test for factories 2015-07-25 01:59:30 +02:00
utility Merge pull request #17982 from owncloud/appframework-sanitize-name 2015-08-12 12:19:24 +02:00
AppTest.php AppFramework StreamResponse 2015-02-27 15:42:33 +01:00