2019 was a record year for OSS vulnerabilities

Total vulnerabilities in OSS more than doubled in 2019 from 421 Common Vulnerabilities and Exposures (CVEs) in 2018 to 968 last year, according to the RiskSense report. Top 10 weaponized CWEs The study also revealed that it takes a very long time for O… Continue reading 2019 was a record year for OSS vulnerabilities

Microsoft launches Azure Synapse Link to help enterprises get faster insights from their data

At its Build developer conference, Microsoft today announced Azure Synapse Link, a new enterprise service that allows businesses to analyze their data faster and more efficiently, using an approach that’s generally called ‘hybrid transaction/analytical processing’ (HTAP). That’s a mouthful, it essentially enables enterprises to use the same database system for analytical and transactional workloads on […] Continue reading Microsoft launches Azure Synapse Link to help enterprises get faster insights from their data

Is it safe to set rejectUnauthorized to false when using Heroku’s Postgres database?

I am trying to put some fields in a Postgres database hosted on a Heroku app and it keeps returning this error:

Error: self signed certificate
code: ‘DEPTH_ZERO_SELF_SIGNED_CERT’

I have tried adding a key, certificate, and CA bundle but… Continue reading Is it safe to set rejectUnauthorized to false when using Heroku’s Postgres database?

Is SQL injection still a bad thing if the user is restricted to non-harmful queries?

Suppose I have a very simple PHP application that acts as a front-end for an SQL database. The user enters their query into a box, and the app shows the query results in a table.

To prevent a user from modifying the table, the SQL user o… Continue reading Is SQL injection still a bad thing if the user is restricted to non-harmful queries?

Everything You Need to Know About Azure – March 2020 Edition


At times like this, chatting about cool new features in Azure is a lot less important than what’s surrounding us all, and impacting some of us either directly or indirectly, now. But you know what? A distraction from the fear, worry, or self-imposed incarceration can be a good thing. So let’s crack on with it, and let’s talk about the cool new IaaS features that Azure launched during the last month.

The post Everything You Need to Know About Azure – March 2020 Edition appeared first on Petri.

Continue reading Everything You Need to Know About Azure – March 2020 Edition

Why did/does PostgreSQL, MongoDB and probably other database softwares allow such dangerous configurations?

A number of years ago now, still well into the 2000s, I was very naive. Especially in terms of computer security.

To make a long, painful story which I don’t even remember myself all too well, the basic gist is that I set up a FreeBSD ser… Continue reading Why did/does PostgreSQL, MongoDB and probably other database softwares allow such dangerous configurations?