GH-300 · Question #51
What configuration needs to be set to get help from Microsoft and GitHub protecting against IP infringement while using GitHub Copilot?
The correct answer is A. Suggestions matching public code to 'blocked'. Setting 'Suggestions matching public code' to 'blocked' instructs GitHub Copilot to suppress any suggestion that closely matches code found in public repositories. This is the built-in IP infringement protection mechanism provided by Microsoft and GitHub. The other options…
Question
What configuration needs to be set to get help from Microsoft and GitHub protecting against IP infringement while using GitHub Copilot?
Options
- ASuggestions matching public code to 'blocked'
- BEnforce blocking of MIT or GPL licensed code
- CYou need to check code suggestions yourself before accepting
- DEnable GitHub Copilot license checking
How the community answered
(32 responses)- A94% (30)
- B3% (1)
- C3% (1)
Explanation
Setting 'Suggestions matching public code' to 'blocked' instructs GitHub Copilot to suppress any suggestion that closely matches code found in public repositories. This is the built-in IP infringement protection mechanism provided by Microsoft and GitHub. The other options - blocking by license type, manual self-review, or a 'license checking' toggle - are not actual Copilot configuration options for this purpose.
Topics
Community Discussion
No community discussion yet for this question.