[django] SQL Injection in Django

An issue was discovered in Django 3.2 before 3.2.14 and 4.0 before 4.0.6. The Trunc() and Extract() database functions are subject to SQL injection if untrusted data is used as a kind/lookup_name value. Applications that constrain the lookup name and k…

[git-clone] Command injection in git-clone

All versions of package git-clone are vulnerable to Command Injection due to insecure usage of the –upload-pack feature of git.
References

https://nvd.nist.gov/vuln/detail/CVE-2022-25900
https://gist.github.com/lirantal/9441f3a1212728476f7a6caa4acb2c…