Tag: security

Using Auth0 Redirects with Vue.js Hash Routing and a Path-Based Callback

Introduction When building single-page applications (SPAs) with Vue.js, many developers choose hash mode routing (#/dashboard)…

 Posted in javascript Tagged , , , , , ,

How Safe Are UUIDs for User Identification in JavaScript?

If you’re working with a JavaScript application and using UUIDs to assign unique identifiers to…

 Posted in javascript Tagged , , , ,
Linux / Unix

Local Privilege Escalation Vulnerability in all major Linux distributions

Last night, security firm Qualys released information about a critical vulnerability in all major Linux distributions. The…

 Posted in Linux Tagged , , , , , ,
Linux / Unix

Basic Firewall on Ubuntu Server

UFW can be used to set up firewall on Ubuntu server, that make sure only connections to certain services are allowed.

 Posted in Ubuntu Tagged , ,