Extensions: improve validation for tagline and other fields
commit9a0d338af0fbce34287bb7934ce2edbabb888eb1
authorCampbell Barton <ideasman42@gmail.com>
Wed, 15 May 2024 00:43:30 +0000 (15 10:43 +1000)
committerCampbell Barton <ideasman42@gmail.com>
Wed, 15 May 2024 00:44:41 +0000 (15 10:44 +1000)
tree7a0f0465fa0511f854a54f92dd4d1d45becde7ac
parent8dfc1e183d7f7cffbe0bfc9db8e60d027c7039bb
Extensions: improve validation for tagline and other fields

- Ensure control characters aren't used in name, tagline, maintain &
  website fields.
- Check a tagline is no more than 64 characters long and doesn't
  end with punctuation.
bl_pkg/cli/blender_ext.py
bl_pkg/tests/test_cli.py