You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rails profile (experimental): SQLi in where, system/backticks, YAML.load, html_safe in ERB
106
116
107
117
### Autofixes (safe)
108
118
- Accessibility: add `alt` to `<img>`, `aria-label` to `<input>`, add `role="button" tabIndex={0}` to clickable `<div>`, convert `<a>` without `href` to `<button>`
109
119
- Security: redact secret-like tokens in `console.*` calls; add `HttpOnly; Secure` to JWT cookies
120
+
- Env/config: remove hardcoded fallbacks from `process.env.X || '...'`
121
+
- Networking: suggest `{ signal }` on `fetch(...)` (AbortController)
110
122
111
123
### Performance
112
124
- Repeat scans ~30–40% faster when OSV cache is warm
113
125
126
+
### Docs
127
+
- README streamlined with AI Assistants workflow; feature matrix added in `docs/FEATURES.md`; CLI cross-links.
128
+
- P5 rules documented as experimental with enable/disable examples.
129
+
114
130
### Notes
115
131
- All changes are non-breaking and gated behind flags; JSON/SARIF schema remains stable
0 commit comments