nextcloud-server/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
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