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.
.. image:: https://zenodo.org/badge/58235078.svg :target: https://zenodo.org/badge/latestdoi/58235078
IceProd is a Python framework for distributed management of batch jobs. It runs as a layer on top of other batch middleware, such as HTCondor, and can pool together resources from different batch systems. The primary purpose is to coordinate and administer many large sets of jobs at once, keeping a history of the entire job lifecycle.
See also: Aartsen, Mark G., et al. "The IceProd framework: Distributed data processing for the IceCube neutrino observatory." Journal of parallel and distributed computing 75 (2015): 198-211.
Note:
For IceCube users with CVMFS access, IceProd is already installed. To load the environment execute::
/cvmfs/icecube.wisc.edu/iceprod/latest/env-shell.sh
or::
eval `/cvmfs/icecube.wisc.edu/iceprod/latest/setup.sh`
depending on whether you want to get a new shell or load the variables into the current shell.
Platforms:
IceProd should run on any Unix-like platform, although only Linux has been extensively tested and can be recommented for production deployment.
Prerequisites:
Listed here are any packages outside pip:
Installation:
From the latest release:
Get the tarball link from https://github.com/WIPACrepo/iceprod/releases/latest
Then install like::
pip install https://github.com/WIPACrepo/iceprod/archive/v2.0.0.tar.gz
Installing from master:
If you must install the dev version from master, do::
pip install --upgrade git+git://github.com/WIPACrepo/iceprod.git#egg=iceprod
FAQs
IceCube dataset management system
We found that iceprod 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.