Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendsofredaxo/svg_sanitizer
Ein kleines Addon, um Schadcode aus SVG-Dateien zu entfernen.
https://github.com/friendsofredaxo/svg_sanitizer
redaxo redaxo-addon redaxo5
Last synced: about 1 month ago
JSON representation
Ein kleines Addon, um Schadcode aus SVG-Dateien zu entfernen.
- Host: GitHub
- URL: https://github.com/friendsofredaxo/svg_sanitizer
- Owner: FriendsOfREDAXO
- License: mit
- Created: 2022-10-11T15:46:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T10:38:49.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:27:51.225Z (9 months ago)
- Topics: redaxo, redaxo-addon, redaxo5
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG Sanitizer für den REDADXO Medienpool
Ein kleines Addon, um Schadcode aus SVG-Dateien zu entfernen.
Das Addon nutzt einen Sanitizer von Andy Miller, um eventuellen Schadcode vor dem Upload in den Medienpool, wie JavaScript, aus SVG-Dateien zu entfernen.---
Weitere Informationen gibt es z.B. hier:
https://www.fortinet.com/blog/threat-research/scalable-vector-graphics-attack-surface-anatomy
https://www.bjornjohansen.com/svg-in-wordpress
Danke an **[@alxndr-w](https://github.com/alxndr-w)** für den Hinweis auf dom-sanitizer.
### Credits
[rhukster/dom-sanitizer](https://github.com/rhukster/dom-sanitizer)