(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Logging sensitive data in plaintext
No logging or monitoring for security events
No security testing in CI/CD pipeline
Public S3 bucket with sensitive data
Unpatched critical vulnerability in production
API key exposed in a public repository
Using eval() in production code
Exposing sensitive environment variables in logs
Open source library without a security review
Lack of RBAC (everyone is an admin)
Outdated dependency with known CVEs
Lack of rate limiting on APIs
Disabled MFA on an admin account
No input validation on user input
"We don’t have time for security" excuse
Hardcoded credentials in source code
Missing security headers (CSP, HSTS, etc.)
Developers sharing passwords via Slack/email
Ignoring security warnings in dependency scans
“It works on my machine” response to security concerns