Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@f5devcentral/atg-storage-postgres
Advanced tools
## Overview [atg-storage](https://github.com/f5devcentral/atg-storage/) extension to add support for PostgreSQL as a backend.
atg-storage extension to add support for PostgreSQL as a backend.
You can install the package with NPM:
npm install --save \@f5devcentral/atg-storage-postgres
const { StoragePostgres } = require('@f5devcentral/atg-storage-postgres');
const config = {
...
};
const storage = new StoragePostgres(config);
config
gets passed along to the pg.Client constructor, and can be used to configure the database connection.
Copyright 2021 F5 Networks Inc.
Before you start contributing to any project sponsored by F5 Networks, Inc. (F5) on GitHub, you will need to sign a Contributor License Agreement (CLA).
If you are signing as an individual, we recommend that you talk to your employer (if applicable) before signing the CLA since some employment agreements may have restrictions on your contributions to other projects. Otherwise by submitting a CLA you represent that you are legally entitled to grant the licenses recited therein.
If your employer has rights to intellectual property that you create, such as your contributions, you represent that you have received permission to make contributions on behalf of that employer, that your employer has waived such rights for your contributions, or that your employer has executed a separate CLA with F5.
If you are signing on behalf of a company, you represent that you are legally entitled to grant the license recited therein. You represent further that each employee of the entity that submits contributions is authorized to submit such contributions on behalf of the entity pursuant to the CLA.
FAQs
## Overview [atg-storage](https://github.com/f5devcentral/atg-storage/) extension to add support for PostgreSQL as a backend.
We found that @f5devcentral/atg-storage-postgres demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 14 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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.