mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 16:19:17 +02:00
Update api/funkwhale_api/playlists/utils.py
This commit is contained in:
parent
7af11d3fdb
commit
91875150fb
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
|
|
||||||
# /!\ The next import have xml vulnerabilities but this shouldn't have security implication in funkwhale
|
# /!\ The next import have xml vulnerabilities but this shouldn't have security implication in funkwhale
|
||||||
# since there are only used to generate xspf file.
|
# since there are only used to generate xspf file.
|
||||||
from xml.etree.ElementTree import Element, SubElement
|
from xml.etree.ElementTree import Element, SubElement
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue