Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ezgov api and ui integration #351

Closed
wants to merge 4 commits into from

Conversation

bhatiadheeraj
Copy link
Contributor

No description provided.

- Add endpoint to create a new project (`POST /ezgov/project`)
- Add endpoint to update an existing project (`PUT /ezgov/project/:id`)
- Add endpoint to retrieve all projects (`GET /ezgov/projects`)
- Add endpoint to retrieve a specific project by ID (`GET /ezgov/project/:id`)
- Add endpoint to upload documents to a project (`POST /upload/:projectId`)
- Add endpoint to retrieve a specific document by project ID and document ID (`GET /project/:id/document/:docId`)
- Add endpoint to update details of a specific document within a project (`PUT /project/:id/document/:docId`)
- Add endpoint to serve the file of a specific document within a project (`GET /project/:projectId/file/:fileName`)
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: environment, filesystem +3 2.57 MB ai
npm/[email protected] environment, network +2 318 kB emilyemorehouse
npm/[email protected] environment, filesystem, unsafe Transitive: eval, network +25 3.34 MB loganfsmyth
npm/[email protected] unsafe Transitive: environment +19 1.64 MB hzoo
npm/[email protected] environment, filesystem +2 38.4 kB hzoo
npm/[email protected] environment, filesystem +2 25.4 kB bcoe
npm/[email protected] Transitive: environment, eval, filesystem +2 2.33 MB loganfsmyth
npm/[email protected] Transitive: environment, eval, filesystem, network +64 5.7 MB existentialism
npm/[email protected] Transitive: environment, eval, filesystem, network +42 3.16 MB hzoo
npm/[email protected] environment, filesystem Transitive: eval +3 2.32 MB hzoo
npm/[email protected] None 0 505 kB digitalheir
npm/[email protected] Transitive: environment, filesystem, network, shell +9 54.1 MB xanf
npm/[email protected] None 0 8.46 MB thlorenz
npm/[email protected] None +4 805 kB keithamus
npm/[email protected] environment, filesystem, shell Transitive: network +15 214 kB giggio
npm/[email protected] Transitive: environment, eval, filesystem, unsafe +10 887 kB evilebottnawi
npm/[email protected] None 0 11.5 kB bripkens
npm/[email protected] Transitive: environment, eval, filesystem, unsafe +17 975 kB evilebottnawi
npm/[email protected] environment Transitive: filesystem, shell +1 49.1 kB kentcdodds
npm/[email protected] environment, filesystem, shell 0 16.7 kB satazor
npm/[email protected] Transitive: environment, filesystem +23 19.6 MB michael-ciniawsky
npm/[email protected] eval 0 3.91 MB david-collingwood
npm/[email protected] None 0 13.8 kB feross
npm/[email protected] environment +4 96.1 kB royriojas
npm/[email protected] None 0 20.1 kB moox
npm/[email protected] Transitive: network +7 248 kB benoitz
npm/[email protected] filesystem, unsafe Transitive: eval +38 4.09 MB ljharb
npm/[email protected] filesystem +2 234 kB mysticatea
npm/[email protected] None 0 37.2 kB macklinu
npm/[email protected] None 0 27.7 kB feross
npm/[email protected] filesystem, unsafe Transitive: environment, eval, shell +47 9.49 MB eslint
npm/[email protected] None 0 21.3 kB amvtek
npm/[email protected] environment, filesystem, network Transitive: eval +19 861 kB dougwilson
npm/[email protected] filesystem 0 47 kB d3viant0ne
npm/[email protected] Transitive: eval, filesystem +6 1.08 MB michael-ciniawsky
npm/[email protected] None 0 16.4 kB avoidwork
npm/[email protected] environment +3 67.2 kB timneutkens
npm/[email protected] None 0 31.4 kB ljharb
npm/[email protected] filesystem, unsafe Transitive: environment, eval, network, shell +9 1.52 MB jantimon
npm/[email protected] network +4 342 kB chimurai
npm/[email protected] Transitive: filesystem, shell +7 122 kB bpostlethwaite
npm/[email protected] None 0 19.6 kB justinmorris
npm/[email protected] None 0 2.25 kB tehshrike

🚮 Removed packages: npm/@cdxoo/[email protected], npm/@influxdata/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Install scripts npm/[email protected]
  • Install script: postinstall
  • Source: node deprecated.js
🚫
Install scripts npm/[email protected]
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"
🚫
Protestware/Troll package npm/[email protected]
  • Note: This package prints a protestware console message on install regarding Ukraine for users with Russian language locale
🚫
Install scripts npm/[email protected]
  • Install script: postinstall
  • Source: node -e "try{require('./_postinstall')}catch(e){}" || exit 0
🚫
Install scripts npm/[email protected]
  • Install script: install
  • Source: node install.js
🚫
Install scripts npm/[email protected]
  • Install script: install
  • Source: node install.js
🚫
Install scripts npm/[email protected]
  • Install script: postinstall
  • Source: opencollective || exit 0
🚫
Potential typo squat npm/[email protected] 🚫

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

What is protestware?

This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.

Consider that consuming this package may come along with functionality unrelated to its primary purpose.

What is a typosquat?

Package name is similar to other popular packages and may not be the package you want.

Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@bhatiadheeraj bhatiadheeraj deleted the ezgov_api branch July 29, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant