datatracker/ietf/ipr
Jennifer Richards 18a1af22f8
fix: Reject nul characters in ipr search parameters (#6292)
* fix: Reject nul characters in ipr search parameters

Really ought to rework this as a form, but in the meantime
this should prevent 500s. Could probably reduce the number
of places we check the value.

* fix: Guard against absent parameters

* fix: Remove stray junk

* fix: Use correct response code (400, not 405)

* test: Test handling of null chars in IPR search

* refactor: Simplify branch statements

This helps my code validator see that "start" is
always set.
2023-09-12 08:32:16 -05:00
..
management fix: close open things (#5593) 2023-05-10 11:19:34 -05:00
migrations refactor: Purge old migrations and update ci to build on a clean schema (#5431) 2023-03-28 18:06:07 +09:00
templatetags feat: require draft revisions in ipr disclosures. Explain missing ones. (#6160) 2023-08-18 07:47:12 -05:00
__init__.py Port IPR module to new schema, remove some cruft 2013-12-02 16:34:00 +00:00
admin.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
factories.py chore: use factory-boy 3.3 (#6269) 2023-09-05 09:54:30 -05:00
feeds.py feat: Capture that IPR disclosures are removed under the Objectively False IPR Disclosure Policy (#6231) 2023-09-11 13:14:46 -05:00
fields.py More fixes 2022-01-12 11:54:00 +00:00
forms.py feat: require draft revisions in ipr disclosures. Explain missing ones. (#6160) 2023-08-18 07:47:12 -05:00
mail.py refactor: Replace deprecated force_text with force_str 2023-05-09 15:21:50 -03:00
models.py feat: Capture that IPR disclosures are removed under the Objectively False IPR Disclosure Policy (#6231) 2023-09-11 13:14:46 -05:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
sitemaps.py feat: Capture that IPR disclosures are removed under the Objectively False IPR Disclosure Policy (#6231) 2023-09-11 13:14:46 -05:00
tests.py fix: Reject nul characters in ipr search parameters (#6292) 2023-09-12 08:32:16 -05:00
urls.py Change ipr pages to say General rather than Generic, and to change the text to note email submissions are not accepted. Fixes #3209. Commit ready for merge. 2021-03-03 20:15:57 +00:00
utils.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
views.py fix: Reject nul characters in ipr search parameters (#6292) 2023-09-12 08:32:16 -05:00