mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-17 19:35:42 +02:00
Update changelog, bump version
This commit is contained in:
+30
-6
@@ -1,5 +1,29 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1.3
|
||||
|
||||
**Release Date: Aug 18, 2024**
|
||||
|
||||
## What's Changed
|
||||
|
||||
### Security Update
|
||||
|
||||
* (Security) CVE-2024-41661 Stored Cross-Site Scripting (XSS) via DNS Record Poisoning reported by @touhidshaikh Advisory https://github.com/yogeshojha/rengine/security/advisories/GHSA-96q4-fj2m-jqf7
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove redundant docker environment variables by @jxdv in https://github.com/yogeshojha/rengine/pull/1353
|
||||
* fix: reNgine installation issue due to orjson and langchain #1362 by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1363
|
||||
* #1364 FIx whois lookup and improve performance by executing various modules of whois lookup to run concurrently by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1368
|
||||
* chores: Add error handling for the curl command by @gitworkflows in https://github.com/yogeshojha/rengine/pull/1367
|
||||
* Update Github Actions Workflows by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1369
|
||||
* chores: Fix docker build on master by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1373
|
||||
|
||||
#### New Contributors
|
||||
* @gitworkflows made their first contribution in https://github.com/yogeshojha/rengine/pull/1367
|
||||
|
||||
**Full Changelog**: https://github.com/yogeshojha/rengine/compare/v2.1.2...v2.1.3
|
||||
|
||||
## 2.1.2
|
||||
|
||||
**Release Date: July 30, 2024**
|
||||
@@ -44,7 +68,7 @@
|
||||
* Fix #1315 Fix for todo URLs not compatible with slugs by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1316
|
||||
* Fixes #1122 But in port service lookup that caused multiple entries of Port with same port number but different service name/description by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1317
|
||||
|
||||
## New Contributors
|
||||
#### New Contributors
|
||||
* @emmanuel-ferdman made their first contribution in https://github.com/yogeshojha/rengine/pull/1286
|
||||
|
||||
**Full Changelog**: https://github.com/yogeshojha/rengine/compare/v2.1.0...v2.1.1
|
||||
@@ -66,7 +90,7 @@
|
||||
* Release/2.1.0 by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1147
|
||||
* Dockerfile Build Multiple Platforms by @vncloudsco in https://github.com/yogeshojha/rengine/pull/1210
|
||||
|
||||
## New Contributors
|
||||
#### New Contributors
|
||||
* @fopina made their first contribution in https://github.com/yogeshojha/rengine/pull/1230
|
||||
* @iuime made their first contribution in https://github.com/yogeshojha/rengine/pull/1137
|
||||
* @null-ref-0000 made their first contribution in https://github.com/yogeshojha/rengine/pull/1275
|
||||
@@ -91,7 +115,7 @@
|
||||
* Fix/infoga removal by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1249
|
||||
* Fix #1241 by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1251
|
||||
|
||||
## New Contributors
|
||||
#### New Contributors
|
||||
* @Talanor made their first contribution in https://github.com/yogeshojha/rengine/pull/1245
|
||||
* @specters312 made their first contribution in https://github.com/yogeshojha/rengine/pull/1239
|
||||
* @TH3xACE made their first contribution in https://github.com/yogeshojha/rengine/pull/1224
|
||||
@@ -121,7 +145,7 @@
|
||||
* Fix uninitialised variable cmd in custom_subdomain_tools by @cpandya2909 in https://github.com/yogeshojha/rengine/pull/1207
|
||||
* [FIX] security: OS Command Injection vulnerability (x2) #1219 by @0xtejas in https://github.com/yogeshojha/rengine/pull/1227
|
||||
|
||||
## New Contributors :rocket:
|
||||
### New Contributors :rocket:
|
||||
* @yarysp made their first contribution in https://github.com/yogeshojha/rengine/pull/1199
|
||||
* @jostasik made their first contribution in https://github.com/yogeshojha/rengine/pull/1226
|
||||
* @cpandya2909 made their first contribution in https://github.com/yogeshojha/rengine/pull/1207
|
||||
@@ -144,7 +168,7 @@
|
||||
* Change Redirect URL after login to prevent 500 error by @psyray in https://github.com/yogeshojha/rengine/pull/1124
|
||||
* fix-1030: Add missing slug on target summary link by @psyray in https://github.com/yogeshojha/rengine/pull/1123
|
||||
|
||||
## New Contributors
|
||||
### New Contributors
|
||||
* @Deathpoolxrs made their first contribution in https://github.com/yogeshojha/rengine/pull/1149
|
||||
* @ErdemOzgen made their first contribution in https://github.com/yogeshojha/rengine/pull/1126
|
||||
|
||||
@@ -196,7 +220,7 @@
|
||||
* Fix report generation when `Ignore Informational Vulnerabilities` checked by @psyray in https://github.com/yogeshojha/rengine/pull/1100
|
||||
* fix(tool_arsenal): incorrect regex version numbers by @AnonymousWP in https://github.com/yogeshojha/rengine/pull/1086
|
||||
|
||||
## New Contributors
|
||||
### New Contributors
|
||||
* @luizmlo made their first contribution in https://github.com/yogeshojha/rengine/pull/1029 :partying_face:
|
||||
* @aqhmal made their first contribution in https://github.com/yogeshojha/rengine/pull/1021 :partying_face:
|
||||
* @C0wnuts made their first contribution in https://github.com/yogeshojha/rengine/pull/973 :partying_face:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<h3>reNgine: The Ultimate Web Reconnaissance & Vulnerability Scanner 🚀</h3>
|
||||
</p>
|
||||
|
||||
<p align="center"><a href="https://github.com/yogeshojha/rengine/releases" target="_blank"><img src="https://img.shields.io/badge/version-v2.1.2-informational?&logo=none" alt="reNgine Latest Version" /></a> <a href="https://www.gnu.org/licenses/gpl-3.0" target="_blank"><img src="https://img.shields.io/badge/License-GPLv3-red.svg?&logo=none" alt="License" /></a> <a href="#" target="_blank"><img src="https://img.shields.io/badge/first--timers--only-friendly-blue.svg?&logo=none" alt="" /></a></p>
|
||||
<p align="center"><a href="https://github.com/yogeshojha/rengine/releases" target="_blank"><img src="https://img.shields.io/badge/version-v2.1.3-informational?&logo=none" alt="reNgine Latest Version" /></a> <a href="https://www.gnu.org/licenses/gpl-3.0" target="_blank"><img src="https://img.shields.io/badge/License-GPLv3-red.svg?&logo=none" alt="License" /></a> <a href="#" target="_blank"><img src="https://img.shields.io/badge/first--timers--only-friendly-blue.svg?&logo=none" alt="" /></a></p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.youtube.com/watch?v=Xk_YH83IQgg" target="_blank"><img src="https://img.shields.io/badge/BlackHat--Arsenal--Asia-2023-blue.svg?logo=none" alt="" /></a>
|
||||
|
||||
@@ -96,7 +96,7 @@ services:
|
||||
- POSTGRES_HOST=${POSTGRES_HOST}
|
||||
# THIS IS A MUST FOR CHECKING UPDATE, EVERYTIME A COMMIT IS MERGED INTO
|
||||
# MASTER, UPDATE THIS!!! MAJOR.MINOR.PATCH https://semver.org/
|
||||
- RENGINE_CURRENT_VERSION='2.1.2'
|
||||
- RENGINE_CURRENT_VERSION='2.1.3'
|
||||
volumes:
|
||||
- ./web:/usr/src/app
|
||||
- github_repos:/usr/src/github
|
||||
|
||||
+1
-1
@@ -98,7 +98,7 @@ services:
|
||||
- DJANGO_SUPERUSER_PASSWORD=${DJANGO_SUPERUSER_PASSWORD}
|
||||
# THIS IS A MUST FOR CHECKING UPDATE, EVERYTIME A COMMIT IS MERGED INTO
|
||||
# MASTER, UPDATE THIS!!! MAJOR.MINOR.PATCH https://semver.org/
|
||||
- RENGINE_CURRENT_VERSION='2.1.2'
|
||||
- RENGINE_CURRENT_VERSION='2.1.3'
|
||||
volumes:
|
||||
- ./web:/usr/src/app
|
||||
- github_repos:/usr/src/github
|
||||
|
||||
@@ -17,7 +17,7 @@ Dashboard
|
||||
{% endblock custom_js_css_link %}
|
||||
|
||||
{% block breadcrumb_title %}
|
||||
<span class="badge badge-soft-info">reNgine 2.1.2</span>
|
||||
<span class="badge badge-soft-info">reNgine 2.1.3</span>
|
||||
{% endblock breadcrumb_title %}
|
||||
|
||||
{% block main_content %}
|
||||
|
||||
@@ -170,18 +170,18 @@
|
||||
<div class="logo-box">
|
||||
<a href="{% url 'dashboardIndex' current_project.slug %}" class="logo logo-dark text-center">
|
||||
<span class="logo-sm">
|
||||
<h3 class="text-logo vertical-center">reNgine <small>2.1.2</small></h3>
|
||||
<h3 class="text-logo vertical-center">reNgine <small>2.1.3</small></h3>
|
||||
</span>
|
||||
<span class="logo-lg">
|
||||
<h3 class="text-logo vertical-center">reNgine <small>2.1.2</small></h3>
|
||||
<h3 class="text-logo vertical-center">reNgine <small>2.1.3</small></h3>
|
||||
</span>
|
||||
</a>
|
||||
<a href="{% url 'dashboardIndex' current_project.slug %}" class="logo logo-light text-center">
|
||||
<span class="logo-sm">
|
||||
<h3 class="text-sm-logo vertical-center">reNgine <small>2.1.2</small></h3>
|
||||
<h3 class="text-sm-logo vertical-center">reNgine <small>2.1.3</small></h3>
|
||||
</span>
|
||||
<span class="logo-lg">
|
||||
<h3 class="text-lg-logo vertical-center">reNgine <small>2.1.2</small></h3>
|
||||
<h3 class="text-lg-logo vertical-center">reNgine <small>2.1.3</small></h3>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<h3 class="">Login to reNgine</h3>
|
||||
<p>Current release: v2.1.2</p>
|
||||
<p>Current release: v2.1.3</p>
|
||||
</div>
|
||||
<div class="alert alert-primary" role="alert">
|
||||
<a href="https://rengine.wiki" target="_blank">Learn how to create reNgine account.</a>
|
||||
|
||||
Reference in New Issue
Block a user