Code quality + Security related changes #2184

Merged
anand-skss merged 2 commits from code-quality1 into v0.6 2024-02-28 04:35:51 +01:00
anand-skss commented 2024-02-27 13:09:16 +01:00 (Migrated from github.com)

Code Quality improvement

  • Suppressed subprocess module related bandit warning as there is no additional risk of remote exploitation or privilege escalation
  • Added possible exception and suppressed try-catch-pass bandit warnings as per the requirement
  • Included defusedxml package for parsing xml strings as parsestring function from xml.dom.minidom package has some security vulnerability.
  • Cleaned upnp schema by removing char other than alphanumeric - and :
## Code Quality improvement * Suppressed subprocess module related bandit warning as there is no additional risk of remote exploitation or privilege escalation * Added possible exception and suppressed try-catch-pass bandit warnings as per the requirement ## Security related changes * Included `defusedxml` package for parsing xml strings as `parsestring` function from `xml.dom.minidom` package has some security vulnerability. * Cleaned upnp schema by removing char other than `alphanumeric` `-` and `:`
PeterSurda (Migrated from github.com) approved these changes 2024-02-28 04:11:47 +01:00
This repo is archived. You cannot comment on pull requests.
No description provided.