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

Address security advisories #1048

Closed
1 of 3 tasks
azriel91 opened this issue May 29, 2023 · 0 comments · Fixed by #1049
Closed
1 of 3 tasks

Address security advisories #1048

azriel91 opened this issue May 29, 2023 · 0 comments · Fixed by #1049
Labels
dependencies Pull requests that update a dependency file

Comments

@azriel91
Copy link
Contributor

Problem

When running cargo-audit, it reports security advisories for the following transitive dependencies:

  • atty
  • time
atty 0.2.14
└── env_logger 0.7.1
    └── pretty_env_logger 0.4.0
        └── dioxus-liveview 0.3.0

time 0.1.45
└── chrono 0.4.24
    └── dioxus-hot-reload 0.1.1
        └── dioxus 0.3.2

Steps To Reproduce

Steps to reproduce the behavior:

  • Run cargo-audit in the dioxus repository

Expected behavior

There should be no vulnerabilities (red issues).

Environment:

  • Dioxus version: v0.3, 7c6a7f64 / master
  • Rust version: 1.71.0-nightly
  • OS info: Linux
  • App platform: web, desktop

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later
@ealmloff ealmloff added the dependencies Pull requests that update a dependency file label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants