mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-28 12:33:49 +03:00
show warning when example is missing
This commit is contained in:
parent
f031e00970
commit
65187decac
|
@ -88,6 +88,9 @@ def _example(swagger, refPath):
|
|||
def parse(content, tags):
|
||||
"""
|
||||
Parses Swagger OpenAPI 3.x.x JSON documents
|
||||
|
||||
Target injectable parameter values are generated from the "example" properties.
|
||||
Only property-level "example" is supported. The "examples" property is not supported.
|
||||
"""
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user