awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
JakeRoggenbuck avatar

JakeRoggenbuck/regolith

0
View on GitHub↗
74 نجوم·2 تفرعات·JavaScript·MIT·3 مشاهداتwww.regolithjs.com↗

Regolith

A server-side TypeScript and JavaScript library immune to Regular Expression Denial of Service (ReDoS) attacks by using Rust and linear RegEx under the hood. Regolith has a linear worst case time complexity, compared to the default RegExp found in TypeScript and JavaScript, which has an exponential worst case.

Features

  • Static Code Analysis - TypeScript library to prevent ReDoS attacks.

سجل النجوم

مخطط تاريخ النجوم لـ jakeroggenbuck/regolithمخطط تاريخ النجوم لـ jakeroggenbuck/regolith

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Regolith

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Regolith.
  • awslabs/git-secretsالصورة الرمزية لـ awslabs

    awslabs/git-secrets

    13,177عرض على GitHub↗

    Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating automated scanning directly into the version control commit lifecycle. It functions as a commit scanner that evaluates staged files and commit messages against defined security policies before changes are finalized in a repository. The tool utilizes regular expression pattern matching to identify potential secrets and supports the registration of custom patterns to address specific organizational security requirements. To manage operational friction, it includes mechanisms for

    Shell
    عرض على GitHub↗13,177
  • baba-s/uni-common-test-runnerB

    baba-s/uni-common-test-runner

    0عرض على GitHub↗
    عرض على GitHub↗0
  • bahmutov/ban-sensitive-filesالصورة الرمزية لـ bahmutov

    bahmutov/ban-sensitive-files

    69عرض على GitHub↗

    Checks filenames to be committed against a library of filename rules to prevent sensitive files in Git

    JavaScript
    عرض على GitHub↗69
  • ajinabraham/nodejsscanالصورة الرمزية لـ ajinabraham

    ajinabraham/nodejsscan

    2,563عرض على GitHub↗

    nodejsscan is a static analysis security tool and vulnerability detection engine designed to scan Node.js source code for security flaws and common coding vulnerabilities. It functions as a static application security testing tool that analyzes code without executing the program. The tool operates as a security linter that can be integrated into continuous integration pipelines to block insecure code from merging into main branches. It automates the auditing process through rule-based detection and pattern-based static analysis. The project provides capabilities for vulnerability alert autom

    CSScode-analysiscode-reviewdevsecops
    عرض على GitHub↗2,563
عرض جميع البدائل الـ 30 لـ Regolith→

الأسئلة الشائعة

ما هي وظيفة jakeroggenbuck/regolith؟

A server-side TypeScript and JavaScript library immune to Regular Expression Denial of Service (ReDoS) attacks by using Rust and linear RegEx under the hood. Regolith has a linear worst case time complexity, compared to the default RegExp found in TypeScript and JavaScript, which has an exponential worst case.

ما هي الميزات الرئيسية لـ jakeroggenbuck/regolith؟

الميزات الرئيسية لـ jakeroggenbuck/regolith هي: Static Code Analysis.

ما هي البدائل مفتوحة المصدر لـ jakeroggenbuck/regolith؟

تشمل البدائل مفتوحة المصدر لـ jakeroggenbuck/regolith: awslabs/git-secrets — Git-secrets is a security utility designed to prevent the accidental exposure of sensitive credentials by integrating… baba-s/uni-common-test-runner. bahmutov/ban-sensitive-files — Checks filenames to be committed against a library of filename rules to prevent sensitive files in Git. bearer/bearer — Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security… darrentsung/dtuirebuildvisualizer. ajinabraham/nodejsscan — nodejsscan is a static analysis security tool and vulnerability detection engine designed to scan Node.js source code…