Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for compromised (0.18 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/AbstractTextDependencyVerificationReportRenderer.java

            if (highLevelErrors.isMaybeCompromised()) {
                StringBuilder sb = new StringBuilder();
                sb.append("This can indicate that a dependency has been compromised. Please carefully verify the ");
                if (highLevelErrors.hasFailedSignatures()) {
                    sb.append("signatures and ");
                }
                sb.append("checksums.");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. testing/distributions-integ-tests/src/integTest/groovy/org/gradle/DistributionIntegritySpec.groovy

        /*
         * Integration test to verify the integrity of the dependencies. The goal is to be able to check the dependencies
         * even we assume that the Gradle binaries are compromised. Ultimately this test should run outside of the Gradle.
         */
    
        @Override
        String getDistributionLabel() {
            'bin'
        }
    
        @Override
        int getMaxDistributionSizeBytes() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/verification/model/Checksum.java

     * from one repository to the other (either by end of lines, additional line
     * at the end of the file, ...). Because they are different doesn't mean that
     * they are compromised, so this is a facility for the user to declare "I know
     * I should use a single source of truth but the infrastructure is hard or
     * impossible to fix so let's trust this source".
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. mvnw.cmd

           "If('%WRAPPER_SHA_256_SUM%' -ne $hash){"^
           "  Write-Output 'Error: Failed to validate Maven wrapper SHA-256, your Maven wrapper might be compromised.';"^
           "  Write-Output 'Investigate or delete %WRAPPER_JAR% to attempt a clean download.';"^
           "  Write-Output 'If you updated your Maven version, you need to update the specified wrapperSha256Sum property.';"^
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 16 20:48:20 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. okhttp-tls/src/main/kotlin/okhttp3/tls/HandshakeCertificates.kt

         * Most TLS clients that connect to hosts on the public Internet should call this method.
         * Otherwise it is necessary to manually prepare a comprehensive set of trusted roots.
         *
         * If the host platform is compromised or misconfigured this may contain untrustworthy root
         * certificates. Applications that connect to a known set of servers may be able to mitigate
         * this problem with [certificate pinning][CertificatePinner].
         */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  6. src/runtime/internal/sys/nih.go

    // it for low-level internal structures to avoid memory barriers in the
    // scheduler and the memory allocator where they are illegal or simply
    // inefficient. This mechanism is reasonably safe and does not compromise
    // the readability of the runtime.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 02 18:24:50 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  7. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/scaninfo/DefaultDaemonScanInfo.java

                It is not a generic outlet for “expiry events”.
    
                Ideally, the value given would describe the problem and not be phrased in terms of why we are shutting down,
                but this is a practical compromise born out of piggy backing on the expiration listener mechanism to implement it.
             */
            final AtomicReference<DaemonExpirationListener> daemonExpirationListenerReference = new AtomicReference<DaemonExpirationListener>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  8. docs/en/docs/features.md

        * UUID.
        * ...and others.
    
    All the validation is handled by the well-established and robust **Pydantic**.
    
    ### Security and authentication
    
    Security and authentication integrated. Without any compromise with databases or data models.
    
    All the security schemes defined in OpenAPI, including:
    
    * HTTP Basic.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-problems-base/src/main/kotlin/org/gradle/internal/configuration/problems/PropertyProblem.kt

    package org.gradle.internal.configuration.problems
    
    import org.gradle.internal.DisplayName
    import org.gradle.internal.problems.failure.Failure
    import kotlin.reflect.KClass
    
    
    /**
     * A problem that does not necessarily compromise the execution of the build.
     */
    data class PropertyProblem(
        val trace: PropertyTrace,
        val message: StructuredMessage,
        val exception: Throwable? = null,
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 21:59:50 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  10. src/crypto/tls/example_test.go

    		panic("failed to connect: " + err.Error())
    	}
    	conn.Close()
    }
    
    func ExampleConfig_keyLogWriter() {
    	// Debugging TLS applications by decrypting a network traffic capture.
    
    	// WARNING: Use of KeyLogWriter compromises security and should only be
    	// used for debugging.
    
    	// Dummy test HTTP server for the example with insecure random so output is
    	// reproducible.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 18:23:49 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top