The README change reuses text from CONTRIBUTING.md.
Signed-off-by: Simon McVittie <smcv@collabora.com>
If you find a security vulnerability that is not known to the public,
please report it privately to dbus-security@lists.freedesktop.org
-or by reporting a freedesktop.org bug that is marked as
-restricted to the "D-BUS security group" (you might need to "Show
-Advanced Fields" to have that option).
+or by reporting a Gitlab issue at
+https://gitlab.freedesktop.org/dbus/dbus/issues/new and marking it
+as "confidential".
On Unix systems, the system bus (dbus-daemon --system) is designed
to be a security boundary between users with different privileges.
dbus
${DBUS_VERSION_STRING}
"http://dbus.freedesktop.org"
- "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
+ "https://gitlab.freedesktop.org/dbus/dbus/issues"
)
include(Macros)
m4_define([dbus_micro_version], [7])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
-AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
+AC_INIT([dbus], [dbus_version], [https://gitlab.freedesktop.org/dbus/dbus/issues], [dbus])
AC_CONFIG_AUX_DIR([build-aux])