
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
github.com/vctrl/social-media-network/api
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Critical CVE and High CVE
// USERS
GET /me
response: user
POST /register
request: { login, password, name, surname, age, sex, interests, city }
response: user, 201
POST /login
request: { login, password }
response: {user_id, token}
GET /users/{id1,id2,id3...}
PUT /users/{id}
response user
DELETE /users/{id}
response: 200 ok
POST /logout
// FRIENDS
// список друзей
GET /friends/
response {[ user ]}
// исходящие заявки
GET /friends/requests/sent
response [user_id1, user_id2 ...]
// входящие заявки
GET /friends/requests
response [user_id1, user_id2 ...]
// отправить заявку в друзья
POST /friends/{user_id}
response 200
// принять заявку в друзья
POST /friends/{id}/accept
response 200
// удалить друга
DELETE /friends/{user_id}
// отменить заявку
DELETE /friends/requests/{id}
user {id, login, name, surname, age, sex, interests, city }
friend_request {}
FAQs
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
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.