Skip to content

Commit

Permalink
Adding more content types
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Sep 9, 2019
1 parent e4631ac commit c3f7607
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion w3af/core/data/parsers/doc/open_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ class OpenAPI(BaseParser):
'text/x-yaml',
'application/yaml',
'application/x-yaml',
'application/octet-stream')
'application/octet-stream',
'application/vnd.oai.openapi',
'application/vnd.oai.openapi+json',
'application/vnd.oai.openapi;version=2.0')

KEYWORDS = ('consumes',
'produces',
Expand Down

0 comments on commit c3f7607

Please sign in to comment.