-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* XSS vulnerability patch * optimize getLastEvent()
- Loading branch information
1 parent
18d273f
commit b9bfa22
Showing
8 changed files
with
72 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
Release song: https://youtu.be/5TySnF_Pb3M | ||
Release song: https://youtu.be/8hYgxwmHbxA | ||
|
||
Tirreno is pleased to announce version v0.9.1. | ||
Important security update: tirreno v0.9.2. | ||
|
||
This update enhances data plotting with hour and minute resolutions, | ||
improves JS linting and dependency security, and fixes minor bugs including logbook search issues. | ||
Today, we received a report from IT security expert Sandro Bauer regarding | ||
an XSS vulnerability in Tirreno. After receiving the report, we confirmed | ||
receipt and immediately reproduced the problem, developing a patch the same | ||
day. Briefly, the XSS vulnerability potentially allows attackers to post | ||
malicious scripts by sending them through a payload. However, it's important | ||
to clarify that the Tirreno platform does not directly receive user event data, | ||
as it must come from the main web application, which we expect to be trustworthy. | ||
Another aspect that makes it difficult to exploit this vulnerability is the | ||
truncation of all data displayed in the dashboard. | ||
|
||
The Tirreno team highly appreciates Sandro's report and help in maintaining Tirreno's application security. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters