nerdexam
Microsoft

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…

Configure privacy, content exclusions, and safeguards

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)
  • A
    94% (30)
  • B
    3% (1)
  • C
    3% (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

#GitHub Copilot#IP infringement#Configuration#Public code filtering

Community Discussion

No community discussion yet for this question.

Full GH-300 Practice