Open
Conversation
Installed and ran snyk. Output in txt file. For forwarding from fork into the branch within the shared repo
The evidence wasn't visible before, as package.json at project root (which is what was used to run snyk) is not and should not be tracked.
|
🚅 Deployed to the nodebb-spring-26-clean-cod-pr-63 environment in Clean Code Team (nodebb)
|
Wasteful - including a useless image. better just attach it to the pull request
|
I think u should probably install snyk in |
Added snyk to version controlled package.json
Author
And this is the way to run at least the dependency testing automatically later (although not really required for this assignment for now I think) |
cirex-web
reviewed
Mar 12, 2026
| "snyk": "^1.1303.1", | ||
| "socket.io": "4.8.3", | ||
| "socket.io-client": "4.8.3", | ||
| "@socket.io/redis-adapter": "8.3.0", |
Author
There was a problem hiding this comment.
I used npm install snyk to make sure that all of its dependencies would be installed. Not a clue why it was gone afterwards. Fixed now.
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.
The purpose of snyk is to find security vulnerabilities, both from installed libraries, and from the source code.
snyk was installed successfully for local testing, as can be seen in this screenshot of the package.json file

Snyk was successfully run via the cli. This can be seen in the snyk_testing_results.txt file.


Testing found 13 issues with dependencies, and 244 issues of varying severity with the source code.
Customization Considerations:
Advantages:
Disadvantages: