-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: v8 #418
Conversation
BREAKING CHANGE: Drop support for NodeJS v14, v16
BREAKING CHANGE: remove previews logic for the REST API
if (url.endsWith("/graphql")) { | ||
if (options.mediaType.previews?.length) { | ||
const previewsFromAcceptHeader = | ||
headers.accept.match(/[\w-]+(?=-preview)/g) || ([] as string[]); |
Check failure
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data
Ready to go 🚀 |
Are you of the opinion that this security alert doesn't matter, since all our headers are coming from GitHub anyway and therefore won't be problematic in the way the CodeQL alert thinks? |
I think it's safe to mark it as won't fix, for the reasons you said |
🎉 This PR is included in version 8.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: Drop support for NodeJS v14, v16
BREAKING CHANGE: remove previews logic for the REST API