Fooling ChatGPT to leak secret information

ChatGTP becomes one of the most discussed phenomenon last year. Mostly because of human like interaction and quite conscious problem solving skills. The core function of a chatbot is to mimic a human conversation, here ChatGPT is versatile and mostly polite preparand correct answers. So, today I would like to demo some interesting approach to … Read more

Secret management in Azure DevOps Pipelines

Secret management is an essential part of release management process. As a DevOps you have to be sure, that automated process have appropriate access to all resources it have to. From another hand, we need a control over the way how exactly sensitive information stores and transfers to executive process. It might be even more … Read more

Release flow implementation with SAST/DAST on Azure DevOps

Today, we will take about one of the most popular product delivery flow, commonly used in small and medium size projects. This is release flow. Release flow origins from main stream flow, where there is only one main branch and short living feature branches. In release flow, new release candidate cuts from main branch each … Read more