Python: Add responses to Falcon framework support.

This commit is contained in:
Mark Shannon
2019-02-19 11:53:57 +00:00
parent 6a48420191
commit 9e268d77d0
6 changed files with 57 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
| /hello | get | test.py:9:5:9:32 | Function on_get |
| /hello | post | test.py:12:5:12:33 | Function on_post |
| /hello | post | test.py:19:5:19:33 | Function on_post |

View File

@@ -1 +1 @@
fail
| test.py:17 | Attribute() | externally controlled string |

View File

@@ -1 +1,2 @@
fail
| test.py:9 | req | falcon.request |
| test.py:19 | req | falcon.request |

View File

@@ -1,14 +1,18 @@
| test.py:9 | req | falcon.request |
| test.py:9 | resp | falcon.response |
| test.py:10 | Attribute | file[externally controlled string] |
| test.py:10 | Attribute() | externally controlled string |
| test.py:10 | req | falcon.request |
| test.py:11 | Attribute() | externally controlled string |
| test.py:11 | Attribute() | json[externally controlled string] |
| test.py:11 | raw_json | externally controlled string |
| test.py:12 | resp | falcon.response |
| test.py:13 | Dict | {externally controlled string} |
| test.py:13 | Dict | {json[externally controlled string]} |
| test.py:15 | result | externally controlled string |
| test.py:15 | result | json[externally controlled string] |
| test.py:17 | resp | falcon.response |
| test.py:17 | result | {externally controlled string} |
| test.py:17 | result | {json[externally controlled string]} |
| test.py:19 | req | falcon.request |
| test.py:19 | resp | falcon.response |