Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
github.com/ehazlett/dialogue
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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.