CISO Stories Podcast: Developing Secure Agile Code Quickly is Very Achievable

Speed to market is the mantra of software development today. This does not mean that a process is not followed, it means that an iterative approach to software development produces code changes and usable code much faster.
The post CISO Stories P… Continue reading CISO Stories Podcast: Developing Secure Agile Code Quickly is Very Achievable

What are the security considerations for coding a website with interactive scripts but no backend?

I am developing a simple grammar study website with Bootstrap 5, JQuery and Javascript. It will have interactive grammar quizzes and flashcards. I would like users to be able to type in answers to grammar questions and upload their own voc… Continue reading What are the security considerations for coding a website with interactive scripts but no backend?

How to securely implement a bot that uses an API token to connect to a remote site?

I want to implement a bot that connects daily to a remote site using the site’s published API, and I want this implementation to be as secure as possible.
I have found much advice on what one should not do when implementing such a bot (e.g… Continue reading How to securely implement a bot that uses an API token to connect to a remote site?