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

Release 1.1.0 #28

Merged
merged 29 commits into from
Mar 13, 2024
Merged

Release 1.1.0 #28

merged 29 commits into from
Mar 13, 2024

Conversation

jankapunkt
Copy link
Member

@jankapunkt jankapunkt commented Sep 26, 2023

Summary

This is a minor release for otu.lea, fixing several issues:

  • standard lint fix
  • i18n for routes
  • use swap for font display
  • font preloading
  • updated logo
  • Use Smikolon Bold font for all Bold texts
  • remove unused code
  • flag docs as from DB in generateFeedback (caching)
  • improved jsDoc
  • added changelog
  • fix some renderer issues with markdown texts
  • update tts; fixing some common issues with loading in some browsers (Edge, FF)

Comment on lines +21 to +24
const transformed = text
.replace(/§§/g, i18n.get('pages.legal.paragraphs'))
.replace(/§/g, i18n.get('pages.legal.paragraph'))
.replace(/<[^>]*>/g, '')

Check failure

Code scanning / CodeQL

Incomplete multi-character sanitization

This string may still contain [<script](1), which may cause an HTML element injection vulnerability.
@jankapunkt jankapunkt merged commit ab68542 into master Mar 13, 2024
5 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.

1 participant