Skip to content

FT Sanitizer#802

Merged
gthea merged 4 commits intoFME-8434-fallback_baselinefrom
FME-8352-ft-sanitizer
Aug 25, 2025
Merged

FT Sanitizer#802
gthea merged 4 commits intoFME-8434-fallback_baselinefrom
FME-8352-ft-sanitizer

Conversation

@gthea
Copy link
Contributor

@gthea gthea commented Aug 22, 2025

Android SDK

What did you accomplish?

  • Sanitizer for fallback treatments.

@gthea gthea self-assigned this Aug 22, 2025
@sonarqube-pull-requests
Copy link

@gthea gthea marked this pull request as ready for review August 22, 2025 17:56
@gthea gthea requested a review from a team as a code owner August 22, 2025 17:56
return false;
}
return flagName.length() <= MAX_FLAG_NAME_LENGTH && !flagName.contains(" ");
}
Copy link

Choose a reason for hiding this comment

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

I think we need to match the UI for ff and treatment names, here is the message I see in UI:
Please rename your split. Split names must start with a letter and can contain "-_ a-z A-Z 0-9"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good. I'll have to double check how these values impact posted impressions.

Copy link

@chillaq chillaq Aug 22, 2025

Choose a reason for hiding this comment

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

We can use this regex:
^[a-zA-Z][a-zA-Z0-9-_$;]+$

Copy link
Contributor Author

Choose a reason for hiding this comment

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

TBD, we'll tighten the definition in the coming days.

Base automatically changed from FME-8351 to FME-8434-fallback_baseline August 22, 2025 20:37
@gthea gthea merged commit 4de6cff into FME-8434-fallback_baseline Aug 25, 2025
3 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.

2 participants