bleargh45 / TAP-Formatter-JUnit

Harness output delegate for JUnit output
https://metacpan.org/release/TAP-Formatter-JUnit/
3 stars 6 forks source link

Testsuite names are not properly sanitised if not in t/ folder #13

Open LordAro opened 1 year ago

LordAro commented 1 year ago

Spotted while looking through the code. Needs to be a bit more general, I think?

Doesn't actually affect anything due to the following _clean_to_java_class_name call, but may produce unexpected results

https://github.com/bleargh45/TAP-Formatter-JUnit/blob/e0efe87fd18f7301050890c824b832f67733dde7/lib/TAP/Formatter/JUnit/Session.pm#L325-L331