
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
.. image:: https://gitlab.tiker.net/inducer/islpy/badges/main/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/islpy/commits/main .. image:: https://github.com/inducer/islpy/workflows/CI/badge.svg?branch=main :alt: Github Build Status :target: https://github.com/inducer/islpy/actions?query=branch%3Amain+workflow%3ACI .. image:: https://badge.fury.io/py/islpy.svg :alt: Python Package Index Release Page :target: https://pypi.org/project/islpy/ .. image:: https://zenodo.org/badge/2021524.svg :alt: Zenodo DOI for latest release :target: https://zenodo.org/badge/latestdoi/2021524
islpy is a Python wrapper around Sven Verdoolaege's isl <https://libisl.sourceforge.io/>
_, a library for manipulating sets and
relations of integer points bounded by linear constraints.
Supported operations on sets include
It also includes an ILP solver based on generalized basis reduction, transitive closures on maps (which may encode infinite graphs), dependence analysis and bounds on piecewise step-polynomials.
Islpy comes with comprehensive documentation <http://documen.tician.de/islpy>
_.
Requirements: islpy needs a C++ compiler to build. It can optionally make use of GMP for support of large integers.
One important thing to know about islpy is that it exposes every function in isl
that is visible in the headers, not just what isl's authors consider its
documented, public API (marked by __isl_export
). These (technically)
undocumented functions are marked in the islpy documentation. Many of them are useful
and essential for certain operations, but isl's API stability guarantees do not
apply to them. Use them at your own risk.
FAQs
Wrapper around isl, an integer set library
We found that islpy 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.