We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ff67b commit be37160Copy full SHA for be37160
crates/bashkit/tests/threat_model_tests.rs
@@ -2404,7 +2404,7 @@ mod archive_security {
2404
/// TM-DOS-008: Tar with many files — FS file count limit blocks extraction
2405
#[tokio::test]
2406
async fn threat_tar_bomb_many_files_blocked() {
2407
- let limits = FsLimits::new().max_file_count(20);
+ let limits = FsLimits::new().max_file_count(30);
2408
let fs = Arc::new(InMemoryFs::with_limits(limits));
2409
let mut bash = Bash::builder().fs(fs).build();
2410
0 commit comments