Skip to content

Strips URL params before sending URL to pipeline#200

Open
DecentralizedDan wants to merge 1 commit into
mainfrom
dan/strip-params
Open

Strips URL params before sending URL to pipeline#200
DecentralizedDan wants to merge 1 commit into
mainfrom
dan/strip-params

Conversation

@DecentralizedDan

Copy link
Copy Markdown
Contributor

Fixes #173

Comment thread source/predicates.py

def url_malicious_p(url):
"""Strip URL parameters to protect sensitive user information"""
url = urlparse(url)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will fail on malformed URLs!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Strip URL parameters before sending to BE

2 participants