
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
cga-assignment-syncer
Advanced tools
Syncs assignments, submissions, grades, and comments from Canvas to database
This module handles events from Canvas. We sync assignments, submissions, grades, and comments from Canvas and save them in our database.
There are subscriptions set in Canvas (Admin > Crimson Global Academy > Data Services) and these are currently connected to our message queues.
These syncers are run on a scheduled basis see assignmentSyncer.tf. This is to handle events that are not handled by Canvas webhooks. This will do a clean up of deleted assignments groups, assignments, submissions, and comments. Also for assignment submission, this also picks up details that are not send by the webhook such as posted_at field.
There are available scripts for you to try. Check out package.json for more info.
Enter command in your terminal npm run {{script}}.
Note:
npm run process_comments - will fetch submissions from your database and will get all comments in Canvas. The corresponding course, assignment, and submissions should be present in the Canvas environment you set up.FAQs
Syncs assignments, submissions, grades, and comments from Canvas to database
We found that cga-assignment-syncer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.