awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesScript Execution Authorizations

Mechanisms for granting explicit permission to execute scripts based on directory trust or allow-lists.

Distinct from Execution Authorization: Focuses on authorizing local shell scripts for environment loading, unlike account registration allow-lists or database query gating.

Explore 1 awesome GitHub repository matching security & cryptography · Script Execution Authorizations. Refine with filters or upvote what's useful.

Awesome Script Execution Authorizations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • direnv/direnvdirenv का अवतार

    direnv/direnv

    15,189GitHub पर देखें↗

    direnv is a shell environment manager and directory-based environment loader that automatically loads and unloads environment variables when switching between directories. It functions as a shell hook automation tool, injecting logic into the shell configuration to trigger environment updates based on the current project context. The project acts as a development environment isolator by localizing shell configurations, which prevents dependency conflicts and removes project-specific exports from global profile files. It includes specialized integration for Nix, allowing the loading of environ

    Implements a security model that requires explicit user authorization before executing environment scripts in a directory.

    Go
    GitHub पर देखें↗15,189
  1. Home
  2. Security & Cryptography
  3. Script Execution Authorizations