Skip to content

Instantly share code, notes, and snippets.

@p-ja
p-ja / README.md
Last active July 1, 2025 10:46
RetireJS report for Java/Maven applications

RetireJS for Maven projects

If you've got a Maven project containing JavaScript dependencies (usually some legacy Java web application), you can run vulnerability scan against it.

The script is based on https://retirejs.github.io/retire.js/

Run in main folder, where src/ is located.

@p-ja
p-ja / README.md
Last active May 8, 2025 06:17
libffmpeg.so setup for Opera on Linux

How to fix not working videos in Opera on Linux

Assumptions

  • You're using Ubuntu (and maybe other distros using apt and snap)
  • Opera is installed using deb from https://download.opera.com
  • chromium-ffmpeg lib is installed using snap
sudo snap install chromium-ffmpeg