konveyor / tackle2-ui

Tackle (2nd generation) UI component.
Apache License 2.0
8 stars 39 forks source link

[BUG] .join("") could result in false positives within filter string creation #1827

Open ibolton336 opened 7 months ago

ibolton336 commented 7 months ago

Is there an existing issue for this?

Konveyor version

latest

Priority

Critical

Current Behavior

Probably should be .join("^") or some name invalid character so the oddball false positive matches won't happen. "RedItchy" will match "ditch" but "Red^Itchy" will not.

Expected Behavior

No response

How Reproducible

Always (Default)

Steps To Reproduce

No response

Environment

- OS:

Anything else?

No response

konveyor-ci-bot[bot] commented 7 months ago

This issue is currently awaiting triage. If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance. The triage/accepted label can be added by org members.

konveyor-ci-bot[bot] commented 7 months ago

This issue has been marked 'good first issue' Please, make sure it aligns with the criteria found here