fabric8-analytics-vscode-extension
fabric8-analytics-vscode-extension copied to clipboard
Red Hat Dependency Analytics extension
**Is your feature request related to a problem? Please describe.** Currently we support only `npm` based node ecosystem. `yarn` is also a popular one we should consider it too. `yarn`...
**Is your feature request related to a problem? Please describe.** When I use cookiecutter-Django the `requirement.txt` file is split into 3 files. So this extension can't work. Hope it can...
The `component_analysis_done` telemetry event should contain the number of vulnerabilities found (by severity)
Let's rename the default branch from master to main. Migration Steps: https://github.com/github/renaming.
Please add support for the `ruby` language. This can be done by relying on `bundler-audit` for most projects.
**Is your feature request related to a problem? Please describe.** Currently the [CRDA extension](https://marketplace.visualstudio.com/items?itemName=redhat.fabric8-analytics) uses the OpenShift icon in VSCode Marketplace. Given there are too many OpenShift icon extensions, we...
**Describe the bug** After analysing pom file in java project, the Event Log states Analytics: Scanned 271 dependencies, flagged 22 Known Security Vulnerabilities and 2 Security Advisories along with quick...
**Describe the bug** The Stack Report is failing as VS Code is installed in Program Files, I'm not running it as Administrator and npm install is trying to create C:\Program...
**Describe the bug** [BUG] When a go project does not have main package in base directory, the check fails with `Unable to execute 'go list' command, run 'go mod tidy'...