[PR #62] [MERGED] feat(web): add --insecure flag to skip SSL/TLS verification #63

Closed
opened 2026-03-02 04:08:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gadievron/raptor/pull/62
Author: @danielcuthbert
Created: 1/23/2026
Status: Merged
Merged: 1/29/2026
Merged by: @danielcuthbert

Base: mainHead: feature/ssl-skip-flag


📝 Commits (1)

  • 4c7461e feat(web): add --insecure flag to skip SSL/TLS verification

📊 Changes

2 files changed (+11 additions, -6 deletions)

View changed files

📝 packages/web/client.py (+5 -2)
📝 packages/web/scanner.py (+6 -4)

📄 Description

As wisely noted, when using RAPTOR on local apps, you do need the option to live wild and disable SSL verification, so this PR adds that.

 parser.add_argument("--insecure", action="store_true", help="Skip SSL/TLS certificate verification (INSECURE but you know what you are doing, right?)")

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gadievron/raptor/pull/62 **Author:** [@danielcuthbert](https://github.com/danielcuthbert) **Created:** 1/23/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@danielcuthbert](https://github.com/danielcuthbert) **Base:** `main` ← **Head:** `feature/ssl-skip-flag` --- ### 📝 Commits (1) - [`4c7461e`](https://github.com/gadievron/raptor/commit/4c7461e0c8d7fedc3d9ab8128e674885947512c4) feat(web): add --insecure flag to skip SSL/TLS verification ### 📊 Changes **2 files changed** (+11 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/web/client.py` (+5 -2) 📝 `packages/web/scanner.py` (+6 -4) </details> ### 📄 Description As wisely noted, when using RAPTOR on local apps, you do need the option to live wild and disable SSL verification, so this PR adds that. ``` parser.add_argument("--insecure", action="store_true", help="Skip SSL/TLS certificate verification (INSECURE but you know what you are doing, right?)") ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:08:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/raptor#63
No description provided.