v1.3.0
KeygraphHQ/shannonv1.3.0May 26, 2026by github-actions[bot]
AI Summary
This release introduces authentication validation preflight checks with email login credentials support, enhances security by blocking cloud metadata IP ranges in target URL validation, and fixes a Docker-related npm installation issue with --ignore-scripts pinning.
Key Highlights
- Added auth-validation preflight with email_login credentials support
- Added cloud metadata IP range blocking in target URL checks
- Fixed Docker npm install --ignore-scripts pinning for global installs
New Features
- auth-validation preflight + email_login credentials
- block cloud metadata range in target URL check
Full Release Notes
# [1.3.0](https://github.com/KeygraphHQ/shannon/compare/v1.2.0...v1.3.0) (2026-05-26) ### Bug Fixes * **docker:** pin --ignore-scripts on global npm installs ([#338](https://github.com/KeygraphHQ/shannon/issues/338)) ([72c424f](https://github.com/KeygraphHQ/shannon/commit/72c424f6879d53bcb18544295f0a62a5e130e5e3)) ### Features * **auth:** auth-validation preflight + email_login credentials ([#335](https://github.com/KeygraphHQ/shannon/issues/335)) ([1af4233](https://github.com/KeygraphHQ/shannon/commit/1af42339b9c2054cf726d12f4b5aa9e30aad107e)) * **preflight:** block cloud metadata range in target URL check ([#337](https://github.com/KeygraphHQ/shannon/issues/337)) ([32c01a3](https://github.com/KeygraphHQ/shannon/commit/32c01a39b1245c1bc1ce1fac6bf264e3d7c70b07))