Block a user
CVE-2026-34531: Do not accept empty tokens (bsc#1261355)
CVE-2026-34531: Do not accept empty tokens (bsc#1261355)
CVE-2026-34531: Do not accept empty tokens (bsc#1261355)
Fix python3-base spec
feat (obs-staging-bot): skip build for non-package changes
This whole block is not needed, it will be catched in the following if block that's similar. Looks like this block just adds a new log message.
feat (obs-status-service): add default landing page with link builder
What are you testing here? Looks like you are just creating a new http server, configure some paths and test that, but as far as I can tell, this is not testing any code from main.go
feat (obs-status-service): add default landing page with link builder
Why testing with this fake statics instead of using the actual existing static files?
feat (obs-status-service): add default landing page with link builder
Lots of custom styles here with !important, maybe it's better just use the picocss defaults here.
feat (obs-status-service): add default landing page with link builder
The html, js and css looks mostly good. The tests added to main_test.go are not testing anything in main.go.