Skip to content

Commit 9f7ce89

Browse files
docs: update CHANGELOG for v1.8.2 (#174)
1 parent 88bd0f1 commit 9f7ce89

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
---
2323

24+
## [1.8.2] - 2026-05-13
25+
26+
### Added
27+
28+
- Inline `armis:ignore` comment suppression — suppress findings directly in source code with parameterized matching by category, rule, CWE, or severity; supports all major comment syntaxes with security-hardened parsing (#170)
29+
30+
### Fixed
31+
32+
- Recurring findings no longer reopen on the GitHub Code Scanning tab — separated PR and scheduled scan SARIF categories (#171)
33+
- `PrintWarning` now masks secrets consistently with `PrintError` (#172)
34+
- HTTP client disallows redirects to strengthen SSRF protection (#172)
35+
- Inline suppression file handle errors properly propagated instead of suppressed (#172)
36+
- Stale Code Scanning alerts now close correctly when findings are suppressed via inline directives (#173)
37+
38+
---
39+
2440
## [1.8.1] - 2026-05-11
2541

2642
### Added
@@ -285,7 +301,8 @@ Manual entries for significant releases:
285301
286302
-->
287303

288-
[Unreleased]: https://github.com/ArmisSecurity/armis-cli/compare/v1.8.1...HEAD
304+
[Unreleased]: https://github.com/ArmisSecurity/armis-cli/compare/v1.8.2...HEAD
305+
[1.8.2]: https://github.com/ArmisSecurity/armis-cli/compare/v1.8.1...v1.8.2
289306
[1.8.1]: https://github.com/ArmisSecurity/armis-cli/compare/v1.8.0...v1.8.1
290307
[1.8.0]: https://github.com/ArmisSecurity/armis-cli/compare/v1.7.0...v1.8.0
291308
[1.7.0]: https://github.com/ArmisSecurity/armis-cli/compare/v1.6.1...v1.7.0

0 commit comments

Comments
 (0)