cyclonedx-webpack-plugin icon indicating copy to clipboard operation
cyclonedx-webpack-plugin copied to clipboard

Generate CycloneDX Software Bill of Materials (SBOM) from webpack bundles at compile time.

Results 28 cyclonedx-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Bumps the eslint group with 2 updates in the / directory: [eslint](https://github.com/eslint/eslint) and [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort). Updates `eslint` from 8.57.0 to 9.2.0 Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat:...

dependencies

TODO - [x] have setups for yarn - [ ] have setups for pnpm - [ ] have tests in pipeline (matrix) - [ ] have reproducible test results

CT

https://www.npmjs.com/package/npm-run-all is outdated, use https://www.npmjs.com/package/npm-run-all2 instead

good first issue
chore
hacktoberfest

https://www.npmjs.com/package/eslint-config-standard-with-typescript is deprecated. > This package has been deprecated > Author message: `Please use eslint-config-love, instead.` new: https://www.npmjs.com/package/eslint-config-love?activeTab=readme

dependencies
chore

## Describe the bug If luxon is used in the application. The plugin fails include it in the output. ## To Reproduce ### Setup ```bash git clone https://github.com/CycloneDX/cyclonedx-webpack-plugin.git cd cyclonedx-webpack-plugin...

bug

## Is your feature request related to a problem? Please describe. I tried running this plugin in [rspack](https://www.rspack.dev/) / [rsbuild](https://rsbuild.dev/), but am getting the error: > TypeError: Cannot read properties...

enhancement
idea

## Is your feature request related to a problem? Please describe. If a BOM was generated as reproducible, this should be easily visible from the BOM. Therefore, https://github.com/CycloneDX/cyclonedx-property-taxonomy/pull/70 exists ##...

enhancement
good first issue
help wanted
hacktoberfest

currently, SBOM "components" are detected based an a `package.json` file. thats cool for most situatons. but what if there is just no `package.json`? or it is untrusted for reasons? Let's...

enhancement
help wanted
hacktoberfest

## Is your feature request related to a problem? Please describe. CycloneDX 1.5 supports formulation: https://cyclonedx.org/guides/sbom/formulation This could be used to document how webpack was configured and how it compiled/packed...

enhancement
help wanted
idea
schema 1.5

install testbeds with `npm i --install-links` so that they apply the actual tool, without linking and without external dependencies from that link .... unfortunately this might break the local dev...

QA
idea