Merge fork updates: Add ChromeDriver binaries, remove deprecated module, and sync with v1.3 upstream#10
Open
donovan-sec wants to merge 4 commits intoiamunixtz:mainfrom
Open
Merge fork updates: Add ChromeDriver binaries, remove deprecated module, and sync with v1.3 upstream#10donovan-sec wants to merge 4 commits intoiamunixtz:mainfrom
donovan-sec wants to merge 4 commits intoiamunixtz:mainfrom
Conversation
- Add chromedriver.exe for Windows platform - Include ChromeDriver license file - Add compressed chromedriver_win32.zip archive 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Accept upstream security updates and improvements - Remove deprecated lazyxssrecon.py file - Sync with latest v1.3 release 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⛔ Files ignored due to path filters (2)
You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description / Summary
This PR merges in the changes from
invisigoth29intoiamunixtz/LazyXssto bring in enhancements and keep alignment with the upstream branch. The notable changes are:Add ChromeDriver binaries & license
chromedriver.exe(Windows binary) was added.chromedriver_win32.ziparchive was included.Merge upstream changes / version sync
lazyxssrecon.pywas removed.lazyxss.py, a merge conflict was resolved by accepting the upstream version.Commit history & context
lazyxssrecon.pyand syncing to version v1.3) was committed.Breaking Changes / Potential Side-Effects
lazyxssrecon.pymay break scripts or workflows that depend on it.chromedriver.exe) inside the repo increases its footprint, and may complicate CI / packaging.lazyxss.py(choosing upstream version) could have dropped fork-specific features — we should review carefully.Impact / Risk Assessment
lazyxssrecon.pyTesting / Validation
chromedriver.exeis Windows-specific.lazyxss.pyaround merged code to make sure no logic is lost or altered unintentionally.Checklist
lazyxssrecon.py