Giter VIP home page Giter VIP logo

world_renderer's Introduction

World Renderer

Procedural terrain generator, based on tutorial by Sebastian Lague.

Screenshots

screen_01

world_renderer's People

Contributors

aljen avatar dependabot[bot] avatar mend-bolt-for-github[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

world_renderer's Issues

bevy-0.8.0.crate: 1 vulnerabilities (highest severity is: 9.8) - autoclosed

Vulnerable Library - bevy-0.8.0.crate

Found in HEAD commit: 7d7c5215f5b19cb23bb8319073cf8ba62080464d

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in Remediation Available
CVE-2021-45688 High 9.8 ash-0.37.0+1.3.209.crate Transitive N/A

Details

CVE-2021-45688

Vulnerable Library - ash-0.37.0+1.3.209.crate

Vulkan bindings for Rust

Library home page: https://crates.io/api/v1/crates/ash/0.37.0+1.3.209/download

Dependency Hierarchy:

  • bevy-0.8.0.crate (Root Library)
    • bevy_internal-0.8.0.crate
      • bevy_scene-0.8.0.crate
        • bevy_render-0.8.0.crate
          • wgpu-0.13.1.crate
            • wgpu-core-0.13.2.crate
              • wgpu-hal-0.13.2.crate
                • ash-0.37.0+1.3.209.crate (Vulnerable Library)

Found in HEAD commit: 7d7c5215f5b19cb23bb8319073cf8ba62080464d

Found in base branch: master

Vulnerability Details

An issue was discovered in the ash crate before 0.33.1 for Rust. util::read_spv may read from uninitialized memory locations.

Publish Date: 2021-12-27

URL: CVE-2021-45688

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-64wv-8vwp-xgw2

Release Date: 2021-12-27

Fix Resolution: ash - 0.33.1

Step up your Open Source Security Game with Mend here

bevy_egui-0.15.1.crate: 2 vulnerabilities (highest severity is: 9.8) - autoclosed

Vulnerable Library - bevy_egui-0.15.1.crate

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (bevy_egui version) Remediation Available
WS-2023-0006 High 9.8 bumpalo-3.11.0.crate Transitive N/A*
CVE-2022-45299 Medium 5.5 webbrowser-0.7.1.crate Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the section "Details" below to see if there is a version of transitive dependency where vulnerability is fixed.

Details

WS-2023-0006

Vulnerable Library - bumpalo-3.11.0.crate

A fast bump allocation arena for Rust.

Library home page: https://crates.io/api/v1/crates/bumpalo/3.11.0/download

Dependency Hierarchy:

  • bevy_egui-0.15.1.crate (Root Library)
    • webbrowser-0.7.1.crate
      • web-sys-0.3.59.crate
        • wasm-bindgen-0.2.82.crate
          • wasm-bindgen-macro-0.2.82.crate
            • wasm-bindgen-macro-support-0.2.82.crate
              • wasm-bindgen-backend-0.2.82.crate
                • bumpalo-3.11.0.crate (Vulnerable Library)

Found in base branch: master

Vulnerability Details

In bumpalo prior to 3.11.1, the lifetime of the iterator produced by Vec::into_iter() is not constrained to the lifetime of the Bump that allocated the vector's memory. Using the iterator after the Bump is dropped causes use-after-free accesses.

Publish Date: 2023-01-14

URL: WS-2023-0006

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://rustsec.org/advisories/RUSTSEC-2022-0078.html

Release Date: 2023-01-14

Fix Resolution: bumpalo - 3.11.1

Step up your Open Source Security Game with Mend here

CVE-2022-45299

Vulnerable Library - webbrowser-0.7.1.crate

Open URLs in web browsers available on a platform

Library home page: https://crates.io/api/v1/crates/webbrowser/0.7.1/download

Dependency Hierarchy:

  • bevy_egui-0.15.1.crate (Root Library)
    • webbrowser-0.7.1.crate (Vulnerable Library)

Found in base branch: master

Vulnerability Details

An issue in the IpFile argument of rust-lang webbrowser-rs v0.8.2 allows attackers to access arbitrary files via supplying a crafted URL.

Publish Date: 2023-01-13

URL: CVE-2022-45299

CVSS 3 Score Details (5.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2022-45299

Release Date: 2023-01-13

Fix Resolution: webbrowser - 0.8.3

Step up your Open Source Security Game with Mend here

bevy_egui-0.19.0.crate: 1 vulnerabilities (highest severity is: 7.5)

Vulnerable Library - bevy_egui-0.19.0.crate

Path to dependency file: /Cargo.toml

Path to vulnerable library: /Cargo.toml

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (bevy_egui version) Remediation Possible**
CVE-2024-27308 High 7.5 mio-0.8.5.crate Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2024-27308

Vulnerable Library - mio-0.8.5.crate

Lightweight non-blocking IO

Library home page: https://crates.io/api/v1/crates/mio/0.8.5/download

Path to dependency file: /Cargo.toml

Path to vulnerable library: /Cargo.toml

Dependency Hierarchy:

  • bevy_egui-0.19.0.crate (Root Library)
    • bevy-0.9.1.crate
      • bevy_internal-0.9.1.crate
        • bevy_scene-0.9.1.crate
          • bevy_asset-0.9.1.crate
            • notify-5.1.0.crate
              • mio-0.8.5.crate (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Mio is a Metal I/O library for Rust. When using named pipes on Windows, mio will under some circumstances return invalid tokens that correspond to named pipes that have already been deregistered from the mio registry. The impact of this vulnerability depends on how mio is used. For some applications, invalid tokens may be ignored or cause a warning or a crash. On the other hand, for applications that store pointers in the tokens, this vulnerability may result in a use-after-free. For users of Tokio, this vulnerability is serious and can result in a use-after-free in Tokio. The vulnerability is Windows-specific, and can only happen if you are using named pipes. Other IO resources are not affected. This vulnerability has been fixed in mio v0.8.11. All versions of mio between v0.7.2 and v0.8.10 are vulnerable. Tokio is vulnerable when you are using a vulnerable version of mio AND you are using at least Tokio v1.30.0. Versions of Tokio prior to v1.30.0 will ignore invalid tokens, so they are not vulnerable. Vulnerable libraries that use mio can work around this issue by detecting and ignoring invalid tokens.

Publish Date: 2024-03-06

URL: CVE-2024-27308

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-r8w9-5wcg-vfj7

Release Date: 2024-03-06

Fix Resolution: mio - 0.8.11

Step up your Open Source Security Game with Mend here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.