rnp icon indicating copy to clipboard operation
rnp copied to clipboard

[WIP] 1275 decrypt hidden to r3

Open andrey-utkin opened this issue 3 years ago • 8 comments

This is just to get CI runs for now.

andrey-utkin avatar May 10 '22 19:05 andrey-utkin

This pull request introduces 1 alert when merging 02a5e1e0744773600140e7f7c3bff9a94fba5a5b into f83f5200e75539f51e3be64d75f55339d53e4f6d - view on LGTM.com

new alerts:

  • 1 for Clear-text storage of sensitive information

lgtm-com[bot] avatar May 10 '22 20:05 lgtm-com[bot]

This pull request introduces 1 alert when merging 4a60929e1fbc5de0226483b6eee40f8dd063782d into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com

new alerts:

  • 1 for Clear-text storage of sensitive information

lgtm-com[bot] avatar May 11 '22 22:05 lgtm-com[bot]

Codecov Report

Merging #1834 (87cb828) into master (f83f520) will increase coverage by 81.39%. The diff coverage is 89.81%.

@@             Coverage Diff             @@
##           master    #1834       +/-   ##
===========================================
+ Coverage        0   81.39%   +81.39%     
===========================================
  Files           0      138      +138     
  Lines           0    29012    +29012     
===========================================
+ Hits            0    23613    +23613     
- Misses          0     5399     +5399     
Impacted Files Coverage Δ
src/lib/logging.h 100.00% <ø> (ø)
src/lib/rnp.cpp 78.60% <78.57%> (ø)
src/tests/ffi.cpp 86.93% <93.54%> (ø)
src/lib/key-provider.cpp 82.22% <100.00%> (ø)
src/librepgp/stream-parse.cpp 76.86% <100.00%> (ø)
src/lib/crypto/sm2.cpp 73.57% <0.00%> (ø)
src/examples/encrypt.c 68.33% <0.00%> (ø)
src/tests/key-add-userid.cpp 100.00% <0.00%> (ø)
src/lib/utils.h 100.00% <0.00%> (ø)
src/tests/key-validate.cpp 99.55% <0.00%> (ø)
... and 133 more

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 f83f520...87cb828. Read the comment docs.

codecov[bot] avatar May 12 '22 10:05 codecov[bot]

This pull request introduces 2 alerts when merging b06db124175276a218698c6b0b459a9e48e8cf25 into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com

new alerts:

  • 2 for Clear-text storage of sensitive information

lgtm-com[bot] avatar May 12 '22 10:05 lgtm-com[bot]

This pull request introduces 2 alerts when merging 4134378d92939733915da074d1d13c73a9213fdb into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com

new alerts:

  • 2 for Clear-text storage of sensitive information

lgtm-com[bot] avatar May 13 '22 17:05 lgtm-com[bot]

This pull request introduces 2 alerts when merging 56f8c8b7b5f57396ad8108cdfe08ef3652850382 into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com

new alerts:

  • 2 for Clear-text storage of sensitive information

lgtm-com[bot] avatar May 18 '22 11:05 lgtm-com[bot]

This pull request introduces 2 alerts when merging 87cb8284744984ab94d11e29f9d5fc0d7b96a9d2 into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com

new alerts:

  • 2 for Clear-text storage of sensitive information

lgtm-com[bot] avatar May 18 '22 13:05 lgtm-com[bot]

@andrey-utkin the only test failing here is clang-format. Can you just run clang-format and clear the errors? Thanks.

ronaldtse avatar Jul 11 '22 16:07 ronaldtse

Closing as it was superceded by #1940

ni4 avatar Nov 10 '22 13:11 ni4