Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
SOFTWARE RELEASE
Automate Releasing of Software, following Semantic Versioning
.. start-badges
| |build| |release_version| |wheel| |supported_versions| |gh-lic| |commits_since_specific_tag_on_master| |commits_since_latest_github_release|
| | Source Code: https://github.com/boromir674/software-release | Pypi Package: https://pypi.org/project/software_release/ |
software_release python package
a. Great Feature b. Nice Feature
Test Suite using Pytest
Parallel Execution of Unit Tests, on multiple cpu's
Automation, using tox
a. Code Coverage measuring
b. Build Command, using the build
python package
c. Pypi Deploy Command, supporting upload to both pypi.org
and test.pypi.org
servers
d. Type Check Command, using mypy
CI Pipeline, running on Github Actions
a. Job Matrix, spanning different platform
's and python version
's
ubuntu-latest
, macos-latest
3.8
b. Parallel Job execution, generated from the matrix
, that runs the Test Suite
You need to have Python
installed.
Using pip
is the approved way for installing software_release
.
.. code-block:: sh
python3 -m pip install software_release
TODO demonstrate a use case
|gh-lic|
GNU Affero General Public License v3.0
_.. MACROS/ALIASES
.. start-badges
.. Test Workflow Status on Github Actions for specific branch
.. |build| image:: https://img.shields.io/github/workflow/status/boromir674/software-release/Test%20Python%20Package/master?label=build&logo=github-actions&logoColor=%233392FF :alt: GitHub Workflow Status (branch) :target: https://github.com/boromir674/software-release/actions/workflows/test.yaml?query=branch%3Amaster
.. above url to workflow runs, filtered by the specified branch
.. |release_version| image:: https://img.shields.io/pypi/v/software_release :alt: Production Version :target: https://pypi.org/project/software_release/
.. |wheel| image:: https://img.shields.io/pypi/wheel/software-release?color=green&label=wheel :alt: PyPI - Wheel :target: https://pypi.org/project/software_release
.. |supported_versions| image:: https://img.shields.io/pypi/pyversions/software-release?color=blue&label=python&logo=python&logoColor=%23ccccff :alt: Supported Python versions :target: https://pypi.org/project/software_release
.. |commits_since_specific_tag_on_master| image:: https://img.shields.io/github/commits-since/boromir674/software-release/v0.1.0/master?color=blue&logo=github :alt: GitHub commits since tagged version (branch) :target: https://github.com/boromir674/software-release/compare/v0.1.0..master
.. |commits_since_latest_github_release| image:: https://img.shields.io/github/commits-since/boromir674/software-release/latest?color=blue&logo=semver&sort=semver :alt: GitHub commits since latest release (by SemVer)
.. Github License (eg AGPL, MIT) .. |gh-lic| image:: https://img.shields.io/github/license/boromir674/software-release :alt: GitHub :target: https://github.com/boromir674/software-release/blob/master/LICENSE
.. LINKS
.. _GNU Affero General Public License v3.0: https://github.com/boromir674/software-release/blob/master/LICENSE
FAQs
Automate Releasing of Software, following Semantic Versioning
We found that software-release 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.