Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] experimentalKeywordSearch results not shown in the UI #1397

Closed
jandroav opened this issue Mar 20, 2024 · 2 comments
Closed

[BUG] experimentalKeywordSearch results not shown in the UI #1397

jandroav opened this issue Mar 20, 2024 · 2 comments

Comments

@jandroav
Copy link

Describe the bug
I configured a project as shown here: Custom-License and Keyword Searches to detect AI-generated code, but I can not see the result in the FOSSA UI as shown during this video Managing GitHub Copilot Security and Legal Risks with FOSSA (min 47)

To Reproduce
Steps to reproduce the behavior:

  1. Create a .fossa.yml file with:
version: 3

experimentalKeywordSearch:
  - matchCriteria: "Copilot"
    name: "GitHub Copilot generated code"
  1. Tag some code as with the Copilot tag:
// Copilot
// Checks if the user has the required tools installed
func CheckInstalledTools(tool string) error {...}
  1. Run fossa analyze
  2. Results are correctly shown but no UI section:
    image

Expected behavior
A FOSSA UI section with the matches

fossa.debug.json.gz

Copy link

Thank you @jandroav for creating this issue. If this is in regards to a defect, product question or feature request: you should use our support portal at https://support.fossa.com to file a request, as you would receive more immediate support.

@jssblck
Copy link
Member

jssblck commented May 16, 2024

Hi there @jandroav! Thanks for submitting this issue. The experimentalKeywordSearch function does not currently report these matches to the UI by design, you can read more about the details here: https://github.com/fossas/fossa-cli/blob/master/docs/features/custom-license-and-keyword-searches.md

If you'd like to ask for this to be prioritized, and/or be notified when this information is pushed to the UI, please send in a request to our support site!

@jssblck jssblck closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants