
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
openshift-express
Advanced tools
Initialize your express application for OpenShift with a single function call
Initialize your express application for OpenShift with a single function call. Setup ipaddr, hostname and port for the underlying OpenShinft instance. Optionally loads one or more databsse DSN into the app object.
Install the module with: npm install openshift-express
var express = require('express'),
openshift = require('openshift-express'),
app = express();
openshift(app, {databases: [
{ type: 'mongodb' }
]});
console.log(app.get('mongodb dsn')); // mongodb://localhost:27017/database
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add tests for any new or changed functionality. Lint and test your code using Grunt.
Copyright (c) 2014 Marco Grätsch
Licensed under the MIT license.
FAQs
Initialize your express application for OpenShift with a single function call
We found that openshift-express 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.