Teaching Cyber Blog

Tag: secure

  • Secure Coding Training Guidance

    Secure Coding Training Guidance

    How to develop secure coding techniques?  Secure code training is the most sensible route for developers to learn security skills. Assess training needs first, what are the developers asking for, what does the organisation need.  Are there any clear gaps developers are struggle with. Determine the subject areas that are the most relevant to your…

  • How to make a secure file upload secure?

    How to make a secure file upload secure?

    Thirteen steps to make your file upload more robust against attack. Pragmatic cyber security tips to help secure your file upload feature, forming part of an application, such as internet facing web application. 1. All validation processes should be performed on the server, not on the client side, this is to prevent user manipulation from…