Skip to content

Digest function support - #445

Draft
groenroos wants to merge 2 commits into
masterfrom
fix/digestable
Draft

Digest function support#445
groenroos wants to merge 2 commits into
masterfrom
fix/digestable

Conversation

@groenroos

Copy link
Copy Markdown
Member

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

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

codecovBot commented Mar 29, 2022

Copy link
Copy Markdown

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 FilesCoverage Δ
lib/Storage.js89.81% <94.28%> (ø)
core/loadConfig.js100.00% <100.00%> (ø)
core/loadController.js100.00% <100.00%> (ø)
core/loadHooks.js98.88% <100.00%> (+0.03%)⬆️
core/loadModel.js100.00% <100.00%> (ø)
lib/Templating.js98.14% <0.00%> (-0.93%)⬇️

Comment threadcore/loadConfig.js
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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementImprovements to existing features and functionality

Development

Successfully merging this pull request may close these issues.

2 participants

@groenroos@github-advanced-security