- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 678 for severity (0.38 sec)
-
README.md
We highly recommend you keep OkHttp up-to-date. As with auto-updating web browsers, staying current with HTTPS clients is an important defense against potential security problems. [We track][tls_history] the dynamic TLS ecosystem and adjust OkHttp to improve connectivity and security. OkHttp uses your platform's built-in TLS implementation. On Java platforms OkHttp also supports
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2ConstantsTest.java
assertEquals(2, Smb2Constants.SMB2_0_INFO_FILESYSTEM, "Filesystem info level must be 2"); } @Test @DisplayName("Security info level should be 3") void testInfoSecurity() { assertEquals(3, Smb2Constants.SMB2_0_INFO_SECURITY, "Security info level must be 3"); } @Test @DisplayName("Quota info level should be 4") void testInfoQuota() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/ntlmssp/Type2Message.java
} /** * Returns the local security context. * * @return A <code>byte[]</code> containing the local security * context. This is used by the client to negotiate local * authentication. */ public byte[] getContext() { return context; } /** * Sets the local security context. This is used by the client
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 13K bytes - Viewed (0) -
src/test/java/jcifs/pac/PacTest.java
import static org.mockito.Mockito.mockStatic; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.HashMap; import java.util.Map; import javax.security.auth.kerberos.KerberosKey; import javax.security.auth.kerberos.KerberosPrincipal; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.mockito.MockedStatic; class PacTest {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/ValidateNegotiateInfoRequestTest.java
@Test @DisplayName("Test encode with maximum security mode") void testEncodeWithMaxSecurityMode() { ValidateNegotiateInfoRequest request = new ValidateNegotiateInfoRequest(DEFAULT_CAPABILITIES, defaultClientGuid, 0xFFFF, defaultDialects); byte[] buffer = new byte[request.size()]; request.encode(buffer, 0); // Verify max security mode value (2 bytes)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** LDAP security principal configuration key. */ public static final String LDAP_SECURITY_PRINCIPAL = "ldap.security.principal"; /** LDAP admin security principal configuration key. */ public static final String LDAP_ADMIN_SECURITY_PRINCIPAL = "ldap.admin.security.principal"; /** LDAP admin security credentials configuration key. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/Striped64.java
*/ package com.google.common.cache; import com.google.common.annotations.GwtIncompatible; import java.lang.reflect.Field; import java.security.AccessController; import java.security.PrivilegedActionException; import java.security.PrivilegedExceptionAction; import java.util.Random; import org.jspecify.annotations.Nullable; import sun.misc.Unsafe; /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jan 15 22:17:15 UTC 2025 - 11.4K bytes - Viewed (0) -
guava/src/com/google/common/hash/LittleEndianByteArray.java
import com.google.j2objc.annotations.J2ObjCIncompatible; import java.lang.invoke.VarHandle; import java.lang.reflect.Field; import java.nio.ByteOrder; import java.security.AccessController; import java.security.PrivilegedActionException; import java.security.PrivilegedExceptionAction; import java.util.Objects; import org.jspecify.annotations.Nullable; import sun.misc.Unsafe; /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 12.3K bytes - Viewed (0) -
src/test/java/jcifs/util/HMACT64Test.java
import static org.mockito.Mockito.mockStatic; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; import java.security.DigestException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Arrays; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java
import org.lastaflute.core.direction.CachedFwAssistantDirector; import org.lastaflute.core.direction.FwAssistDirection; import org.lastaflute.core.direction.FwCoreDirection; import org.lastaflute.core.security.InvertibleCryptographer; import org.lastaflute.core.security.OneWayCryptographer; import org.lastaflute.db.dbflute.classification.ListedClassificationProvider; import org.lastaflute.db.direction.FwDbDirection; import org.lastaflute.web.direction.FwWebDirection;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.4K bytes - Viewed (0)