This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/endpoints/test
Joseph Schorr 188ea98441 Add new decorator to prevent reflected text attacks
Instead of disabling repo names with periods in them, we simply disallow calls to the API when they are GET requests, whose path ends in a dot, and that do not have a referrer from the frontend.
2018-02-20 11:33:45 -05:00
..
__init__.py Move conduct_call into a common test lib for all endpoints 2017-06-28 11:38:36 +03:00
shared.py Audit the number of SQL queries we make in writing manifests, and significantly reduce in the common case 2018-01-25 11:10:43 -05:00
test_common.py Change endpoints/common to use a data interface 2017-07-20 16:01:39 -04:00
test_decorators.py Add new decorator to prevent reflected text attacks 2018-02-20 11:33:45 -05:00