mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🔒 chore: bump katex package to patch CVE-2025-23207 (#5383)
* chore: bump `katex` to patch `CVE-2025-23207` * chore: prevent adding Parameters panel for agent endpoints in SideNav
This commit is contained in:
parent
d6b4d83b68
commit
460cde0c0b
4 changed files with 88 additions and 131 deletions
|
|
@ -99,6 +99,7 @@ export default function useSideNavLinks({
|
|||
if (
|
||||
interfaceConfig.parameters === true &&
|
||||
isParamEndpoint(endpoint ?? '', endpointType ?? '') === true &&
|
||||
!isAgentsEndpoint(endpoint) &&
|
||||
keyProvided
|
||||
) {
|
||||
links.push({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue