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

security fixes and improvements to handle file paths #535

Merged
merged 8 commits into from
Nov 3, 2023

Conversation

fmigneault
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added ci/operations Related to CI operations (actions, execution, install, builds, etc.) ci/tests Tests of the package and features feature/cli Issues or features related to CLI operations. process/builtin Issue related to builtin application processes process/workflow Related to a Workflow process. process/wps3 Issue related to WPS 3.x (REST-JSON) processes support ci/doc Issue related to documentation of the package feature/job Issues related to job execution, reporting and logging. feature/vault Issue related to Vault storage feature. labels Apr 1, 2023
@fmigneault fmigneault marked this pull request as ready for review November 3, 2023 22:56
@fmigneault fmigneault added triage/security Issue related to authorization or general security vulnerability and removed ci/doc Issue related to documentation of the package process/wps3 Issue related to WPS 3.x (REST-JSON) processes support feature/job Issues related to job execution, reporting and logging. feature/cli Issues or features related to CLI operations. feature/vault Issue related to Vault storage feature. labels Nov 3, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #535 (b4f0fa1) into master (f36c35d) will decrease coverage by 0.02%.
The diff coverage is 87.36%.

@@            Coverage Diff             @@
##           master     #535      +/-   ##
==========================================
- Coverage   85.18%   85.16%   -0.02%     
==========================================
  Files          79       79              
  Lines       17959    18016      +57     
  Branches     2721     2726       +5     
==========================================
+ Hits        15298    15344      +46     
- Misses       1933     1942       +9     
- Partials      728      730       +2     
Files Coverage Δ
weaver/cli.py 86.30% <ø> (ø)
weaver/processes/builtin/__init__.py 88.79% <ø> (ø)
weaver/processes/builtin/file_index_selector.py 100.00% <100.00%> (ø)
weaver/processes/builtin/jsonarray2netcdf.py 100.00% <100.00%> (ø)
weaver/processes/builtin/metalink2netcdf.py 100.00% <100.00%> (ø)
weaver/vault/utils.py 79.59% <100.00%> (+0.42%) ⬆️
weaver/processes/builtin/file2string_array.py 68.96% <85.71%> (+0.96%) ⬆️
weaver/vault/views.py 87.20% <0.00%> (ø)
weaver/wps_restapi/jobs/utils.py 77.71% <0.00%> (-0.23%) ⬇️
weaver/utils.py 83.11% <89.65%> (+0.05%) ⬆️
... and 1 more

@fmigneault fmigneault merged commit 6fb16cd into master Nov 3, 2023
42 of 43 checks passed
@fmigneault fmigneault deleted the security-builtin-process-file-paths branch November 3, 2023 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/operations Related to CI operations (actions, execution, install, builds, etc.) ci/tests Tests of the package and features process/builtin Issue related to builtin application processes process/workflow Related to a Workflow process. triage/security Issue related to authorization or general security vulnerability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant