Skip to content

Commit d7a8954

Browse files
author
zhuque
committed
chore: bump version to v4.1.8 and update changelog
1 parent c6b9816 commit d7a8954

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v4.1.8] - 2026-05-14
9+
10+
### Fixed
11+
- **Tools**: Make tool name lookup case-insensitive (2e76c7d)
12+
- **Vuln Rules**: Remove 143 duplicate GHSA files that have corresponding CVE references (bf06029)
13+
- **Vuln Rules**: Remove invalid fingerprints (chatgpt-mcp-server/pptagent), fix GHSA-9p3r YAML format (8a19ff8)
14+
- **Vuln Rules**: Restore GHSA files added upstream after base commit (6cdecfd)
15+
16+
### Changed
17+
- **Docs**: Add invitation code application link to all README files (08c356a)
18+
- **Docs**: Add 1 new related paper to README + fix ZH PDF links (2cbc750)
19+
- **Docs**: Add team introduction, core members, and papers section across all READMEs (3ef3cb8)
20+
- **Docs**: Update component count 58→64 and vuln stats 1200+→1300+ across all 9 README languages (0a3b50b)
21+
22+
### Contributors
23+
Special thanks to @feiyang666, @zhuque, @boyhack, @aigsec, @aig-doc-bot, @jucie-pie, @AIG-Bot
24+
25+
---
26+
827
## [v4.1.7] - 2026-04-30
928

1029
### Changed

internal/options/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"fmt"
2525
)
2626

27-
const version = "v4.1.7"
27+
const version = "v4.1.8"
2828

2929
func GetVersion() string {
3030
return version

0 commit comments

Comments
 (0)