Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

ryanmcgrath/twython
master @ 0c40560
3
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Credential Leak: 3 prior fixes. Scrutinize any change in this area.
.travis.yml: most-fixed (2 issues). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Credential Leak: Sensitive OAuth keys and Twitter API credentials were repeatedly committed in plaintext to continuous integration configurations and test files, allowing unauthorized API access. Developers must utilize repository-level secret encryption rather than committing plaintext configuration values.
Credential Leak: Hardcoded OAuth consumer secrets within example applications pose a direct threat to downstream developers who copy-paste reference implementations directly into production. These should always fetch configuration dynamically from the environment.