About generating regular expressions with Verificação de segredos do Copilot
Secret scanning scans repositories for a predefined set of secrets from our partner program, as well as custom patterns that are user-defined. Custom patterns are formatted as regular expressions.
Note
Você não precisa de uma assinatura de GitHub Copilot para usar o gerador de expressões regulares do Verificação de segredos do Copilot. Verificação de segredos do Copilot estão disponíveis para repositórios privados em GitHub Enterprise Cloud empresas que possuem uma licença para GitHub Advanced Security.
Regular expressions can be challenging for people to write. Verificação de segredos do Copilot's gerador de expressões regulares makes it possible for you to define your custom patterns without knowledge of regular expressions. Within the existing custom pattern page, you can launch a generative AI experience where you input a text description of what pattern you would like to detect, include optional example strings that should be detected, and get matching regular expressions in return.
Input processing
Users input a text description of what they would like to detect, and optional example strings that should be detected.
Response generation and output formatting
Verificação de segredos do Copilot's gerador de expressões regulares uses GPT-3.5-Turbo and the GitHub Copilot API to generate regular expressions that match your input.
The model returns up to three regular expressions for you to review. You can click on the regular expression to get an AI-generated plain language description of the regular expression.
Some results may be quite similar, and some results may not find every instance of the secret that the pattern is intended to detect. It is also possible that the regular expression generator may produce results which are invalid or inappropriate.
When you click Use result on a regular expression, the expression and any examples inputted will be copied over to the main custom pattern form. There, you can perform a dry run of the pattern to see how it performs across your repository or organization. For more information on how to define a custom pattern for your repository or organization, see "Definir padrões personalizados para a verificação de segredo."
Improving performance when generating regular expressions with AI
To enhance performance and address some of the limitations of Verificação de segredos do Copilot's gerador de expressões regulares, there are various measures that you can adopt. For more information on the limitations of the gerador de expressões regulares, see "Limitations of generating regular expressions with AI."
Use Verificação de segredos do Copilot's gerador de expressões regulares as a tool, not a replacement
While the gerador de expressões regulares is a powerful tool to create custom patterns without you having to write regular expressions yourself, it is important to use it as a tool rather than a replacement for manual input. You should carefully validate the performance of the results by performing a dry run across your organization or repository. It's a good idea to run the pattern on a repository (or repositories) that are representative of the repositories in your organization. In some cases, it may be beneficial to modify a generated regular expression to more fully meet your needs. You remain ultimately responsible for any custom patterns you decide to use.
Limitations of generating regular expressions with AI
Depending on factors such as your input description and examples, you may experience different levels of performance when using Verificação de segredos do Copilot's gerador de expressões regulares. You need to be as specific as possible with your description, and provide different types of examples of tokens that match your pattern, to be sure that the regular expression encompasses all the patterns you want secret scanning to search for.
Also, the model used by the gerador de expressões regulares has been trained on natural language content written predominantly in English. As a result, you may notice differing performance when providing the generator with natural language input prompts in languages other than English.
Note that Verificação de segredos do Copilot's gerador de expressões regulares is only suitable for creating regular expressions to detect structured patterns.
Next steps
- Generating regular expressions for custom patterns with Copilot secret scanning
- Gerenciar alertas da verificação de segredo