tags:

2023-07-10
Broken Object Level Authorization: A Critical Security Vulnerability
Broken Object Level Authorization is a critical security vulnerability that can have severe consequences for an application. In this article, we will explore what Broken Object Level Authorization is, why it is a problem, and how to mitigate it. We will also provide a simple Python REST API example to demonstrate the impact of this vulnerability.
2020-12-29
Dynamic Connector Configuration
Frequently when building integrations, especially batch jobs, we don't necessarily know the configuration for all of the systems we will be connecting to ahead of time; the configurations are typically (and should be) externalized. While it doesn't feel intuitive, we can create a global configuration and use scoped variables to dynamically create new connector configurations at runtime.
2020-09-15
CI/CD with MuleSoft
Demo video of CI/CD with MuleSoft and link to hands on lab.