use Files.createTempDirectory() instead of new File() - #7713
Conversation
yadvr
left a comment
There was a problem hiding this comment.
LGTM - need smoketests (I havent' tested it)
|
@DaanHoogland should this be targeted to 4.18 branch as well? |
Codecov Report
@@ Coverage Diff @@
## 4.18 #7713 +/- ##
============================================
- Coverage 13.02% 13.02% -0.01%
Complexity 9022 9022
============================================
Files 2719 2719
Lines 256863 256872 +9
Branches 40049 40050 +1
============================================
Hits 33449 33449
- Misses 219226 219235 +9
Partials 4188 4188 see 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@blueorangutan package |
|
@DaanHoogland a [SF] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6395 |
|
@blueorangutan test |
|
@DaanHoogland a [SF] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
yadvr
left a comment
There was a problem hiding this comment.
LGTM - thanks Daan for changing base to 4.18
|
[SF] Trillian test result (tid-6963)
|
|
@blueorangutan package |
|
@DaanHoogland a [SF] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6413 |
|
@blueorangutan test |
|
@DaanHoogland a [SF] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
[SF] Trillian Build Failed (tid-6990) |
|
[SF] Trillian test result (tid-6996)
|
Description
This PR addresses a static analysis concern with temp file creation. It is not a security issue but an improvement nonetheless.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
unit test added