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

Digest function support #445

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Digest function support #445

wants to merge 2 commits into from

Conversation

groenroos
Copy link
Member

Tweaks to make the digest config loading functions work with the GUI, in tandem with the development work over on that repo.

@groenroos groenroos added the enhancement Improvements to existing features and functionality label Mar 29, 2022
@groenroos groenroos self-assigned this Mar 29, 2022
@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #445 (d9ca6c3) into master (c6eb428) will decrease coverage by 0.01%.
The diff coverage is 96.36%.

@@            Coverage Diff             @@
##           master     #445      +/-   ##
==========================================
- Coverage   98.07%   98.05%   -0.02%     
==========================================
  Files          37       37              
  Lines        4668     4679      +11     
==========================================
+ Hits         4578     4588      +10     
- Misses         90       91       +1     
Impacted Files Coverage Δ
lib/Storage.js 89.81% <94.28%> (ø)
core/loadConfig.js 100.00% <100.00%> (ø)
core/loadController.js 100.00% <100.00%> (ø)
core/loadHooks.js 98.88% <100.00%> (+0.03%) ⬆️
core/loadModel.js 100.00% <100.00%> (ø)
lib/Templating.js 98.14% <0.00%> (-0.93%) ⬇️

@@ -36,7 +38,7 @@
hooks: 'hooks.json',
permissions: 'permissions.json',
extension: 'html',
secret: this.utils.randString(),
secret: utils.randString(),

Check failure

Code scanning / CodeQL

Insecure randomness

Cryptographically insecure [random value](1) in a security context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features and functionality
Development

Successfully merging this pull request may close these issues.

None yet

1 participant