Headline
CVE-2023-5564: enable markdown syntax in custom_notes field · Froxlor/Froxlor@e8ed430
Cross-site Scripting (XSS) - Stored in GitHub repository froxlor/froxlor prior to 2.1.0-dev1.
Skip to content
Actions
Automate any workflow
Packages
Host and manage packages
Security
Find and fix vulnerabilities
Codespaces
Instant dev environments
Copilot
Write better code with AI
Code review
Manage code changes
Issues
Plan and track work
Discussions
Collaborate outside of code
GitHub Sponsors
Fund open source developers
* The ReadME Project
GitHub community articles
- Pricing
Search code, repositories, users, issues, pull requests…
Provide feedback
Saved searches****Use saved searches to filter your results more quickly
Sign up
Notifications
Fork 448
Code
Issues 42
Pull requests 5
Actions
Projects 3
Wiki
Security
Insights
Commit
Permalink
Browse files
Browse the repository at this point in the history
enable markdown syntax in custom_notes field
Signed-off-by: Michael Kaufmann [email protected]
- Loading branch information
d00p committed
Oct 2, 2023
1 parent a808a3f commit e8ed430
Showing 9 changed files with 511 additions and 39 deletions.
- composer.json
- composer.lock
- Markdown.php
- Customer.php
- Text.php
- FroxlorTwig.php
- de.lng.php
- en.lng.php
- index.html.twig
4 changes: 2 additions & 2 deletions composer.json
Expand Up
@@ -53,10 +53,10 @@
"froxlor/idna-convert-legacy": "^2.1",
"voku/anti-xss": "^4.1",
"twig/twig": "^3.3",
"erusev/parsedown": "^1.7",
"symfony/console": "^5.4",
"pear/net_dns2": "^1.5",
"amnuts/opcache-gui": “^3.4”
"amnuts/opcache-gui": "^3.4",
"league/commonmark": “^2.4”
},
"require-dev": {
"phpunit/phpunit": "^9",
Expand Down
0 comments on commit e8ed430
Please sign in to comment.
Related news
Cross-site Scripting (XSS) - Stored in GitHub repository froxlor/froxlor prior to 2.1.0-dev1.