mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
3897c7316c
* Update Makefile * Update pkg-descr * Update security/q-feeds-connector/pkg-descr Co-authored-by: Franco Fichtner <franco@lastsummer.de> * Update security/q-feeds-connector/Makefile Co-authored-by: Franco Fichtner <franco@lastsummer.de> * Add threat lookup magnifier buttons to events table - Add magnifier buttons next to source and destination IP addresses in events table - Buttons open Threat Intelligence Portal in new tab with IP pre-filled - Automatically triggers search when TIP page loads - Buttons are right-aligned in their respective columns - Works for both logged-in and logged-out users (with proper redirect handling) * Update pkg-descr * Refactor formatters to use template literals (backticks) for better readability Addresses reviewer feedback to use template literals instead of string concatenation for HTML generation in JavaScript formatters. * Update pkg-descr: consolidate all changes into version 1.3 * Use const instead of var for modern JavaScript best practices Addresses reviewer feedback to use const/let instead of var for better block scoping and to prevent accidental reassignment. --------- Co-authored-by: Franco Fichtner <franco@lastsummer.de>