Skip to content

Commit 4fae4a2

Browse files
committed
Bump to 0.10.5
1 parent 0945cb3 commit 4fae4a2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 📆 Changelog
22

3+
## [13. August 2024] - Version 0.10.5
4+
5+
- **General Improvements**: Prevent IndexError by checking for non-empty lists before accessing elements.
6+
37
## [18. July 2024] - Version 0.10.4
48

59
- **CVE ID Export**: Fixed the display of the CVE ID not exporting in HTML.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sploitscan"
7-
version = "0.10.4"
7+
version = "0.10.5"
88
description = "SploitScan is a sophisticated cybersecurity utility designed to provide detailed information on vulnerabilities and associated exploits."
99
authors = [ { name = "Alexander Hagenah", email = "[email protected]" } ]
1010
license = { file = "LICENSE" }

sploitscan/sploitscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from jinja2 import Environment, FileSystemLoader
1818

1919

20-
VERSION = "0.10.4"
20+
VERSION = "0.10.5"
2121

2222
BLUE = "\033[94m"
2323
GREEN = "\033[92m"

0 commit comments

Comments
 (0)