From 34d04a3c8ac8fa35dd32cf90d8fdb8583b212a94 Mon Sep 17 00:00:00 2001 From: Pablo Santiago Date: Sat, 8 Jul 2023 14:47:33 +0200 Subject: [PATCH] Upgrade Django version to 3.2.20 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- rekono/frontend/package-lock.json | 4 ++-- rekono/frontend/package.json | 2 +- rekono/rekono/settings.py | 2 +- requirements.txt | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf6d7ee3..fd27365ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.6.2] - 2023-07-08 + +### Security + +- Upgrade `Django` version to `3.2.20` (https://github.com/pablosnt/rekono/issues/233) + + ## [1.6.1] - 2023-05-31 ### Security diff --git a/README.md b/README.md index d678a5088..99c9bc111 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Go to https://127.0.0.1/ Rekono Desktop is a standalone app with all features, that can be installed and executed locally. It's the best and easiest option for personal and local usage. Execue the following command to install it: ```bash -wget https://github.com/pablosnt/rekono/releases/download/1.6.1/rekono-desktop_1.6.1_amd64.deb && dpkg -i rekono-desktop_1.6.1_amd64.deb || apt -f install -y +wget https://github.com/pablosnt/rekono/releases/download/1.6.2/rekono-desktop_1.6.2_amd64.deb && dpkg -i rekono-desktop_1.6.2_amd64.deb || apt -f install -y ``` > Default credentials are `rekono:rekono`. For security reasons, **password should be changed** the first time you access the account diff --git a/rekono/frontend/package-lock.json b/rekono/frontend/package-lock.json index 7731e1028..9eca40700 100644 --- a/rekono/frontend/package-lock.json +++ b/rekono/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "rekono", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rekono", - "version": "1.6.1", + "version": "1.6.2", "hasInstallScript": true, "dependencies": { "axios": "^0.27.2", diff --git a/rekono/frontend/package.json b/rekono/frontend/package.json index a2fb36956..62882969f 100644 --- a/rekono/frontend/package.json +++ b/rekono/frontend/package.json @@ -1,6 +1,6 @@ { "name": "rekono", - "version": "1.6.1", + "version": "1.6.2", "description": "Rekono is an automation platform that combines different hacking tools to complete pentesting processes", "author": "Pablo Santiago López ", "homepage": "https://github.com/pablosnt/rekono", diff --git a/rekono/rekono/settings.py b/rekono/rekono/settings.py index 06e6426bc..0f20f68c2 100644 --- a/rekono/rekono/settings.py +++ b/rekono/rekono/settings.py @@ -40,7 +40,7 @@ # Rekono description DESCRIPTION = 'Rekono is an automation platform that combines different hacking tools to complete pentesting processes' -VERSION = '1.6.1' # Rekono version +VERSION = '1.6.2' # Rekono version TESTING = 'test' in sys.argv # Tests execution ################################################################################ diff --git a/requirements.txt b/requirements.txt index 465582fe1..48f614749 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ coverage==6.3.1 defusedxml==0.7.1 -Django==3.2.19 +Django==3.2.20 djangorestframework==3.12.4 djangorestframework-simplejwt==5.2.2 django-filter==21.1