Skip to content

fix(scan): fetch wayback source over https#351

Open
TBX3D wants to merge 1 commit into
vmfunc:mainfrom
TBX3D:fix/passive-wayback-tls
Open

fix(scan): fetch wayback source over https#351
TBX3D wants to merge 1 commit into
vmfunc:mainfrom
TBX3D:fix/passive-wayback-tls

Conversation

@TBX3D

@TBX3D TBX3D commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

the wayback machine passive-recon feed was being fetched over plain http, so an on-path attacker able to tamper with the response could inject or drop subdomains/urls from what's meant to be a trusted enumeration source. switched the feed's base url to https, matching the other two passive sources (crt.sh, certspotter), and added a test pinning all three feeds to https.

the wayback passive source used http while the crt.sh and certspotter
sources use https. passive results flatten straight into findings, so
an on-path attacker could tamper with the plaintext response to inject
or strip historical urls. use https to match the other two sources.
@TBX3D
TBX3D requested a review from vmfunc as a code owner July 9, 2026 22:12
@github-actions github-actions Bot added scan changes to scan engine tests test changes size/s <50 lines changed labels Jul 9, 2026
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@7ea1cd2). Learn more about missing BASE report.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #351   +/-   ##
=======================================
  Coverage        ?   54.72%           
=======================================
  Files           ?       81           
  Lines           ?     6874           
  Branches        ?        0           
=======================================
  Hits            ?     3762           
  Misses          ?     2842           
  Partials        ?      270           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

pr summary

2 files changed (+18 -1)

category files
go source 2
tests 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scan changes to scan engine size/s <50 lines changed tests test changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants