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.
This package provides a setuptools_scm
plugin for version schemes used
by the Nipreps family of projects.
Add nipreps_versions
to your build-system.requires
list, e.g.,
[build-system]
requires = [
"flit_scm",
"nipreps_versions",
]
build-backend = "flit_scm:buildapi"
or
[build-system]
requires = [
"setuptools",
"setuptools_scm",
"nipreps_versions",
]
build-backend = "setuptools.build_meta"
Then request a nipreps version scheme:
[tool.setuptools_scm]
version_scheme = "nipreps-calver"
Currently, only one versioning scheme is implemented:
nipreps-calver
As described in Releases - Principles,
The basic release form is
YY.MINOR.PATCH
, so the first minor release of 2020 is 20.0.0, and the first minor release of 2021 will be 21.0.0, whatever the final minor release of 2020 is. A series of releases share aYY.MINOR
. prefix, which we refer to as theYY.MINOR.x
series. For example, the 20.0.x series contains version 20.0.0, 20.0.1, and any other releases needed.
If the last tag was 22.1.0 and the year remains 2022, the development version is
22.2.0.devN
. When the year changes to 2023, the development version will become
23.0.0.devN
.
If the branch is maint/22.1.x
, then the computed version will be 22.1.1.devN
.
If the branch is rel/22.0.3
(and the last tag for that branch is 22.0.2), then
the computed version will be 22.0.3.devN
.
FAQs
Version schemes for nipreps tools
We found that nipreps-versions 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.