Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Mitigated RUSTSEC-2020-0159 #595

Merged
merged 1 commit into from
Nov 10, 2021
Merged

Mitigated RUSTSEC-2020-0159 #595

merged 1 commit into from
Nov 10, 2021

Conversation

jorgecarleitao
Copy link
Owner

This PR runs some of the IPC roundtrip tests under MIRI to verify that we do not hit UB on flatbuffers, thereby mitigating the risks associated with RUSTSEC-2020-0159.

MIRI consumes some memory and thus I had to select a subset of them

Closes #592

@jorgecarleitao jorgecarleitao added the testing PRs that only increase coverage label Nov 10, 2021
@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #595 (16287b2) into main (add3e2a) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #595      +/-   ##
==========================================
+ Coverage   79.16%   79.21%   +0.04%     
==========================================
  Files         400      400              
  Lines       24892    24887       -5     
==========================================
+ Hits        19705    19713       +8     
+ Misses       5187     5174      -13     
Impacted Files Coverage Δ
tests/it/io/ipc/write/file.rs 100.00% <100.00%> (ø)
tests/it/test_util.rs 100.00% <100.00%> (+52.63%) ⬆️
src/compute/arithmetics/time.rs 44.89% <0.00%> (-2.05%) ⬇️
src/io/ipc/write/serialize.rs 64.78% <0.00%> (+0.70%) ⬆️
src/io/ipc/write/common.rs 95.91% <0.00%> (+1.02%) ⬆️
src/bitmap/utils/slice_iterator.rs 92.53% <0.00%> (+1.49%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update add3e2a...16287b2. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing PRs that only increase coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add miri checks against IO IPC to mitigate RUSTSEC-2020-0159
1 participant