CycloneDX / CycloneDX/cyclonedx-webpack-plugin
support CopyWebpackPlugin
Open
enhancement
hacktoberfest
help wanted
- Dominant language
- TypeScript
- Stars
- 30
- Forks
- 11
- Avg merge
- 16m
- Merged PRs (30d)
- 1
Description
when using [CopyWebpackPlugin](https://webpack.js.org/plugins/copy-webpack-plugin) to copy files from other package,
then these other packages are not listed as dependencies, in the current implementations.
## expected outcome
* option A: have the packages that were source of CopyWebpackPlugin added as dependencies and components
* option B: have the files added dependencies and components - component type "File"
## risks
* false positive, if the copied file does not belong to any package.
Contributor guide
Assessment
This issue has not been assessed yet.