Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
github.com/imdaaniel/bitcoins-rest-api
This is a representational application to buy and sell bitcoins built with Go (it means that you will not buy or sell real bitcoins here!).
To run this application, you will need:
A simple welcome message. You can use this route to test if the application is correctly running.
Success response example
HTTP 200 OK
Creation of an user. The expected parameters are:
Success response example
HTTP 201 Created
List existing users.
Success response example
HTTP 200 OK
There are the login. The expected parameters are:
In success case, you will get a JWT that will be used in the next route.
Success response example
HTTP 200 OK
Crete an order. The expected parameters are:
Success response example
HTTP 201 Created
List all orders of the user. The expected parameter are:
Success response example
HTTP 200 OK
List all orders realized in the date. The expected parameter are:
Success response example
HTTP 200 OK
Database diagram
All routes have been documented, so thanks for reading and...
FAQs
Unknown package
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.