1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
From: Bill Blough <bblough@debian.org>
Date: Sun, 12 Sep 2021 21:10:29 +0200
Subject: Description: Remove badge images from README.rst
Lintian complains about a potential privacy breach due to fetching data from
an external website at runtime (lintian: privacy-breach-generic). This patch
removes the various badge images (githib, pypi, codacy, etc) to resolve the
lintian error.
Forwarded: not-needed
Last-Update: 2021-09-12
---
README.rst | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/README.rst b/README.rst
index 50bc8c7..c3ad514 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,6 @@
CAS Server
##########
-|travis| |coverage| |licence| |github_version| |pypi_version| |codacy| |doc|
-
CAS Server is a Django application implementing the `CAS Protocol 3.0 Specification
<https://apereo.github.io/cas/4.2.x/protocol/CAS-Protocol-Specification.html>`_.
@@ -641,26 +639,3 @@ This command clean the local cache of federated user from old unused users.
You could for example do as below::
10 0 * * * cas-user /path/to/project/manage.py cas_clean_federate
-
-
-
-.. |travis| image:: https://badges.genua.fr/travis/com/nitmir/django-cas-server/master.svg
- :target: https://travis-ci.com/nitmir/django-cas-server
-
-.. |pypi_version| image:: https://badges.genua.fr/pypi/v/django-cas-server.svg
- :target: https://pypi.org/project/django-cas-server/
-
-.. |github_version| image:: https://badges.genua.fr/github/tag/nitmir/django-cas-server.svg?label=github
- :target: https://github.com/nitmir/django-cas-server/releases/latest
-
-.. |licence| image:: https://badges.genua.fr/pypi/l/django-cas-server.svg
- :target: https://www.gnu.org/licenses/gpl-3.0.html
-
-.. |codacy| image:: https://badges.genua.fr/codacy/grade/255c21623d6946ef8802fa7995b61366/master.svg
- :target: https://www.codacy.com/app/valentin-samir/django-cas-server
-
-.. |coverage| image:: https://intranet.genua.fr/coverage/badge/django-cas-server/master.svg
- :target: https://badges.genua.fr/coverage/django-cas-server/master
-
-.. |doc| image:: https://badges.genua.fr/local/readthedocs/?version=latest
- :target: http://django-cas-server.readthedocs.io
|