press icon indicating copy to clipboard operation
press copied to clipboard

d2: show security disclosures on dashboard tab

Open ankush opened this issue 3 months ago • 0 comments

https://discuss.frappe.io/t/publishing-security-advisories-using-github-security-advisory/119430

We publish security vulnerabilities via GHSA. There's already code in press from old enterprise portal implementation to fetch these. We should show them on dashboard so sysadmins can plan upgrades.

@18alantom

ankush avatar Mar 21 '24 04:03 ankush

here is a better code for connecting your client (beacuse it sometimes disconnect from the server)

function connect():
	while client is not connected:
		create new bungee connection:
			set address of connection to "127.0.0.1"
			set port of connection to 20000
			set password of connection to "s*eL/2N18dr5vTdZ"
		start new connection with connection
		wait 5 seconds

on load:
	connect()

on client disconnect:
        wait 5 seconds
        connect()

ZorgBtw avatar Oct 26 '22 14:10 ZorgBtw

I used your code, it optimizes better but it sometimes disconnects when it sends too much packet to the bungeecord.

Lennord avatar Oct 26 '22 14:10 Lennord

I have the same problem with version 2.0.0, and sometimes I can't listen to the disconnection event, or the communication is not easy to use when the connection is not disconnected, which leads to the inability to reconnect in time, so I still use 1.1.0

xibo1212 avatar Nov 05 '22 02:11 xibo1212

Hello, I would like to know when this will be fixed?

Lennord avatar Apr 17 '23 16:04 Lennord

I'd like to know too, can't wait for the ver 2.0.0 ❤❤❤❤

NyuDev avatar Apr 18 '23 20:04 NyuDev