chore: update workflow permissions and fix paths in settings (#2227)

* chore: update workflow permissions and fix paths in settings

* dep

* dep upgraes
This commit is contained in:
Alex
2025-12-25 12:26:01 +00:00
committed by GitHub
parent b0eee7be24
commit aef3e0b4bb
6 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import logging
import requests
import re # Import regular expression library
import xml.etree.ElementTree as ET
import defusedxml.ElementTree as ET
from application.parser.remote.base import BaseRemote
from application.core.url_validation import validate_url, SSRFError