|
|
|
|
|
by tsimionescu
1309 days ago
|
|
From the official FAQ [0]: > Other than the filter, what other measures can I take to assess code suggested by GitHub Copilot? > You should take the same precautions as you would with any code you write that uses material you did not independently originate. These include rigorous testing, IP scanning [emphasis mine], and checking for security vulnerabilities. You should make sure your IDE or editor does not automatically compile or run generated code before you review it. I think lots of companies do run tools such as BlackDuck and others to scan their entire code base and ensure (or at least have some ass-covering) that there is no accidental copyright infringement. [0] https://github.com/features/copilot#other-than-the-filter-wh... |
|