
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
github.com/ysicing/bingwallpaperapi
Advanced tools
必应每日壁纸API服务,提供壁纸下载、元数据获取等功能。
git clone https://github.com/ysicing/BingWallpaperAPI.git
cd BingWallpaperAPI
docker compose up -d
http://localhost:3000/api/v1/wallpaperhttp://localhost:3000/images/[filename]http://localhost:3000/metadatahttp://localhost:3000/healthgo build -o bin/server cmd/server/main.go
./bin/server
配置文件位于config/config.yaml,主要配置项包括:
GET /api/v1/wallpaper
返回当前壁纸的信息,包括图片URL和元数据。
GET /images/[filename]
返回壁纸图片文件。
GET /metadata
返回壁纸的完整元数据。
GET /api/v1/update
手动触发壁纸更新。
GET /health
返回服务健康状态。
服务提供了Prometheus格式的监控指标,可通过/metrics端点访问。
MIT
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.