Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ upgrade ajv, migrate json schema, remove use of deprecated Buffer constructor #81

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

ctcpip
Copy link
Member

@ctcpip ctcpip commented Feb 11, 2024

  • ajv needed to be upgraded due to a vulnerability
    • this required pulling in ajv-formats, as that is now a separate module
    • this did not explicitly require migrating to json schema draft-07 but it was safe to do so
  • new Buffer() is deprecated; code updated
  • uri format expects a fully qualified URI so tests were failing. switched to uri-reference format which permits both absolute and relative URIs

@ctcpip ctcpip requested a review from gr0uch February 11, 2024 01:02
Copy link
Member

@gr0uch gr0uch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! thanks

@gr0uch gr0uch merged commit ffa6a99 into master Feb 12, 2024
2 checks passed
@gr0uch gr0uch deleted the ajv-upgrade-sec branch February 12, 2024 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants