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.
Python SDK for interacting with EODC services.
Install the SDK with pip:
pip install eodc
from eodc import settings
from eodc.dask import EODCCluster
settings.DASK_URL = "<EODC dask gateway endpoint>"
cluster = EODCCluster()
TODO
A workspace is a an abstraction of a object storage container/bucket. It is used to store and retrieve data.
Workspaces are integrated with EODC products and services, such as the openEO EODC backend.
There is 2 basic types of workspaces which we distinguish between, EODC Workspaces and External Workspaces.
External Workspaces: These are object-storage buckets/containers which the users has provisioned from a third-party or is hosting themselves. They can be registered at EODC services and used in much the same way as EODC Workspaces, just that the user retains full control over them.
EODC (internal) Workspaces: These are object-storage buckets which the user has provisioned from specifically EODC. Below the abstraction of workspaces they are S3 Ceph buckets which the user has write/read/delete privileges on. EODC still owns these buckets, and they are basically leased storage space for the user to use with EODC services.
Workspace Adapters, the code for which can be found in the workspace module in this repository, are an easy for for interacting with workspaces, both external and internal.
They generalize across different object-storage providers/standards and are used across EODCs products for managing and linking workspaces to functionality.
The exact capabilities are outlined in the code.
FAQs
Python SDK for interacting with EODC services.
We found that eodc 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.
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.