Skip to content

Conversation

jmthomas
Copy link
Member

No description provided.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (768b1e3) 72.25% compared to head (5aca4e3) 72.25%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #847   +/-   ##
=======================================
  Coverage   72.25%   72.25%           
=======================================
  Files         471      471           
  Lines       31074    31078    +4     
  Branches      877      877           
=======================================
+ Hits        22452    22456    +4     
  Misses       8528     8528           
  Partials       94       94           
Flag Coverage Δ
ruby-api 48.66% <ø> (+0.05%) ⬆️
ruby-backend 80.32% <100.00%> (ø)

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

Files Coverage Δ
openc3/lib/openc3/script/script.rb 71.51% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -260,7 +260,7 @@
disconnect = kw_params.delete(:disconnect)
# The only commands allowed through in disconnect mode are read-only
# Thus we allow the get, list, tlm and limits_enabled and subscribe methods
if method_name =~ /get_\w*|list_\w*|^tlm|limits_enabled|subscribe/
if method_name =~ /\w*_get$|^get_\w*|\w*_list$|^list_\w*|^tlm|^limits_enabled$|^subscribe$/

Check failure

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data

This [regular expression](1) that depends on a [library input](2) may run slow on strings with many repetitions of 'a'. This [regular expression](3) that depends on a [library input](2) may run slow on strings with many repetitions of 'a'.
@ryanmelt ryanmelt merged commit 2981758 into main Sep 28, 2023
@ryanmelt ryanmelt deleted the disconnect branch September 28, 2023 23:42
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.

2 participants