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.
A high-level framework for communicating with the workflow and decision automation engine Camunda.
PyCamunda is a Python REST api client for the workflow and decision automation engine Camunda.
PyCamunda takes care of Camunda-specific characteristics and gives you an intuitive Python interface so you can focus on developing your actual business application. So PyCamunda deals with http requests, nested dictionaries, camelCase keys, datetime formatting and more for you.
Simply..
import pycamunda.processinst
url = 'http://localhost/engine-rest'
get_instances = pycamunda.processinst.GetList(url, process_definition_key='MyProcess')
instances = get_instances()
for instance in instances:
print('Process instance id:', instance.id_)
Output:
Process instance id: 174cb832-a8a7-11ea-8129-0242ac110002
Process instance id: 1a70a8e9-a7ed-11ea-8129-0242ac110002
...
PyCamunda requires Python >= 3.7 and can be installed from the offical Python Package Index.
$ pip install pycamunda
The latest documentation can be found here.
FAQs
A high-level framework for communicating with the workflow and decision automation engine Camunda.
We found that pycamunda 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.