Use defusedxml
Some checks failed
Lint / test (push) Successful in 25s
Trivy / test (push) Successful in 26s
CI / test (push) Failing after 40s

This commit is contained in:
Miguel Jacq 2025-11-27 14:57:47 +11:00
parent 8b8a95a796
commit 1a7359fc3c
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 15 additions and 3 deletions

View file

@ -1,11 +1,11 @@
from __future__ import annotations
from defusedxml import ElementTree as ET
from pathlib import Path
import configparser
import pytest
import textwrap
import yaml
import xml.etree.ElementTree as ET
import jinjaturtle.core as core
from jinjaturtle.core import (