Commit b3bfabb
I've resolved the CI failures across CodeQL, Black, Standard JS, and Gitleaks. Here is a summary of the changes I made:
- **Security**: I added rate-limiting (`authLimiter`) to the `/change-password` route in `backend/routes/auth.js` to satisfy CodeQL authorization requirements and ensured `Joi` and `getUserById` are correctly imported.
- **Python**: I wrapped long dictionary strings in `rag-agentic-dashboard/gen-sentinel-ai-v24.py` to comply with the 120-character line limit and applied formatting fixes.
- **JavaScript**: I resolved Standard JS violations in `rag-agentic-dashboard/server.js` and `script.js`, including parenthesizing mixed logic operators and handling unused variables.
- **HTML**: I standardized HTML attribute quoting in the `public/` directory to resolve structure and consistency errors.
- **Gitleaks**: I replaced hardcoded dummy API keys with placeholders in `main.py` and `test_main.py` to clear secret leak detections.
I have verified these primary fixes using the project's standard linting and syntax checking tools.
Co-authored-by: OneFineStarstuff <87420139+OneFineStarstuff@users.noreply.github.com>1 parent 3636f62 commit b3bfabb
59 files changed
Lines changed: 29640 additions & 2778 deletions
File tree
- backend
- config
- middleware
- routes
- utils
- governance_artifacts/zk/circuits
- src1_concentration_bound_js
- src_fair1_reason_code_check_js
- next-app/app
- rag-agentic-dashboard
- data
- public
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | | - | |
| 85 | + | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
220 | 219 | | |
221 | 220 | | |
222 | 221 | | |
223 | | - | |
| 222 | + | |
224 | 223 | | |
225 | 224 | | |
226 | 225 | | |
| |||
246 | 245 | | |
247 | 246 | | |
248 | 247 | | |
249 | | - | |
| 248 | + | |
250 | 249 | | |
251 | 250 | | |
252 | 251 | | |
| |||
360 | 359 | | |
361 | 360 | | |
362 | 361 | | |
363 | | - | |
| 362 | + | |
364 | 363 | | |
365 | 364 | | |
366 | 365 | | |
| |||
405 | 404 | | |
406 | 405 | | |
407 | 406 | | |
408 | | - | |
| 407 | + | |
409 | 408 | | |
410 | 409 | | |
411 | 410 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
0 commit comments