Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the URL pattern regex to correctly mask the SMB2 passwords #2103

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

arunans23
Copy link
Member

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues in the following format: Resolves issue1, issue2, etc.

$subject

Since the existing URL pattern regex does not capture the numeric characters, it fails to match the smb2 URL that has a numeric character in it. Therefore, the password masking mechanism does not work as intended. This PR updates the URL pattern regex accordingly to overcome this issue.

Fixes wso2/product-ei#5522

@arunans23 arunans23 merged commit f63772c into wso2:master Sep 26, 2023
1 of 2 checks passed
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.

SMB2 Passwords Not Masked in FileSystemException
2 participants