
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@entando/entando-bundle-cli
Advanced tools
Command line interface to generate Entando Bundle custom resources
This CLI application has the purpose of converting EntandoBundles published as an NPM module into EntandoDEBundle custom resource for Entando 6 digital-exchange consumption
For details on EntandoBundles structure, how to compose them and publish them to an NPM registry, please refer to the documentation in the entando-sample-bundle
To install the tool globally for development
npm install -g ./
This CLI tool is able to convert npm module(s) into EntandoDeBundle custom resources. You can see the help for the tool by invoking the --help command
entando-bundle --help
To generate a bundle using npm repository you can use the from-npm command. Check the details for the generate command
entando-bundle from-npm --help
To generate a bundle using git repository you can use the from-git command. Check the details for the generate command
entando-bundle from-git --help
--repository option will clone the repository to /tmp/tmp-ecr-bundle-repo_<TIMESTAMP> folder, gather the needed information and will remove the folder.
descriptor.yaml is expected to be at the root of repository or repository path.
Currently, tags are sorted using semver logic and are filtered out using /^v?\d+\.\d+.\d+/ regex, which would match tags like: v2.0.0, v1.0.12, v2.0.1-rc, etc.
Thumbnail URLs (--thumbnail-url option) have to be surrounded with quotation marks.
FAQs
Command line interface to generate Entando Bundle custom resources
We found that @entando/entando-bundle-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.