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

JiraToken v1: strange email match #3698

Closed
rgmz opened this issue Nov 30, 2024 · 1 comment
Closed

JiraToken v1: strange email match #3698

rgmz opened this issue Nov 30, 2024 · 1 comment
Labels

Comments

@rgmz
Copy link
Contributor

rgmz commented Nov 30, 2024

The JiraToken v1 detector seems to have faulty matching for the email.

email = strings.Split(email[0], " ")
if len(email) != 2 {
continue
}
resEmail := strings.TrimSpace(email[1])

For instance, this includes +\n'" in the email prefix.

Found unverified result 🐷🔑❓
Verification issue: lookup addons.cdn.mozilla: no such host
Detector Type: JiraToken
Decoder Type: PLAIN
Raw result: +
	'"[email protected]:b992a9c4-8f18-47e4-b908-:addons.cdn.mozilla
Rotation_guide: https://howtorotate.com/docs/tutorials/atlassian/
Version: 1
Commit: cc7dfb04892445d4eb593a252b5ca66be2fbbfac
File: src/amoDataCsv.js
Line: 3005
Link: https://github.com/mozilla/preparatory-survey-for-naar-study-addon/blob/cc7dfb04892445d4eb593a252b5ca66be2fbbfac/src/amoDataCsv.js#L3005
Repository: https://github.com/mozilla/preparatory-survey-for-naar-study-addon.git
Timestamp: 2019-06-20 08:26:17 +0000

Tangentially related to #2746 (comment), I still don't know what this logic is trying to accomplish.

@rgmz rgmz added the bug label Nov 30, 2024
@rgmz
Copy link
Contributor Author

rgmz commented Dec 30, 2024

Closing this in favour of #3818.

@rgmz rgmz closed this as completed Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant