deckhand/deckhand/engine
Felipe Monteiro 47ade1f0da fix: Redact secondhand substitutions of sensitive data
This patch set ensures that documents that substitute data from
encrypted document sources are themselves redacted, assuming that
cleartext-secrets=true. Note that this redaction fix only applies
to the substitution dest/src paths. The data section is already
being correctly redacted for secondhand sources.

Change-Id: I6ce16a109628259b2cc8132cd9db63261b5dbace
2018-10-25 09:39:50 -04:00
..
schemas substitution: Recursive pattern replacement 2018-09-12 09:24:46 -06:00
__init__.py optimization: Skip post-validation for rendered document cache hit 2018-10-02 18:58:07 -05:00
cache.py optimization: Skip post-validation for rendered document cache hit 2018-10-02 18:58:07 -05:00
document_validation.py fix: Add validation logic to check for duplicate documents in engine 2018-10-11 22:33:01 +00:00
layering.py fix: Redact secondhand substitutions of sensitive data 2018-10-25 09:39:50 -04:00
render.py fix: Redact secondhand substitutions of sensitive data 2018-10-25 09:39:50 -04:00
revision_diff.py optimization: Skip post-validation for rendered document cache hit 2018-10-02 18:58:07 -05:00
secrets_manager.py fix: Redact secondhand substitutions of sensitive data 2018-10-25 09:39:50 -04:00
utils.py Adding api for revisions deep diffing 2018-09-17 17:01:34 +05:30