Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tacd/web: update dependencies via cargo update/npm update #42

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

hnez
Copy link
Member

@hnez hnez commented Sep 27, 2023

Just a routine update to prevent technical debt from accumulating.

Some noteworthy changes:

  • We got rid of one ignored cargo deny advisory! 🎉

  • Fix cargo deny error error[vulnerability]: Tungstenite allows remote attackers to cause a denial of service

  • Fix cargo deny warning warning[yanked]: detected yanked crate (try 'cargo update -p hermit-abi')

  • The appearance of the web interface changed a bit (for the better):

    before
    before

    after
    after

    Buttons in text boxes are now much more readable.

    (The missing margins between alerts are not new. Those still need fixing …)

  • There may be other visual changes here and there but I could not find any breakages when clicking around.

TODO

  • Update meta-lxatac to at least mickledore, as the rustc version in langdale is too old for zvariant_derive v3.15.0 (it requires rustc 1.64 or newer, while the currently active rustc version is 1.63.0)
    2023-11-03: We are about to leave langdale behind. I am fine with breaking compatibility now.

Related Pull Requests

This PR is based on another PRs that should be kept in mind:

This at least gets rid of one advisory and a new tungstenite issue
(RUSTSEC-2023-0065).

See the corresponding tungstenite issue[1] for reference.

[1]: snapview/tungstenite-rs#376

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
@hnez hnez marked this pull request as ready for review November 3, 2023 13:35
@hnez hnez requested a review from KarlK90 November 3, 2023 13:37
Copy link
Member

@KarlK90 KarlK90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hnez
Copy link
Member Author

hnez commented Nov 3, 2023

Hi @KarlK90,

I would like to get the number of open tacd PRs down again and I think this one would be a good start, because then we should get meaningful CI results again (without this PR cargo deny fails due to a new advisory).

The langdale compatibility concerns don't bother me anymore, was we are about to move on there.

@hnez
Copy link
Member Author

hnez commented Nov 3, 2023

Looks like I should write my messages to beg for review before tagging you as reviewer ;).
thx!

@hnez hnez merged commit f2e8277 into linux-automation:main Nov 3, 2023
7 checks passed
@hnez hnez deleted the dependency-updates branch November 3, 2023 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants