You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we could extract the name of the affected project from the advisory, we could then try to propose the user a repository url, without them specifying one.
function to extract (guess) project names from advisory text (simple implementation could extract all words from the advisory that begin with a capital letter)
function to pick the most likely entry in the project_metadata.json table
The text was updated successfully, but these errors were encountered:
copernico
changed the title
Automatically infer repository url from advisory text
Automatically determine repository url from advisory text
Sep 28, 2022
If we could extract the name of the affected project from the advisory, we could then try to propose the user a repository url, without them specifying one.
This can be based on a mapping table between "project names" and repositories, of which an initial example is given in https://github.com/SAP/project-kb/blob/prospector-assuremoss/prospector/data/project_metadata.json
For this to work we need two things:
The text was updated successfully, but these errors were encountered: