This repository was archived by the owner on Dec 20, 2023. It is now read-only.
forked from codekie/openapi-examples-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency ajv to v6.12.3 (master) #4
Open
appcues-wss
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/master-ajv-6.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0c8812a to
3c5bb87
Compare
3c5bb87 to
fe50a07
Compare
fe50a07 to
c957bb8
Compare
c957bb8 to
7cf706d
Compare
7cf706d to
d592dec
Compare
d592dec to
c8a860e
Compare
c8a860e to
a93d869
Compare
a93d869 to
fc077e7
Compare
fc077e7 to
adcc059
Compare
adcc059 to
99bfc0d
Compare
99bfc0d to
920349e
Compare
920349e to
6be2b09
Compare
6be2b09 to
a337389
Compare
a337389 to
f94f273
Compare
5fafe10 to
8e87ba3
Compare
8e87ba3 to
0ea1618
Compare
0ea1618 to
8efc79c
Compare
8efc79c to
39f9058
Compare
39f9058 to
d84549b
Compare
d84549b to
d464184
Compare
d464184 to
607c472
Compare
607c472 to
a187447
Compare
a187447 to
20432e6
Compare
20432e6 to
9f50664
Compare
9f50664 to
2bfbf5a
Compare
2bfbf5a to
a34b026
Compare
a34b026 to
f60369a
Compare
f60369a to
fc95960
Compare
fc95960 to
5707e35
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.9.1->6.12.3By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
ajv-validator/ajv (ajv)
v6.12.3Compare Source
Pass schema object to processCode function
Option for strictNumbers (@issacgerges, #1128)
Fixed vulnerability related to untrusted schemas (CVE-2020-15366)
v6.12.2Compare Source
Removed post-install script
v6.12.1Compare Source
Docs and dependency updates
v6.12.0Compare Source
Improved hostname validation (@sambauers, #1143)
Option
keywordsto add custom keywords (@franciscomorais, #1137)Types fixes (@boenrobot, @MattiAstedrone)
Docs:
v6.11.0Compare Source
Time formats support two digit and colon-less variants of timezone offset (#1061 , @cjpillsbury)
Docs: RegExp related security considerations
Tests: Disabled failing typescript test
v6.10.2Compare Source
Fix: the unknown keywords were ignored with the option
strictKeywords: true(instead of failing compilation) in some sub-schemas (e.g. anyOf), when the sub-schema didn't have known keywords.v6.10.1Compare Source
Fix types
Fix addSchema (#1001)
Update dependencies
v6.10.0Compare Source
Option
strictDefaultsto report ignored defaults (#957, @not-an-aardvark)Option
strictKeywordsto report unknown keywords (#781)v6.9.2Compare Source