chore: increase MAX_DEPENDENCY_DEPTH from 50 to 100
This commit is contained in:
@@ -110,7 +110,7 @@ class DependencyDepthExceededError(DependencyError):
|
|||||||
|
|
||||||
|
|
||||||
# Safety limits to prevent DoS attacks
|
# Safety limits to prevent DoS attacks
|
||||||
MAX_DEPENDENCY_DEPTH = 50 # Maximum levels of nested dependencies
|
MAX_DEPENDENCY_DEPTH = 100 # Maximum levels of nested dependencies
|
||||||
MAX_DEPENDENCIES_PER_ARTIFACT = 200 # Maximum direct dependencies per artifact
|
MAX_DEPENDENCIES_PER_ARTIFACT = 200 # Maximum direct dependencies per artifact
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user