Skip to content

Commit

Permalink
Merge pull request #1346 from yogeshojha/1343-bug-after-updating-from…
Browse files Browse the repository at this point in the history
…-v211-to-v212-web-gui-still-show-v211

update version and changelog for 2.1.2
  • Loading branch information
yogeshojha authored Jul 31, 2024
2 parents ff7a64d + eefab80 commit 20543d8
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 2.1.2

**Release Date: July 30, 2024**

## What's Changed

### Security update
* (Security) CVE-2024-41661 Fix Authenticated command injection in WAF detection tool reported by @n-thumann Advisory https://github.com/yogeshojha/rengine/security/advisories/GHSA-fx7f-f735-vgh4

### Bug Fixes

* Fix issue while initiating periodic and clocked scan #1322 by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1328
* Fix 500 error on "Test Hackerone api Key" by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1332
* UI Typos and bug Fixes #1333 by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1334
* Fix error during tool update Fixes #1152 by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1335
* Upgrade setuptools to 72.1.0 to resolve installation error by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1338
* (chores) Fix github pages build by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1339
* Fix subdomain import for subdomains with suffixes more than 4 chars Fixes #1128 by @yogeshojha in https://github.com/yogeshojha/rengine/pull/1340

**Full Changelog**: https://github.com/yogeshojha/rengine/compare/v2.1.1...v2.1.2


## 2.1.1

**Release Date: July 20, 2024**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-informational?&logo=none" alt="reNgine Latest Version" /></a>&nbsp;<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>&nbsp;<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.2-informational?&logo=none" alt="reNgine Latest Version" /></a>&nbsp;<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>&nbsp;<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>&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
- RENGINE_CURRENT_VERSION='2.1.2'
volumes:
- ./web:/usr/src/app
- github_repos:/usr/src/github
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1'
- RENGINE_CURRENT_VERSION='2.1.2'
volumes:
- ./web:/usr/src/app
- github_repos:/usr/src/github
Expand Down
2 changes: 1 addition & 1 deletion web/dashboard/templates/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% endblock custom_js_css_link %}

{% block breadcrumb_title %}
<span class="badge badge-soft-info">reNgine 2.1.1</span>
<span class="badge badge-soft-info">reNgine 2.1.2</span>
{% endblock breadcrumb_title %}

{% block main_content %}
Expand Down
8 changes: 4 additions & 4 deletions web/templates/base/_items/top_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,18 @@ <h6 class="text-overflow m-0">Welcome {{user.get_username}}!</h6>
<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&nbsp;<small>2.1.1</small></h3>
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.1.2</small></h3>
</span>
<span class="logo-lg">
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.1.1</small></h3>
<h3 class="text-logo vertical-center">reNgine&nbsp;<small>2.1.2</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&nbsp;<small>2.1.1</small></h3>
<h3 class="text-sm-logo vertical-center">reNgine&nbsp;<small>2.1.2</small></h3>
</span>
<span class="logo-lg">
<h3 class="text-lg-logo vertical-center">reNgine&nbsp;<small>2.1.1</small></h3>
<h3 class="text-lg-logo vertical-center">reNgine&nbsp;<small>2.1.2</small></h3>
</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/base/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</a>
</div>
<h3 class="">Login to reNgine</h3>
<p>Current release: v2.1.1</p>
<p>Current release: v2.1.2</p>
</div>
<div class="alert alert-primary" role="alert">
<a href="https://rengine.wiki" target="_blank">Learn how to create reNgine account.</a>
Expand Down

0 comments on commit 20543d8

Please sign in to comment.