pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   kim
Date:           Sat May 24 07:14:29 UTC 2025

Modified Files:
        pkgsrc/doc: pkg-vulnerabilities

Log Message:
Comment out CVE-2020-1734

- This is intended functionality, it is up to the playbook author to
  ensure that they use the `|quote` filter where appropriate.
- https://github.com/ansible/ansible/issues/67792


To generate a diff of this commit:
cvs rdiff -u -r1.377 -r1.378 pkgsrc/doc/pkg-vulnerabilities

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/pkg-vulnerabilities
diff -u pkgsrc/doc/pkg-vulnerabilities:1.377 pkgsrc/doc/pkg-vulnerabilities:1.378
--- pkgsrc/doc/pkg-vulnerabilities:1.377        Sat May 24 06:47:25 2025
+++ pkgsrc/doc/pkg-vulnerabilities      Sat May 24 07:14:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-vulnerabilities,v 1.377 2025/05/24 06:47:25 kim Exp $
+# $NetBSD: pkg-vulnerabilities,v 1.378 2025/05/24 07:14:29 kim Exp $
 #
 #FORMAT 1.0.0
 #
@@ -19046,7 +19046,7 @@ wireshark>=3.2.0<3.2.2          memory-leak                     ht
 qt5-qtwebsockets-[0-9]*                denial-of-service               https://nvd.nist.gov/vuln/detail/CVE-2018-21035
 ruby{22,24,25,26}-puma<4.3.3   http-response-splitting         https://nvd.nist.gov/vuln/detail/CVE-2020-5249
 webkit-gtk<2.28.0              arbitrary-code-execution        https://nvd.nist.gov/vuln/detail/CVE-2020-10018
-ansible-[0-9]*                 arbitrary-code-execution        https://nvd.nist.gov/vuln/detail/CVE-2020-1734
+#ansible-[0-9]*                        arbitrary-code-execution        https://nvd.nist.gov/vuln/detail/CVE-2020-1734
 py{27,34,35,36,37,38}-django>=1.11<1.11.29     sql-injection   https://nvd.nist.gov/vuln/detail/CVE-2020-9402
 py{34,35,36,37,38}-django>=2.2<2.2.11  sql-injection   https://nvd.nist.gov/vuln/detail/CVE-2020-9402
 py{34,35,36,37,38}-django>=3.0<3.0.4           sql-injection   https://nvd.nist.gov/vuln/detail/CVE-2020-9402



Home | Main Index | Thread Index | Old Index