There was an error while loading. Please reload this page.
1 parent cc61dc0 commit 3ebc45fCopy full SHA for 3ebc45f
1 file changed
DEVELOPING.md
@@ -73,7 +73,7 @@ pickle-fuzzer/
73
├── benches/ # Performance benchmarks
74
├── fuzz/ # Fuzzing targets (cargo-fuzz)
75
└── python/ # Python package
76
- ├── cisco_ai_defense_pickle_fuzzer/
+ ├── pickle_fuzzer/
77
│ ├── __init__.py # Python module entry point
78
│ └── fuzzer.py # Atheris integration
79
├── examples/ # Python usage examples
@@ -110,7 +110,7 @@ mod tests {
110
Add integration tests in `tests/` directory:
111
112
```rust
113
-use cisco_ai_defense_pickle_fuzzer::{Generator, Version};
+use pickle_fuzzer::{Generator, Version};
114
115
#[test]
116
fn test_integration_scenario() {
0 commit comments