You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2022. It is now read-only.
This is the Swagger Parser project, which reads OpenAPI definitions into current Java POJOs. It also provides a simple framework to add additional converters from different formats into the Swagger objects, making the entire toolchain available.
9
13
@@ -99,10 +103,13 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
99
103
<dependency>
100
104
<groupId>io.swagger.parser.v3</groupId>
101
105
<artifactId>swagger-parser</artifactId>
102
-
<version>2.0.11</version>
106
+
<version>2.0.12</version>
103
107
</dependency>
104
108
```
105
109
110
+
## Security contact
111
+
112
+
Please disclose any security-related issues or vulnerabilities by emailing [security@swagger.io](mailto:security@swagger.io), instead of using the public issue tracker.
0 commit comments