
Security News
Federal Government Rescinds Software Supply Chain Mandates, Makes SBOMs Optional
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.
proxy.laosky.tk/phpgeeks-club/admin-bot
Advanced tools
curl -O https://raw.githubusercontent.com/phpgeeks-club/admin-bot/master/install.sh
chmod +x install.sh
./install.sh
rm ./install.sh
Also, the bot must disable Privacy mode (in BotFather) before being included in groups (otherwise it will not have access to messages to do reply)
GEEKSONATOR_TELEGRAM_BOT_TOKEN = ""GEEKSONATOR_TELEGRAM_TIMEOUT_SECONDS = 15GEEKSONATOR_DEBUG_MODE = falseGEEKSONATOR_DEBUG_TELEGRAM_BOT_TOKEN = ""~/.geeksonator set variables:
GEEKSONATOR_DEBUG_MODE="true"
GEEKSONATOR_DEBUG_TELEGRAM_BOT_TOKEN="debug_bot_token_here"
docker run -d --env-file ~/.geeksonator --name geeksonator.app ghcr.io/phpgeeks-club/geeksonator:latest
.env from .env.exampleGEEKSONATOR_DEBUG_MODE="true"
GEEKSONATOR_DEBUG_TELEGRAM_BOT_TOKEN="debug_bot_token_here"
make docker_build
make docker_run
fmt.Errorf("error: %v", err) instead of fmt.Errorf("error: %w", err) is due to the fact that this error is not unwrapped anywhere above.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
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.

Research
/Security News
A Chrome extension claiming to hide Amazon ads was found secretly hijacking affiliate links, replacing creators’ tags with its own without user consent.