Merge changes.#354
Merged
Oxygen-Low merged 9 commits intoJul 5, 2026
Merged
Conversation
- Fix 'lucide-react' missing 'Github' export by using custom GithubIcon component. - Fix 'RepositoriesApp' export in Repositories.tsx to match the named import expected in Apps.tsx. - Verified fix by running 'pnpm typecheck'. Co-authored-by: Oxygen-Low <95589118+Oxygen-Low@users.noreply.github.com>
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.22.5 to 4.23.0. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.5...v4.23.0) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.23.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…10434663083643490817 Fix Repositories TypeScript Errors
Extracts the message rendering into a `React.memo` component to prevent the expensive re-rendering of `ReactMarkdown` and `SyntaxHighlighter` on every single token during a streaming AI response, significantly improving UI responsiveness for long chat histories. Co-authored-by: Oxygen-Low <95589118+Oxygen-Low@users.noreply.github.com>
The `isSafePath` utility in `server/routes/repos.ts` previously only blocked path traversal vulnerabilities, allowing file uploads directly to `.git/` directories. This allowed attackers to overwrite `.git/config` and inject executable commands like `core.fsmonitor`, which the backend would then run during subsequent Git operations, leading to Remote Code Execution (RCE). This commit tightens `isSafePath` to explicitly prevent writing any path that contains a `.git` segment, ensuring `git config` and hooks cannot be overwritten through the API while allowing safe files like `.gitignore`. Co-authored-by: Oxygen-Low <95589118+Oxygen-Low@users.noreply.github.com>
…1749535656753065 🛡️ Sentinel: [CRITICAL] Fix Git Directory Configuration Injection (RCE)
…-4757787479309038258 ⚡ Bolt: Optimize Chatbot streaming performance with React.memo
Merge changes.
….23.0 Bump tsx from 4.22.5 to 4.23.0
Oxygen-Low
merged commit Jul 5, 2026
f898c7a
into
dependabot/npm_and_yarn/react-resizable-panels-4.12.0
6 checks passed
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.