blabla1337 / skf-flask

Security Knowledge Framework (SKF) Python Flask / Angular project
https://www.securityknowledgeframework.org
Apache License 2.0
810 stars 308 forks source link

Bump skf-api version to 4.0.6 in docker-compose.yml #768

Open dporr opened 2 years ago

dporr commented 2 years ago

Current setting points to skf-api:4.0.4 which don't reflect commit https://github.com/blabla1337/skf-flask/commit/27e48ac983809eca2403eff98396e7f11b4cdafe and thus links to the writeups in the old format are broken. Current behavior with skf-api:4.0.4: Example broken link: https://owasp-skf.gitbook.io/asvs-write-ups/kbid-1-filename-injection image

Links in DB are in the old format image

This comes from the initial_data.py: image

skf-api:4.0.6 solves this.