blabla1337 / skf-flask

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

Cannot generate requirements (demo site & local docker instance) #733

Closed JohanDi closed 2 years ago

JohanDi commented 3 years ago

There seems to be a problem on the demo site. I cannot generate a requirements sprint. The PUT request to /api/questions/store produces a 400 response.

image

image

The same problem manifests itself on a local instance of the application installed with Docker.

blabla1337 commented 3 years ago

Hi Johan,

Thanks for letting me know, just for my information: what checklist did you selected?

Kind regards Glenn

On Wed, 27 Jan 2021, 13:52 Johan Diels, notifications@github.com wrote:

There seems to be a problem on the demo site. I cannot generate a requirements sprint. The PUT request to /api/questions/store produces a 400 response.

[image: image] https://user-images.githubusercontent.com/6392042/105993565-7b9e4000-609e-11eb-8518-c101ced0c9e7.png

[image: image] https://user-images.githubusercontent.com/6392042/105992967-a9cf5000-609d-11eb-9660-5c19951011b4.png

The same problem manifests itself on a local instance of the application installed with Docker.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/blabla1337/skf-flask/issues/733, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYBYYUZ2YLZSVPSRWWIM63S4AECDANCNFSM4WVGV2OQ .

JohanDi commented 3 years ago

Checklist: Web Application Maturity level 2 I have tried to select multiple categories, have tried with creating a new feature or selecting an existing, and they all run into the same error

blabla1337 commented 3 years ago

Thanks and maybe one more question you also had this with the same web checklist on the other maturlevels or only the level 2?

Well anyways we will look into it and get back to you.

Thanks

On Wed, 27 Jan 2021, 14:00 Johan Diels, notifications@github.com wrote:

Checklist: Web Application Maturity level 2 I have trued to select multiple categories, have tried with creating a new feature or existing and they all run into the same error

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/blabla1337/skf-flask/issues/733#issuecomment-768268711, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYBYYU3FKRR3WZLCTDUEXLS4AE5JANCNFSM4WVGV2OQ .

JohanDi commented 3 years ago

I wanted to let you know that I now managed to generate requirements on the demo site. I do not know whether you implemented any changes there. But I wanted to let you know that I now managed to generate requirements. But only after force fetching the cache from the server.

blabla1337 commented 3 years ago

I think it is the same issue as this one: https://github.com/blabla1337/skf-flask/issues/735

Will test the fix and let you all know

blabla1337 commented 2 years ago

Fixed