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.
Because drunk people can create web apps too.
Buhoi is an application server allowing you to write robust full-featured web-applications (with background tasks support) within tight timeframes.
name | required | purpose | format | example |
---|---|---|---|---|
BUHOI_CERTS_PATH | production | specifies path to directory with ssl certificates, make sure you have dhparams there (openssl dhparam -out dhparam.pem 4096 ) | /dir | /var/lib/letsencrypt/my.site.com |
BUHOI_PORTS | no | overrides web server ports (to listen on 80, 443 you need to setcap 'cap_net_bind_service=+ep' /path/to/node ) | http;https | 3000;3001 |
BUHOI_PG | no | PostgreSQL connection string | if provided, then knex instance will be created and exposed | postgres://user:password@host:port/db |
BUHOI_PG_POOL | no | size of connection pool for PostgreSQL | integer | 100 |
BUHOI_MQ | no | RabbitMQ connection string | if provided, mqu instance will be created and exposed | amqp://user:password@host:port/vhost |
BUHOI_REDIS | no | if provided, caching will be enabled | redis://host | |
BUHOI_AUTH_CACHE_DURATION | no | RPC authentication cache duration | time in human readable format | 1 minute |
BUHOI_MAX_INPUT_SIZE | no | max size of RPC request | size | 10mb |
BUHOI_SLACK | no | slack token and channel to post error messages | token;channel;icon | xoxb-...;alerts;:hideyourpain: |
BUHOI_LOGSTASH | no | logstash UDP socket to send each log message | udp://ip:port | udp://192.168.1.10:5000 |
FAQs
Because drunk people can create web apps too.
The npm package buhoi receives a total of 148 weekly downloads. As such, buhoi popularity was classified as not popular.
We found that buhoi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.