mirror of
https://github.com/Radarr/Radarr
synced 2026-04-25 13:20:50 +02:00
Backend: - Add regex timeout to prevent ReDoS (S6444): - SkyHookProxy.cs: ImdbUrlRegex, TmdbUrlRegex - PushsaferSettings.cs: HexColorRegex - Parser.cs: ImdbIdRegex Frontend: - Fix sorting without localeCompare (S2871): - MovieIndex.tsx, Collection.js, DiscoverMovie.js Config: - Add sonar-project.properties with documented false positive suppressions: - S8135: TMDB public API token (not a secret) - S6680: Directory depth iteration (naturally bounded) - S6674: NLog structured logging placeholder syntax - S4662: PostCSS mixin directives - S5145: Sanitized log data |
||
|---|---|---|
| .. | ||
| .vscode | ||
| build | ||
| src | ||
| typings | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .stylelintrc | ||
| .tern-project | ||
| babel.config.js | ||
| jsconfig.json | ||
| postcss.config.js | ||
| tsconfig.json | ||