AB#139412 - Point diffbot registry entry to 2.0.1 release - #900
Merged
Fabio Colajanni (fabclj) merged 1 commit intoJul 6, 2026
Merged
Conversation
Update the diffbot metadata entry to the 2.0.1 security release (langsmith, yaml, ws, form-data). Also catches up the entry, which was still at 1.0.1 (the 2.0.0 release did not update this file). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the extension registry metadata so the diffbot extension points to the 2.0.1 security release artifact, aligning the registry with the latest published package.
Changes:
- Bumps
diffbotregistryversionfrom1.0.1to2.0.1. - Updates
downloadUrlto the new GitHub Releases tag (diffbot201) and versioned tarball name (diffbot-2.0.1.tar.gz).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Jose Ortega (JortegaCognigy)
approved these changes
Jul 6, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Updates the
diffbotentry inmetadata/extensions.jsonto point at the 2.0.1 security release.version1.0.12.0.1downloadUrl.../diffbot101/diffbot.tar.gz.../diffbot201/diffbot-2.0.1.tar.gzThe 2.0.1 release remediates all HIGH-severity Snyk findings (langsmith, yaml, ws, form-data) landed in #898. This also catches up the metadata entry, which was still at
1.0.1— the 2.0.0 release did not update this file.Do not merge until the
diffbot201GitHub release exists (assetdiffbot-2.0.1.tar.gzuploaded), otherwisedownloadUrlwill 404. Recommended: create the release first, then merge.How to test
diffbot201release is published, confirm thedownloadUrlresolves (HTTP 200).metadata/extensions.jsonremains valid JSON.