feat: Profile README - #814
Conversation
|
Warning Review limit reached
Next review available in: 57 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Welcome to OSSfolio, @Aditya8369! 🎉Thank you for opening this pull request and contributing to the open-source community! 🚀 To ensure a smooth review process, please make sure you have:
We will review your PR as soon as possible. Happy coding! 💻✨ |
|
fix the github security cmds and merge conlfict @Aditya8369 |
|
@Aditya8369 there are merge conflicts too, pls take care of them |
| let keyIdx = 0; | ||
|
|
||
| // Helper to strip any residual raw HTML tag constructs from plain text nodes | ||
| const sanitizeTextNode = (str: string) => str.replace(/<[^>]*>/g, ""); |
| while (cleaned !== prev) { | ||
| prev = cleaned; | ||
| // Strip <script...> ... </script...> | ||
| cleaned = cleaned.replace(/<script\b[^>]*>[\s\S]*?<\/script\s*>/gi, ""); |
| while (cleaned !== prev) { | ||
| prev = cleaned; | ||
| // Strip <script...> ... </script...> | ||
| cleaned = cleaned.replace(/<script\b[^>]*>[\s\S]*?<\/script\s*>/gi, ""); |
| // Strip <script...> ... </script...> | ||
| cleaned = cleaned.replace(/<script\b[^>]*>[\s\S]*?<\/script\s*>/gi, ""); | ||
| // Strip unclosed or opening <script...> tags | ||
| cleaned = cleaned.replace(/<script\b[^>]*>/gi, ""); |
| prev = ""; | ||
| while (cleaned !== prev) { | ||
| prev = cleaned; | ||
| cleaned = cleaned.replace(/\s+on[a-z]+\s*=\s*(['"])(.*?)\1/gi, ""); |
| prev = ""; | ||
| while (cleaned !== prev) { | ||
| prev = cleaned; | ||
| cleaned = cleaned.replace(/\s+on[a-z]+\s*=\s*(['"])(.*?)\1/gi, ""); |
| while (cleaned !== prev) { | ||
| prev = cleaned; | ||
| cleaned = cleaned.replace(/\s+on[a-z]+\s*=\s*(['"])(.*?)\1/gi, ""); | ||
| cleaned = cleaned.replace(/\s+on[a-z]+\s*=\s*[^>\s]+/gi, ""); |
| prev = ""; | ||
| while (cleaned !== prev) { | ||
| prev = cleaned; | ||
| cleaned = cleaned.replace(/href\s*=\s*(['"])javascript:[\s\S]*?\1/gi, 'href="#"'); |
|
🎉 Your PR just got merged, @Aditya8369 — thank you for contributing to OSSfolio! Your work is now part of the project. Here's what to do next:
We really appreciate you taking the time. See you in the next PR! 🚀 |
Summary
Related Issue
Closes #728
Type of Change
Changes Made
AI Usage
Screenshots (if UI change)
Checklist
mainconsole.logleft insrc/schema.sqland a new migration file are includedDESIGN.mdand followed the design system (colors, spacing, typography, components)feat:,fix:,docs:, etc.)