Commit 00eb584
fix(kb): enforce per-user component path containment (#14065)
* fix(kb): enforce per-user path containment
* fix(security): protect Docling Serve outbound requests (#14033)
* fix(security): protect Docling Serve requests
* fix(docling): support Self on Python 3.10
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* fix(auth): verify current password on password changes (#14034)
* fix(security): harden MCP stdio configuration (#14036)
* fix(security): restrict MCP stdio package sources
* fix(security): block MCP Docker host access
* fix(security): validate embedded MCP stdio configs
* fix: require executable-only MCP commands
* test: use allowed MCP commands in timeout tests
* fix(security): harden component code module access (#14032)
* fix(security): harden component code module access
* fix(security): block native FFI imports in generated code
* fix: track module assignment aliases in code scanner
* fix(security): address alias review findings
* fix: correct deprecated model settings behavior (#14047)
* fix: prevent deprecated model enablement
* test: use supported model in credential cleanup
* fix(voice): enforce flow authorization on websocket (#14043)
* fix(security): block native FFI imports in generated code (#14040)
* fix(security): block native FFI imports in generated code
* fix: track module assignment aliases in code scanner
* chore: resolve code security conflicts
* fix(security): confine AssemblyAI audio file access (#14037)
* fix(security): confine AssemblyAI audio file access
* [autofix.ci] apply automated fixes
* test: stub optional AssemblyAI dependency
* fix(security): harden AssemblyAI file submission
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* fix: track assignment aliases in component code scanner (#14041)
fix: bind loop and comprehension aliases
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>1 parent ebc7c2a commit 00eb584
7 files changed
Lines changed: 92 additions & 10 deletions
File tree
- src
- backend
- base/langflow/initial_setup/starter_projects
- tests/unit/components/files_and_knowledge
- lfx/src/lfx
- _assets
- components/files_and_knowledge
Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
109 | 119 | | |
110 | 120 | | |
111 | 121 | | |
| |||
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
311 | 353 | | |
312 | 354 | | |
313 | 355 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
376 | 391 | | |
377 | 392 | | |
378 | 393 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
547 | 549 | | |
548 | 550 | | |
549 | 551 | | |
| |||
594 | 596 | | |
595 | 597 | | |
596 | 598 | | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
597 | 612 | | |
598 | 613 | | |
599 | 614 | | |
| |||
1119 | 1134 | | |
1120 | 1135 | | |
1121 | 1136 | | |
1122 | | - | |
| 1137 | + | |
1123 | 1138 | | |
1124 | 1139 | | |
1125 | 1140 | | |
| |||
1625 | 1640 | | |
1626 | 1641 | | |
1627 | 1642 | | |
1628 | | - | |
| 1643 | + | |
1629 | 1644 | | |
1630 | 1645 | | |
1631 | 1646 | | |
| |||
0 commit comments