Jit SecurityWith Jit, you don't need to be a security expert to consistently write secure code. The Jit Security extension enables you to access the power of JIT directly from your IDE. No additional security tools are required to enhance the security of your project with Jit. Safeguard your code by identifying and fixing vulnerabilities as you work. Prerequisites
FeaturesQuick fix highlights issues in the editorManage New and Existing IssuesPre-Commit HookJit includes a pre-commit hook that uses the pre-commit framework to check your code for security issues before you commit it. What is the pre-commit Framework?The pre-commit framework is a popular tool that allows you to define and manage pre-commit hooks for your Git repositories. It provides a flexible and extensible way to run checks on your code before you commit it, helping you prevent insecure code from being committed to your repository.Enable pre-commit hookOpen the command palette and search for "Jit: Install Pre Commit Hook". Alternatively, you can install the pre-commit hook from the side panel of the extension and click the "Activate" button in the pre-commit section. This will add the Jit pre-commit hook to your existing .pre-commit-config.yaml file. The hook will check for any security issues in your code before you commit it, helping you prevent insecure code from being committed to your repository. If the hook finds any security issues in your code, it will fail the commit and provide diagnostic information to help you fix the issues. This can help you ensure that your code is always secure and free from vulnerabilities. Configure pre-commit hook
You can configure the pre-commit hook to your specific needs and preferences. To do this:
You can change these settings at any time, so you can easily adapt the hook to your changing needs and priorities. CoverageWe support the following languages and file types—
FAQ
About usJit is the platform that enables dev organizations to adopt the MVS mindset and progress iteratively in a just-in-time manner. Visit us on Jit docs to learn more. FeedbackWe would love to hear from you! Feel free to contact us at contact@jit.io if you need help, have an issue, or just want to provide feedback. |