Codebase list python-faraday / 2e8fb5f
Add a patch to remove privacy-breach Sophie Brun 4 years ago
7 changed file(s) with 46 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 From: Sophie Brun <[email protected]>
1 Date: Thu, 26 Dec 2019 14:17:44 +0100
2 Subject: Remove privacy-breach
3
4 ---
5 faraday/server/www/script/showdown.js | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/faraday/server/www/script/showdown.js b/faraday/server/www/script/showdown.js
9 index 841d456..d00b12b 100644
10 --- a/faraday/server/www/script/showdown.js
11 +++ b/faraday/server/www/script/showdown.js
12 @@ -2252,7 +2252,7 @@ showdown.helper.emojis = {
13 'zzz':'\ud83d\udca4',
14
15 /* special emojis :P */
16 - 'octocat': '<img width="20" height="20" align="absmiddle" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png">',
17 + /* 'octocat': '<img width="20" height="20" align="absmiddle" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png">',*/
18 'showdown': '<img width="20" height="20" align="absmiddle" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAS1BMVEX///8jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS0jJS3b1q3b1q3b1q3b1q3b1q3b1q3b1q3b1q0565CIAAAAGXRSTlMAQHCAYCCw/+DQwPCQUBAwoHCAEP+wwFBgS2fvBgAAAUZJREFUeAHs1cGy7BAUheFFsEDw/k97VTq3T6ge2EmdM+pvrP6Iwd74XV9Kb52xuMU4/uc1YNgZLFOeV8FGdhGrNk5SEgUyPxAEdj4LlMRDyhVAMVEa2M7TBSeVZAFPdqHgzSZJwPKgcLFLAooHDJo4EDCw4gAtBoJA5UFj4Ng5LOGLwVXZuoIlji/jeQHFk7+baHxrCjeUwB9+s88KndvlhcyBN5BSkYNQIVVb4pV+Npm7hhuKDs/uMP5KxT3WzSNNLIuuoDpMmuAVMruMSeDyQBi24DTr43LAY7ILA1QYaWkgfHzFthYYzg67SQsCbB8GhJUEGCtO9n0rSaCLxgJQjS/JSgMTg2eBDEHAJ+H350AsjYNYscrErgI2e/l+mdR967TCX/v6N0EhPECYCP0i+IAoYQOE8BogNhQMEMdrgAQWHaMAAGi5I5euoY9NAAAAAElFTkSuQmCC">'
19 };
20
77 1 file changed, 1 insertion(+), 1 deletion(-)
88
99 diff --git a/requirements_server.txt b/requirements_server.txt
10 index 5abe3af..989bffd 100644
10 index 0b13f64..93769e5 100644
1111 --- a/requirements_server.txt
1212 +++ b/requirements_server.txt
1313 @@ -7,7 +7,7 @@ Flask-SQLAlchemy>=2.3.1
1212 ---
1313 faraday/client/start_client.py | 46 ++++++------
1414 faraday/manage.py | 10 +--
15 faraday/server/commands/status_check.py | 124 ++++++++++++++++----------------
16 3 files changed, 90 insertions(+), 90 deletions(-)
15 faraday/server/commands/status_check.py | 120 ++++++++++++++++----------------
16 3 files changed, 88 insertions(+), 88 deletions(-)
1717
18 diff --git a/faraday/client/start_client.py b/faraday/client/start_client.py
19 index d309273..5f84a98 100755
1820 --- a/faraday/client/start_client.py
1921 +++ b/faraday/client/start_client.py
2022 @@ -180,9 +180,9 @@ def getParserArgs():
8486
8587 def setConf():
8688 """
89 diff --git a/faraday/manage.py b/faraday/manage.py
90 index f2ff928..5b68159 100755
8791 --- a/faraday/manage.py
8892 +++ b/faraday/manage.py
8993 @@ -100,9 +100,9 @@ def sql_shell():
98102
99103 selected = False
100104 exit_code = 0
101 @@ -116,9 +116,9 @@ def status_check(check_postgresql, check
105 @@ -116,9 +116,9 @@ def status_check(check_postgresql, check_faraday, check_dependencies, check_conf
102106 status_check_functions.print_faraday_status()
103107 selected = True
104108
111115
112116 if check_config:
113117 status_check_functions.print_config_status()
118 diff --git a/faraday/server/commands/status_check.py b/faraday/server/commands/status_check.py
119 index 596830e..6a0608f 100644
114120 --- a/faraday/server/commands/status_check.py
115121 +++ b/faraday/server/commands/status_check.py
116122 @@ -20,7 +20,7 @@ from faraday.server.web import app
66 Don't use pip: we use apt for dependencies management
77 Last-Update: 2019-06-12
88 ---
9 faraday/server/commands/support.py | 26 +++++++++++++-------------
9 faraday/server/commands/support.py | 24 ++++++++++++------------
1010 faraday/utils/dependencies.py | 22 +++++++++++-----------
11 2 files changed, 24 insertions(+), 24 deletions(-)
11 2 files changed, 23 insertions(+), 23 deletions(-)
1212
13 diff --git a/faraday/server/commands/support.py b/faraday/server/commands/support.py
14 index d239206..3da0585 100644
1315 --- a/faraday/server/commands/support.py
1416 +++ b/faraday/server/commands/support.py
1517 @@ -8,10 +8,10 @@ from colorama import Fore, Style
5860 pbar.update(1)
5961 revise_os(path)
6062 pbar.update(1)
63 diff --git a/faraday/utils/dependencies.py b/faraday/utils/dependencies.py
64 index ef1956f..a863e6d 100644
6165 --- a/faraday/utils/dependencies.py
6266 +++ b/faraday/utils/dependencies.py
63 @@ -5,11 +5,11 @@ See the file 'doc/LICENSE' for the licen
67 @@ -5,11 +5,11 @@ See the file 'doc/LICENSE' for the license information
6468
6569 """
6670 import sys
7781 import pkg_resources
7882
7983
80 @@ -36,12 +36,12 @@ def check_dependencies(requirements_file
84 @@ -36,12 +36,12 @@ def check_dependencies(requirements_file='requirements.txt'):
8185 return installed, missing, conflict
8286
8387
1515 1 file changed, 1 insertion(+), 1 deletion(-)
1616
1717 diff --git a/requirements_server.txt b/requirements_server.txt
18 index d15591f..5abe3af 100644
18 index 965de9a..0b13f64 100644
1919 --- a/requirements_server.txt
2020 +++ b/requirements_server.txt
2121 @@ -24,7 +24,7 @@ tqdm>=4.15.0
88 are not required and/or not availbalbe in Kali.
99 Last-Update: 2019-06-12
1010 ---
11 faraday/manage.py | 36 ++++++++++++++++++------------------
11 faraday/manage.py | 26 +++++++++++++-------------
1212 requirements.txt | 2 --
1313 requirements_server.txt | 1 -
1414 3 files changed, 18 insertions(+), 21 deletions(-)
6363 cli.add_command(status_check)
6464 cli.add_command(create_tables)
6565 cli.add_command(change_password)
66 diff --git a/requirements.txt b/requirements.txt
67 index 8c39b12..19817a9 100644
6668 --- a/requirements.txt
6769 +++ b/requirements.txt
6870 @@ -5,11 +5,9 @@ deprecation>=1.0.1
7779 cairocffi==0.9.0
7880 pycairo==1.18.1
7981 PyGObject==3.32.1
82 diff --git a/requirements_server.txt b/requirements_server.txt
83 index f3062a4..965de9a 100644
8084 --- a/requirements_server.txt
8185 +++ b/requirements_server.txt
8286 @@ -12,7 +12,6 @@ future>=0.17.1
22 remove-unwanted-requirements.patch
33 keep-using-filteralchemy-name.patch
44 change-minimal-required-version-of-flask.patch
5 Remove-privacy-breach.patch