gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (9865912 -> 6b4d0f2)


From: gnunet
Subject: [www] branch stable updated (9865912 -> 6b4d0f2)
Date: Mon, 20 Jan 2020 13:13:01 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a change to branch stable
in repository www.

    from 9865912  mention maintainers
     add 8907914  add well-known
     add f95ff69  actually install security.txt in the target.
     add 6b4d0f2  bump remote submodules.

No new revisions were added by this update.

Summary of changes:
 .well-known/security.txt         | 14 ++++++++++++++
 Makefile                         |  1 +
 build-system/taler-build-scripts |  2 +-
 inc                              |  2 +-
 4 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 .well-known/security.txt

diff --git a/.well-known/security.txt b/.well-known/security.txt
new file mode 100644
index 0000000..c5a8b28
--- /dev/null
+++ b/.well-known/security.txt
@@ -0,0 +1,14 @@
+# Our security address(es). Two just to be safe.
+Contact: address@hidden
+Contact: address@hidden
+
+# Our PGP keys:
+Encryption: https://grothoff.org/christian/grothoff.asc
+Encryption: https://schanzen.eu/schanzen.asc
+
+# Our disclosure policy:
+Disclosure: Full
+
+# Happy to acknowledge once there is something to acknowledge,
+# for now 404 as we had no incidents.
+Acknowledgement: https://taler.net/en/security.html
diff --git a/Makefile b/Makefile
index e47f3fa..b032c34 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ all: locale template
                for lang in en de es fr it; do \
                        $(cp) $$lang/rss.xml $$lang/news/rss.xml; \
                done)
+       ($(mkdir) -p rendered/.well-known ; $(cp) .well-known/security.txt 
rendered/.well-known/)
 
 # Extract translateable strings from jinja2 templates.
 # Because of the local i18nfix extractor module we need
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index d725a0c..d81bbfa 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit d725a0cd1b4aa3ff54452a702b8c19db3f3c3393
+Subproject commit d81bbfabc2538932f631d3946bd6a9b95182b4f2
diff --git a/inc b/inc
index bdef602..6a51c97 160000
--- a/inc
+++ b/inc
@@ -1 +1 @@
-Subproject commit bdef602fcbd13d59aef971307b3730247a8b9c56
+Subproject commit 6a51c97bddcffef78e0c3b39a0eddd69876b6907

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]