ansible/changelogs/fragments/vault_tmp_file.yml
Brian Coca 6452a82452
fix vault temp file handling (#68433)
* fix vault tmpe file handling

 * use local temp dir instead of system temp
 * ensure each worker clears dataloader temp files
 * added test for dangling temp files
 * added notes to data loader

CVE-2020-10685
2020-03-25 15:24:04 -04:00

3 lines
122 B
YAML

bugfixes:
- Ensure DataLoader temp files are removed at appropriate times and that we observe the LOCAL_TMP setting.