Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

df: types: Definition validation #349

Closed
johnandersen777 opened this issue Jan 24, 2020 · 1 comment · Fixed by #357
Closed

df: types: Definition validation #349

johnandersen777 opened this issue Jan 24, 2020 · 1 comment · Fixed by #357
Labels
bug Something isn't working p0 Critical Priority security Security related issues or improvements tS Esitmated Time To Complete: Short

Comments

@johnandersen777
Copy link

johnandersen777 commented Jan 24, 2020

Attach a validate property to Definition which will get run upon instantiation of an input, similar to #86

The validate property will be a callable (function or lambda) which returns the sanitized version of the value (which is then set to the Input.value).

@johnandersen777 johnandersen777 added bug Something isn't working p0 Critical Priority tM Esitmated Time To Complete: Medium tS Esitmated Time To Complete: Short security Security related issues or improvements and removed tM Esitmated Time To Complete: Medium labels Jan 24, 2020
@aghinsa
Copy link
Contributor

aghinsa commented Jan 27, 2020

I'd like to work on this

johnandersen777 pushed a commit that referenced this issue Jan 29, 2020
* Auto validate Inputs via their validate parameter in
   their Definition

Fixes: #349
johnandersen777 pushed a commit to johnandersen777/dffml that referenced this issue Mar 11, 2022
* Auto validate Inputs via their validate parameter in
   their Definition

Fixes: intel#349
johnandersen777 pushed a commit that referenced this issue Mar 12, 2022
* Auto validate Inputs via their validate parameter in
   their Definition

Fixes: #349
johnandersen777 pushed a commit that referenced this issue Mar 31, 2023
…dataflow policy engine: README: Add inital sketch

Related: w3c/vc-jose-cose#51
Related: #1400
Related: #1315
Related: #476
Related: #349
Related: #382
Signed-off-by: John Andersen <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working p0 Critical Priority security Security related issues or improvements tS Esitmated Time To Complete: Short
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants