fencer icon indicating copy to clipboard operation
fencer copied to clipboard

Automated API security testing

Results 5 fencer issues
Sort by recently updated
recently updated
newest added

This PR wants to add support for remote defined schema in the openapi document and closes #4

Expand the list of SQL injection attacks

```python def resolve_schema(self, schema_ref): schema_name = schema_ref.split('/')[-1] schema = self.spec['components']['schemas'][schema_name] ... ``` If `schema_ref` is a remote URI the following error is returned: ```python Traceback (most recent call last): ......

Hi. I have trouble using an unquoted .yaml file with your application. Currently I have to convert it using swagger editor II online to download a .yaml 'resolved' file version...