• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OFS / opae-sdk / 6909818324
64%

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2023 10:53PM UTC
Jobs 1
Files 139
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Nov 2023 10:40PM UTC coverage: 67.675%. Remained the same
6909818324

push

github

web-flow
Fix: address issues pointed out by Python scanners (#3036) (#3045)

### Description
Our Python scanners point out issues regarding the use of
the subprocess module. The issues tend to be in 2 main
categories:
1) The use of subprocess.Popen() directly is discouraged.
Instead, the scanners recommend using run, call, or checked_call.

2) The use of any of the subprocess calls with shell=True 
is forbidden, because it is prone to code injection attacks.
Instead, the scanners require shell=False or omitting shell
altogether.

### Collateral (docs, reports, design examples, case IDs):
Python scans when preparing the release.


- [ ] Document Update Required? (Specify FIM/AFU/Scripts)

### Tests added:


### Tests run:
CI and manual testing of rtl_src_config.

Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>

15754 of 23279 relevant lines covered (67.67%)

9402.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6909818324.1 17 Nov 2023 10:53PM UTC 139
67.67
GitHub Action Run
Source Files on build 6909818324
  • Tree
  • List 139
  • Changed 3
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 74584049 on github
  • Prev Build on master (#6894671306)
  • Next Build on master (#6909983629)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc