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.
Simple double entry accounting system (debits/credits) for Django projects. Django 3.0 support and unit test coverage 75%.
A debit is an accounting entry that either increases an asset or expense account, or decreases a liability or equity account. Dividends/expenses/assets/losses increased with debit. Debits are recorded on left in classic T format presentation of account entries.
A credit is an accounting entry that either increases a liability or equity account, or decreases an asset or expense account. Gains/income/revenues/liabilities/equity increased with credit. Credits are recorded on right in classic T format presentation of account entries.
In the libary, debits are recorded as account entry objects with positive amount, and credits are recorded as objects with negative amount. Every entry is associated with an account, and account objects have always account type associated with them. Account type can have code, name and category (asset/liability account). Account entries also have entry types associated with them. Entry types can specify product code, name and entry classification (payment/settlement). Account entries can have parent entry defined, which can be used to represent combined account entries.
In addition to accounts and account entries, the library has models for basic invoices.
pip install django-jacc
The library passes both prospector and mypy checking. To install:
pip install prospector pip install mypy
To analyze:
prospector mypy .
coverage run manage.py; coverage report
3.5.2:
3.5.1:
3.4.8:
3.4.7:
3.4.6:
3.4.5:
3.4.4:
3.4.3:
3.4.2:
3.4.1:
3.3.4:
3.3.3:
3.3.2:
3.3.1:
3.2.3:
3.2.2:
3.2.1:
3.1.5:
3.1.4:
3.1.3:
3.1.2:
3.1.1:
3.0.5:
3.0.4:
3.0.3:
3.0.2:
3.0.1:
2.1.18:
2.1.17:
2.1.16:
2.1.15:
2.1.14:
2.1.13:
2.1.12:
2.1.11:
2.1.10:
2.1.9:
2.1.8:
2.1.7:
2.1.6:
2.1.5:
2.1.4:
2.1.3:
2.1.2:
2.1.1:
1.0.16:
1.0.15:
1.0.14:
1.0.13:
1.0.12:
1.0.11:
1.0.10:
1.0.9:
1.0.8:
1.0.7:
1.0.6:
1.0.5:
1.0.3:
1.0.2:
1.0.1:
1.0.0:
FAQs
Simple double entry accounting system (debits/credits) for Django projects.
We found that django-jacc 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.