Skip to content

Commit 678beb7

Browse files
committed
Bump versions
1 parent 41bea61 commit 678beb7

5 files changed

Lines changed: 35 additions & 3 deletions

File tree

.mike.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ version_selector: true
22
title_switch: true
33
versions_file: docs/versions/versions.json
44
versions:
5+
- 1.0.1
56
- 1.0.0
67
- 0.1.0
78
- latest
89
aliases:
9-
latest: 1.0.0
10+
latest: 1.0.1

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55

66
___
77

8+
v1.0.1 (2026-03-28)
9+
-------------------
10+
11+
### Fixed
12+
13+
- Removed false-positive suspicious patterns that blocked legitimate web traffic:
14+
- Static file extensions (`.html`, `.js`, `.css`, `.png`, `.jpg`, `.svg`, `.webp`, `.bmp`, `.pl`, `.properties`)
15+
- Common API prefixes (`/api/`, `/rest/`, `/v1/`, `/v2/`, `/status/`, `/config/`)
16+
- Authentication paths (`/login`, `/signin`, `/account/login`)
17+
- Admin paths (`/admin`)
18+
- Static asset directories (`/images/`, `/css/`, `/img/`, `/scripts/`)
19+
- Retained detection for actual recon indicators: legacy server extensions (`.asp`, `.aspx`, `.jsp`, `.cfm`, `.cgi`, etc.), and suspicious management endpoints (`/management`, `/config_dump`, `/credentials`)
20+
21+
___
22+
823
v1.0.0 (2026-03-25)
924
--------------------
1025

docs/release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ Release Notes
1010

1111
___
1212

13+
v1.0.1 (2026-03-28)
14+
-------------------
15+
16+
### Fixed
17+
18+
- Removed false-positive suspicious patterns that blocked legitimate web traffic:
19+
- Static file extensions (`.html`, `.js`, `.css`, `.png`, `.jpg`, `.svg`, `.webp`, `.bmp`, `.pl`, `.properties`)
20+
- Common API prefixes (`/api/`, `/rest/`, `/v1/`, `/v2/`, `/status/`, `/config/`)
21+
- Authentication paths (`/login`, `/signin`, `/account/login`)
22+
- Admin paths (`/admin`)
23+
- Static asset directories (`/images/`, `/css/`, `/img/`, `/scripts/`)
24+
- Retained detection for actual recon indicators: legacy server extensions (`.asp`, `.aspx`, `.jsp`, `.cfm`, `.cgi`, etc.), and suspicious management endpoints (`/management`, `/config_dump`, `/credentials`)
25+
26+
___
27+
1328
v1.0.0 (2026-03-25)
1429
--------------------
1530

docs/versions/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2+
"1.0.1": "1.0.1",
23
"1.0.0": "1.0.0",
34
"0.1.0": "0.1.0",
4-
"latest": "1.0.0"
5+
"latest": "1.0.1"
56
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "guard-core"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Framework-agnostic security engine for the Guard ecosystem."
55
authors = [
66
{name = "Renzo Franceschini", email = "rennf93@users.noreply.github.com"}

0 commit comments

Comments
 (0)