blabla1337 / skf-flask

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

Write code examples Golang (go) #89

Open zythosec opened 8 years ago

zythosec commented 8 years ago

I have started implementing these in my fork.

blabla1337 commented 8 years ago

Hi Rossnanop,

That is awesome news! Let me know if you need any assistance when writing them, looking forward to see them ^^

Greetz, Glenn

zythosec commented 7 years ago

Remaining Examples Checklist:

blabla1337 commented 6 years ago

Hi zythosec are you planning to write more of secure Go examples? We get a lot of requests from people for this :)

zythosec commented 6 years ago

Hi @blabla1337 of course! A lot going on lately and I've been meaning to get back to these. Will try to start setting time aside each week to start checking some of these off.

blabla1337 commented 6 years ago

Hi Zythosec, yeah I know what you mean. Ooh that would be really great, thanks! 👍

commjoen commented 6 years ago

So the list provided here, is mostly about server side go materials. Can we add materials regarding client-side security as well? Think about public key pinning, memory sanitization, etc.

blabla1337 commented 5 years ago

@zythosec Are you still planning to work on them, because we currently only have a couple of GO examples and would be really nice if we have more examples.

RiieCco commented 2 years ago

@zythosec, How is the project going? :-) We were really looking forward to this!

zythosec commented 2 years ago

@RiieCco I should have some time this weekend to add some more examples. Is this still the correct place to add them? It looks like nothing in here has been updated in a while (even other languages).

Also, I know I created the checklist above way back when based on other language examples. Is there a definitive list of needed examples the project would like to have across all languages? That will help me know where to focus my effort.

Thanks!

RiieCco commented 2 years ago

Hey @zythosec,

I think that the list that you have is a good representation of what the most important examples are. Sadly me and Glenn have been really busy with creating the whole "learning platform" so we did not had that much time adding or reviewing current code examples.

The location that you marked is indeed stil the right one! Thanks for helping out, really appreciated! :-D

zythosec commented 2 years ago

@RiieCco doing research for examples this weekend, I realized OWASP aleady has the Go Secure Coding Practices Guide Would it make sense to adopt this guide for examples rather than create a separate list that needs to be maintained?