Releases: swagger-api/swagger-editor
Releases · swagger-api/swagger-editor
v5.0.0-alpha.45
5.0.0-alpha.45 (2023-02-06)
Features
BREAKING CHANGES
- editor-monaco: editor.editorMarkers redux state has been
changed to editor.markers. Markers are now properly stored as immutable
objects instead of JavaScripts objects.
FSA updateEditorMarkers has been renamed to setEditorMarkers. Selector
selectEditorMarkers has been renamed to selectMarkers.
Swagger Editor v4.6.1 Released!
4.6.1 (2023-01-26)
Bug Fixes
- validate-semantic: narrow allOperations selector (#3783) (72fc20c), closes #3769
- validate-semantic: suppress TypeError when reading operationId (#3769) (99abc26)
Security
Versions of the package cookiejar before 2.1.4 are vulnerable to Regular Expression Denial of Service (ReDoS) via the Cookie.parse
function and other aspects of the API, which use an insecure regular expression for parsing cookie values. Applications could be stalled for extended periods of time if untrusted input is passed to cookie values or attempted to parse from request headers.