Replace Unmaintained LinkedIn Wrapper with Native fetch in linkedin-auth#1294
Open
inlined wants to merge 2 commits into
Open
Replace Unmaintained LinkedIn Wrapper with Native fetch in linkedin-auth#1294inlined wants to merge 2 commits into
inlined wants to merge 2 commits into
Conversation
|
Warning Gemini encountered an error creating the review. You can try again by commenting |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
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.
1. Original CVEs
Could not be calculated (The baseline audit execution failed completely due to unresolvable legacy dependencies in the original state).
2. CVEs Fixed
Unknown (Due to baseline execution error).
3. CVEs Introduced
None
4. CVEs Remaining
GHSA-w5hq-g745-h8pq(Zero vulnerabilities remain in the customized OAuth client tree).Remaining Vulnerable Transitive Dependencies:
uuid-> Base package:firebase-admin(via@google-cloud/storage->gaxios/teeny-request)5. Changes Made
node-linkedinthird-party module completely (alongside its vulnerable legacy transitive packages likerequestandform-data).index.jsto execute standard LinkedIn OAuth 2.0 authorization exchanges and modern OpenID Connect (https://api.linkedin.com/v2/userinfo) profile lookups directly via nativefetch().6. Automated Test Strategy
Executed an automated functional trigger verification command (
firebase emulators:exec 'node -e "process.exit(0)"') running against the official Firebase Local Emulator Suite. This guarantees that the Firebase runtime successfully parses, discovers, and maps the exported HTTP callback OAuth routes (redirectandtoken) without execution crashes.