Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
ae namespace module portion db_pg: postgres database layer.
execute the following command to install the ae.db_pg module in the currently active virtual environment:
pip install ae-db-pg
if you want to contribute to this portion then first fork the ae_db_pg repository at GitLab. after that pull it to your machine and finally execute the following command in the root folder of this repository (ae_db_pg):
pip install -e .[dev]
the last command will install this module portion, along with the tools you need
to develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the
documentation of this portion, replace the setup extras key dev
in the above command with tests
or docs
respectively.
more detailed explanations on how to contribute to this project are available here
information on the features and usage of this portion are available at ReadTheDocs.
FAQs
ae namespace module portion db_pg: postgres database layer
We found that ae-db-pg demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.