parsec icon indicating copy to clipboard operation
parsec copied to clipboard

A collection of libraries and utilities to simplify the process of building web service applications.

Results 4 parsec issues
Sort by recently updated
recently updated
newest added

[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...

The file referenced in the README "Getting Started" section (`https://raw.githubusercontent.com/yahoo/parsec/master/parsec-template-plugin/installation/apply.groovy`) no longer exists. Can you please update it with the correct link?

https://github.com/yahoo/parsec/blob/564f47f6e4dc23599895883041106f06da11c17f/parsec-gradle-plugin/src/main/java/com/yahoo/parsec/gradle/utils/FileUtils.java#L180-L183 Allowing user input to control paths used in file system operations could enable an attacker to access or modify otherwise protected system resources.

https://github.com/yahoo/parsec/blob/564f47f6e4dc23599895883041106f06da11c17f/parsec-gradle-plugin/src/main/java/com/yahoo/parsec/gradle/utils/FileUtils.java#L210 The program can potentially fail to release a system resource.