GH-300 · Question #21
What GitHub Copilot feature can be configured at the organization level to prevent GitHub Copilot suggesting publicly available code snippets?
The correct answer is C. GitHub Copilot duplication detection filter. The GitHub Copilot duplication detection filter is an organization-level setting that prevents GitHub Copilot from suggesting code that closely matches publicly available code on GitHub. This protects organizations from inadvertently introducing code with open-source licensing…
Question
What GitHub Copilot feature can be configured at the organization level to prevent GitHub Copilot suggesting publicly available code snippets?
Options
- AGitHub Copilot Chat in the IDE
- BGitHub Copilot Chat in GitHub Mobile
- CGitHub Copilot duplication detection filter
- DGitHub Copilot access to Bing
How the community answered
(21 responses)- A5% (1)
- C95% (20)
Explanation
The GitHub Copilot duplication detection filter is an organization-level setting that prevents GitHub Copilot from suggesting code that closely matches publicly available code on GitHub. This protects organizations from inadvertently introducing code with open-source licensing obligations or copyright concerns. Options A and B are features related to chat interfaces, not code duplication filtering, and option D (Bing access) is unrelated to code snippet matching.
Topics
Community Discussion
No community discussion yet for this question.