Added retire.js#125
Closed
pebble-fish wants to merge 55 commits into
Closed
Conversation
…ration "integrating anon_posts_struct"
…13-integration "merging anonymous_feature_display""
…MU-313/nodebb-spring-26-team-bing into anon-posts-backend Need the front end to connect the anonymous field to the backend
Anonymous name and profile image display for posts and replies
Anonymous Posts are set in the Back-End
13 integration
Create UserGuide.md
30 sort posts by attributes
…utes Revert "30 sort posts by attributes"
…e problem of display failure of posting person client side.
…-by-attributes Revert "Revert "30 sort posts by attributes""
Fix testing problems with heat
Added detailed sections on forwarding posts and instructor-only posting features, including usage, testing instructions, and visibility options.
Update User Guide with new features and testing details
Fix: force page refresh after anonymous post/reply to ensure privacy
Feat: implement post verification system and admin privilege delegation
Add user specification for NodeBB service (reci 7)
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.
This pull request introduces
retire.js(https://github.com/RetireJS/retire.js) as a security testing tool for the repository.retire.jsscans Javascript files in the project and identifies the use of third-part libraries with known security vulnerabilities.Evidence of Successful Installation
retire-report.jsonin the PREvidence of Tool Execution
retire --outputformat json > retire-report.jsonto generate the output file. If you want to see the output directly in the terminal, you can simply runretire.Pros of retire.js
Cons of retire.js
node_modulesmust be detected using other tools such as npm audit.