
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
This is a communication system, a la forum style messaging.
Dialogue uses RethinkDB for backend datastore.
To build the api, cd into the api directory and run make
You should then have an api executable. Run ./api to start the api server.
You can curl http://localhost:3000/setup to create the admin user.
To build the cli, cd into the cli directory and run make.
You will need to have the API running and a user account.
./dialogue login
Once logged in, an authorization token will be stored for easier use.
./dialogue topics list
./dialogue topics create --title foo
./dialogue topics delete --id e67ea2bf-8df2-41ff-b845-b325641c748f
./dialogue posts list --topicId 6ba7c765-fd5e-45e2-bc03-2db969921391
./dialogue posts list --topicId 6ba7c765-fd5e-45e2-bc03-2db969921391 --ids
./dialogue posts create --topicId 6ba7c765-fd5e-45e2-bc03-2db969921391 --content "Foo Content"
./dialogue posts delete --id 1824fcf2-6eac-4edd-9c17-3e92cc6e3c8b
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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.