Urgent.News

What's breaking now, across thousands of outlets.

Tech

@StandardException

I recently came across a little gem annotation from Lombok that I had never heard of before: @StandardException . You can annotate your Exception classes ( extends exception ) with this annotation, it will generate the usual constructors for your exception type that you would normally write. https://projectlombok.org/features/experimental/StandardException This is a small thing, but it can save…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Implementing Zero-Trust Network Access (ZTNA) Concepts in Code

Traditional perimeter security operates on a dangerous assumption: if you're inside the network, you're trusted. This model worked when "inside" meant a physical office with a hardware firewall at the…

  • Zero-trust network access (ZTNA) replaces perimeter security model with continuous verification.
  • Core ZTNA principles: never trust, always verify; least privilege access; assume breach.

ICAUR Spotted in Pakistan!

Something new has quietly arrived in Pakistan, and the first pictures are already out. Images circulating across social media appear … Read More The post ICAUR Spotted in Pakistan!

I made a Symfony bundle for masking sensitive data

I recently released a small open-source Symfony bundle called MaskedBundle . The reason for building it was quite simple: logs are useful, but sometimes they can contain values that should not be…

  • Alkinbg released MaskedBundle to mask sensitive data in Symfony logs.
  • Bundle supports automatic detection of payment card numbers.
  • MaskedBundle offers StructuredDataMasker for masking arrays.

More from Saturday 22 August →