[Snyk] Upgrade org.apache.hadoop:hadoop-client-api from 3.4.0 to 3.4.1 #69
NShiftKey / NShiftKey - code security check
required action
Oct 31, 2024 in 4m 1s
Summary
- 13 security issue(s)
- High : 0
- Medium : 13
- Low : 0
Details
NShiftKey
-
NullSafe Field Not Nullable
- Description : Detected if a field is not annotated with @nullable and is set to Null or is checked
- Target Code : accumulo/core/src/main/java/org/apache/accumulo/core/crypto/CryptoEnvironmentImpl.java [view change history] [ignore this]
- Target Code : accumulo/core/src/main/java/org/apache/accumulo/core/crypto/CryptoEnvironmentImpl.java [view change history] [ignore this]
- Target Code : accumulo/core/src/main/java/org/apache/accumulo/core/crypto/CryptoEnvironmentImpl.java [view change history] [ignore this]
- Description : Detected if a field is not annotated with @nullable and is set to Null or is checked
-
Thread Safety Violation
- Description : Data trace can occur if the same member field is accessed at the same time
- Target Code : accumulo/core/src/main/java/org/apache/accumulo/core/clientImpl/TabletServerBatchReaderIterator.java [view change history] [ignore this]
- Target Code : accumulo/core/src/main/java/org/apache/accumulo/core/clientImpl/TabletServerBatchReaderIterator.java [view change history] [ignore this]
- Target Code : accumulo/server/manager/src/main/java/org/apache/accumulo/manager/Manager.java [view change history] [ignore this]
- Target Code : accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/AssignmentHandler.java [view change history] [ignore this]
- Target Code : accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/MinorCompactionTask.java [view change history] [ignore this]
- Target Code : accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/MinorCompactionTask.java [view change history] [ignore this]
- Target Code : accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/MinorCompactionTask.java [view change history] [ignore this]
- Target Code : accumulo/server/tserver/src/main/java/org/apache/accumulo/tserver/tablet/MinorCompactionTask.java [view change history] [ignore this]
- Target Code : accumulo/test/src/main/java/org/apache/accumulo/test/ConditionalWriterIT.java [view change history] [ignore this]
accumulo/test/src/main/java/org/apache/accumulo/test/ConditionalWriterIT.java
Lines 1209 to 1211 in 3c1c253
- Target Code : accumulo/test/src/main/java/org/apache/accumulo/test/functional/ConcurrencyIT.java [view change history] [ignore this]
- Target Code : accumulo/test/src/main/java/org/apache/accumulo/test/util/SlowOps.java [view change history] [ignore this]
accumulo/test/src/main/java/org/apache/accumulo/test/util/SlowOps.java
Lines 157 to 159 in 3c1c253
- Target Code : accumulo/core/src/main/java/org/apache/accumulo/core/clientImpl/TabletServerBatchReaderIterator.java [view change history] [ignore this]
- Description : Data trace can occur if the same member field is accessed at the same time
Loading