- Sort Score
- Num 10 results
- Language All
Results 241 - 250 of 327 for highest (0.07 seconds)
-
docs/ja/docs/advanced/security/http-basic-auth.md
もちろん、攻撃者はこれらを手作業では行わず、プログラムを書いて、1 秒間に数千〜数百万回のテストを行うでしょう。そして 1 回に 1 文字ずつ正しい文字を見つけていきます。 そうすることで、数分から数時間のうちに、攻撃者は私たちのアプリケーションの「助け」(応答にかかった時間)だけを利用して、正しいユーザー名とパスワードを推測できてしまいます。 #### `secrets.compare_digest()` で対策 { #fix-it-with-secrets-compare-digest } しかし、私たちのコードでは実際に `secrets.compare_digest()` を使用しています。 要するに、`stanleyjobsox` と `stanleyjobson` を比較するのにかかる時間は、`johndoe` と `stanleyjobson` を比較するのにかかる時間と同じになります。パスワードでも同様です。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 6.4K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategy.java
} // Update namespace and schema location upgradeNamespaceAndSchemaLocation(editor, context, targetModelVersion); // Convert modules to subprojects (for 4.1.0 and higher) if (ModelVersionUtils.isVersionGreaterOrEqual(targetModelVersion, MODEL_VERSION_4_1_0)) { convertModulesToSubprojects(editor, context); upgradeDeprecatedPhases(editor, context); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 16.6K bytes - Click Count (0) -
android/guava/src/com/google/common/io/ByteSource.java
result += sizeIfKnown.get(); if (result < 0) { // Overflow (or one or more sources that returned a negative size, but all bets are off in // that case) // Can't represent anything higher, and realistically there probably isn't anything that // can actually be done anyway with the supposed 8+ exbibytes of data the source is // claiming to have if we get here, so just stop.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 08 18:35:13 GMT 2025 - 25.7K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/event/ExecutionEventLogger.java
event.getSession() .getResult() .addException( new Exception("Build failed due to log statements with a higher severity than allowed. " + "Fix the logged issues or remove flag --fail-on-severity (-fos).")); } logResult(event.getSession());
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Dec 13 15:40:45 GMT 2024 - 17.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
for (Thread thread : threads) { thread.join(); } // Due to synchronized method, only one thread should reload // The count might be 2 (one initial + one reload) or slightly higher due to timing assertTrue(loadCount[0] <= 3, "Load count should be small due to synchronization"); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.2K bytes - Click Count (0) -
docs/en/docs/_llm-test.md
* the Advanced User Guide * the SQLModel docs * the API docs * the automatic docs * Data Science * Deep Learning * Machine Learning * Dependency Injection * HTTP Basic authentication * HTTP Digest * ISO format * the JSON Schema standard * the JSON schema * the schema definition * Password Flow * Mobile * deprecated * designed * invalid * on the fly * standard * default
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
src/main/config/openapi/openapi-user.yaml
content_title: type: string example: "Open Source Enterprise Search Server: Fess — Fe..." digest: type: stringCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbTransportImplTest.java
SmbComNegotiateResponse smb1 = new SmbComNegotiateResponse(ctx); setField(transport, "negotiated", smb1); assertFalse(transport.isSMB2()); } @Test @DisplayName("Digest setter/getter roundtrip") void digestRoundtrip() { SMBSigningDigest dg = mock(SMBSigningDigest.class); transport.setDigest(dg); assertSame(dg, transport.getDigest()); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.6K bytes - Click Count (0) -
guava/src/com/google/common/collect/Sets.java
} @Override public @Nullable E ceiling(@ParametricNullness E e) { return delegate.ceiling(e); } @Override public @Nullable E higher(@ParametricNullness E e) { return delegate.higher(e); } @Override public @Nullable E pollFirst() { throw new UnsupportedOperationException(); } @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 83K bytes - Click Count (0) -
docs/es/docs/_llm-test.md
* la documentación de la API * la documentación automática * Ciencia de datos * Deep Learning * Machine Learning * Inyección de dependencias * autenticación HTTP Basic * HTTP Digest * formato ISO * el estándar JSON Schema * el JSON Schema * la definición del esquema * Flujo de contraseña * Móvil * obsoleto * diseñado * inválido * sobre la marcha * estándar
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 12.2K bytes - Click Count (0)