Skip to content

Commit a70c333

Browse files
Update icon font & security policy
1 parent b61adbc commit a70c333

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ During the beta phase, we will only patch security vulnerabilities in the [lates
2020
* You may encrypt the e-mail if you want (PGP key: `0x8A2DEA1DBAEBCA9E`).
2121
* Avoid including any confidential information in the e-mail.
2222
* Provide your GitHub username (if available), so that we can invite you to collaborate on a [security advisory][advisories].
23+
* Alternatively, you can report the vulnerability [here][report].
2324

2425
[advisories]: https://help.github.com/en/articles/about-maintainer-security-advisories
26+
[report]: https://github.com/mangadventure/MangAdventure/security/advisories/new
2527

2628
<!-- vim:set wrap brk=\ !*-+;,? lbr: -->

MangAdventure/templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<link href="{% url 'manifest' %}" rel="manifest" type="application/manifest+json">
4949
<link href="{% url 'opensearch' %}" rel="search" title="{{ config.NAME }}"
5050
type="application/opensearchdescription+xml">
51-
<link href="https://cdn.statically.io/gh/mangadventure/font/6363939/dist/mangadventure.css"
52-
integrity="sha384-H1ngkuzUHs3gdzggMN3f3+uloJM6QYgmJhtIMaTbcXk9UymtkKk4PAjsCajEmDxi"
51+
<link href="https://cdn.statically.io/gh/mangadventure/font/962fc56/dist/mangadventure.css"
52+
integrity="sha384-E9mWT8anu+llDRZWGNe7f60aZ8ZX3BWK6vmL8O2tg6nhZN1XuDwGdf71seCrjnjr"
5353
rel="stylesheet" type="text/css" crossorigin="anonymous">
5454
<link href="{{ config.FONT_URL }}" rel="stylesheet" type="text/css" crossorigin="anonymous">
5555
{% endcache %}

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Finally, install MangAdventure inside the activated virtualenv:
4141

4242
.. code-block:: bash
4343
44-
pip install -e "git+https://github.com/mangadventure/MangAdventure@v0.9.1#egg=mangadventure"
44+
pip install -e "git+https://github.com/mangadventure/MangAdventure@v0.9.2#egg=mangadventure"
4545
4646
MangAdventure also provides the following extras:
4747

@@ -55,7 +55,7 @@ For example, you can install ``csp`` & ``uwsgi`` like so:
5555

5656
.. code-block:: bash
5757
58-
pip install -e "git+https://github.com/mangadventure/MangAdventure@v0.9.1#egg=mangadventure[csp,uwsgi]"
58+
pip install -e "git+https://github.com/mangadventure/MangAdventure@v0.9.2#egg=mangadventure[csp,uwsgi]"
5959
6060
.. _MySQL database support:
6161
https://mysql.com/

0 commit comments

Comments
 (0)