You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RamiSouai opened this issue
Feb 21, 2022
· 0 comments
· Fixed by #992
Labels
bugBugsciChanges to the continuous integration setupdependenciesPull requests that update a dependency filepythonIssues based on python implementationsscannerImplement or update a security scannertestingImprovements or additions regarding the test setup
The text was updated successfully, but these errors were encountered:
RamiSouai
added
bug
Bugs
ci
Changes to the continuous integration setup
dependencies
Pull requests that update a dependency file
python
Issues based on python implementations
scanner
Implement or update a security scanner
testing
Improvements or additions regarding the test setup
labels
Feb 21, 2022
bugBugsciChanges to the continuous integration setupdependenciesPull requests that update a dependency filepythonIssues based on python implementationsscannerImplement or update a security scannertestingImprovements or additions regarding the test setup
🐞 Bug report
Describe the bug
Zap-Advanced unit tests fail in the pipline and throw the following error:
ImportError: cannot import name 'soft_unicode' from 'markupsafe'
Steps To Reproduce
Tigger the CI pipeline thourgh a push to the secureCodeBox repository
Expected behavior
The Zap-Advanced unit tests should run successfully
Screenshots / Logs
https://github.com/secureCodeBox/secureCodeBox/runs/5255972111?check_suite_focus=true
Additional context
The zap-advanced scanner depends on HiYaPyCo, which depends on jinja2, which depends on markupsafe. The 17/02/2022 release of markupsafe depricated the soft_unicode API. Jinja2 has aready adressed this issue. But HiYaPyCo hasn't had a realease since March of 2020
The text was updated successfully, but these errors were encountered: