Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for copyEvilZip (0.08 sec)

  1. platforms/core-runtime/wrapper-shared/src/integTest/groovy/org/gradle/integtests/PathTraversalCheckerIntegrationTest.groovy

            given:
            buildFile << '''
                task copyEvilZip(type: Copy) {
                    from(zipTree('evil.zip'))
                    into('.')
                }
            '''
    
            when:
            fails 'copyEvilZip'
    
            then:
            failureDescriptionContains "Execution failed for task ':copyEvilZip'"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:12:34 UTC 2023
    - 4K bytes
    - Viewed (0)
Back to top