Skip to content

Commit 3ebc45f

Browse files
committed
removed cisco prefix
1 parent cc61dc0 commit 3ebc45f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DEVELOPING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pickle-fuzzer/
7373
├── benches/ # Performance benchmarks
7474
├── fuzz/ # Fuzzing targets (cargo-fuzz)
7575
└── python/ # Python package
76-
├── cisco_ai_defense_pickle_fuzzer/
76+
├── pickle_fuzzer/
7777
│ ├── __init__.py # Python module entry point
7878
│ └── fuzzer.py # Atheris integration
7979
├── examples/ # Python usage examples
@@ -110,7 +110,7 @@ mod tests {
110110
Add integration tests in `tests/` directory:
111111

112112
```rust
113-
use cisco_ai_defense_pickle_fuzzer::{Generator, Version};
113+
use pickle_fuzzer::{Generator, Version};
114114

115115
#[test]
116116
fn test_integration_scenario() {

0 commit comments

Comments
 (0)