
Research
6 Malicious Packagist Themes Ship Trojanized jQuery and FUNNULL Redirect Payloads
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.
@form8ion/github-workflows-core
Advanced tools
core functionality for form8ion plugins that manage github workflows
core functionality for form8ion plugins that manage github workflows
$ npm install @form8ion/github-workflows-core --save-prod
import {
scaffoldCheckoutStep,
scaffoldNodeSetupStep,
scaffoldDependencyInstallationStep,
scaffoldVerificationStep
} from '@form8ion/github-workflows-core';
(async () => {
scaffoldCheckoutStep();
scaffoldNodeSetupStep({versionDeterminedBy: 'nvmrc'});
scaffoldDependencyInstallationStep();
scaffoldVerificationStep();
})();
scaffoldCheckoutStepScaffolder to define the details for a step to check out the project in a GitHub workflow
scaffoldNodeSetupStepScaffolder to define the details for a step to set up a node.js environment in a GitHub workflow
Takes a single options object as an argument, containing:
versionDeterminedBy string (required)Source of node version for use in the configured step. Valid options are nvmrc
or matrix
scaffoldDependencyInstallationStepScaffolder to define the details for a step to install dependencies in a GitHub workflow
scaffoldVerificationStepScaffolder to define the details for a step to execute verification
$ nvm install
$ npm install
$ npm test
FAQs
core functionality for form8ion plugins that manage github workflows
The npm package @form8ion/github-workflows-core receives a total of 3,528 weekly downloads. As such, @form8ion/github-workflows-core popularity was classified as popular.
We found that @form8ion/github-workflows-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.

Security News
The GCVE initiative operated by CIRCL has officially opened its publishing ecosystem, letting organizations issue and share vulnerability identifiers without routing through a central authority.

Security News
The project is retiring its odd/even release model in favor of a simpler annual cadence where every major version becomes LTS.