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

Value Sanitizer for ValueWidget #1029

Open
30 of 36 tasks
kevzlou7979 opened this issue Sep 21, 2022 · 0 comments
Open
30 of 36 tasks

Value Sanitizer for ValueWidget #1029

kevzlou7979 opened this issue Sep 21, 2022 · 0 comments

Comments

@kevzlou7979
Copy link
Contributor

kevzlou7979 commented Sep 21, 2022

  • Standard Sanitizer (Only allows standard characters)
  • Reserved Strings
  • Numeric
  • Special Characters
  • Non-whitespace C0 controls
  • Non-whitespace C1 controls
  • Whitespace: all of the characters with category Zs, Zl, or Zp
  • Unicode additional control characters: all of the characters with general category Cf (in Unicode 8.0.0).
  • Subscript/Superscript
  • Accents
  • Quotation Marks
  • Ogham
  • Two-Byte Characters
  • Greek
  • Special Unicode Characters Union
  • Chinese Characters
  • Japanese
  • Emoji
  • Regional Indicator Symbols
  • Unicode Numbers
  • Right-To-Left Strings (RTL)
  • Ogham Text
  • Trick Unicode
  • Zalgo Text
  • Currency Symbols
  • Letterlike Symbols
  • Fractions, Roman Numerals, etc.
  • Arrows
  • Shapes
  • Block Symbols
  • Math Operators and Symbols
  • Control Pictures
  • Unicode Upsidedown
  • Enclosed Alphanumerics
  • Box Drawing
  • Unicode font

Reference
Support List - https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt
Reserved words - https://www.thoughtco.com/reserved-words-in-java-2034200

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

No branches or pull requests

1 participant