About generating regular expressions with 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
无需订阅 GitHub Copilot 即可使用 Copilot 机密扫描 的 正则表达式生成器。 Copilot 机密扫描 功能可供拥有 GitHub Advanced Security 许可证的 GitHub Enterprise Cloud 企业中的专用存储库使用。
Regular expressions can be challenging for people to write. Copilot 机密扫描's 正则表达式生成器 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
Copilot 机密扫描's 正则表达式生成器 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 "为机密扫描定义自定义模式."
Improving performance when generating regular expressions with AI
To enhance performance and address some of the limitations of Copilot 机密扫描's 正则表达式生成器, there are various measures that you can adopt. For more information on the limitations of the 正则表达式生成器, see "Limitations of generating regular expressions with AI."
Use Copilot 机密扫描's 正则表达式生成器 as a tool, not a replacement
While the 正则表达式生成器 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 Copilot 机密扫描's 正则表达式生成器. 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 正则表达式生成器 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 Copilot 机密扫描's 正则表达式生成器 is only suitable for creating regular expressions to detect structured patterns.