This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gohtmlclient. commit 59f06399c0ae343673ff2e7c2b352c28707c8682 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Mar 11 15:51:38 2023 +0100 index.html: insert warning related to security aspects of this package. --- debian/changelog | 4 ++++ index.html | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 02f8ed6..6c2da35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,4 +12,8 @@ x2gohtmlclient (1.0-0x2go1) UNRELEASED; urgency=medium + Fix line breaks in Depends:, Recommends: and Suggests: fields. + Add to R: (x2gohtmlclient): fcgiwrap. + [ Mihai Moldovan ] + * Initial release: + - index.html: insert warning related to security aspects of this package. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/index.html b/index.html index 81b93c7..b34f2f9 100644 --- a/index.html +++ b/index.html @@ -130,6 +130,14 @@ Don't have it yet? <a href="http://www.x2go.org">Check installation instructions <label class="control-label" for="adv" style="padding-bottom:15px;vertical-align:text-bottom;" >Advanced Options</label> </div> +<h1> + <span style="color: red;"> + Attention:<br /> + X2GoHTMLClient is “stable” in the sense that it does not crash during normal use.<br /> + It has <u>not</u> been audited for security issues - this code should only be seen as a proof of concept, not as a production-ready solution.<br /> + Use at your own risk! + </span> +</h1> <input type="button" class="btn btn-lg btn-success login-btn" id="con-btn" value="Start X2Go Connection" style="display:block;" /> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git