Skip to content

Commit 1fb403a

Browse files
committed
Fix outdated docs
1 parent e211d80 commit 1fb403a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ doppel -i specs/ -b https://api.local -a $TOKEN -v 123 --enable-pii-analysis
6767
* [x] **Zero-Config Discovery:** Parses Bruno (`.bru`), Postman, and OpenAPI files automatically.
6868
* [x] **Logic-Aware Attacks:** Identifies and swaps resource IDs based on semantic weight.
6969
* [x] **Weighted Verdict Engine:** Reduces false positives by analyzing JSON field importance.
70-
* [x] **CI/CD Ready:** Returns exit code `1` on vulnerabilities; outputs CSV/Markdown/SARIF.
70+
* [x] **CI/CD Ready:** Returns exit code `1` on vulnerabilities; outputs CSV/Markdown.
7171

7272
## 📦 CI/CD Integration
7373

74-
Doppel is designed to run in GitHub Actions. See `.github/workflows/security-scan.yml` for examples.
74+
Doppel is designed to run in GitHub Actions. See `.github/workflows/ci.yml` for examples.
7575

7676
## 🤝 Contributing
7777

TESTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Doppel now has a comprehensive test suite covering security features, parsers, a
66

77
## Test Statistics
88

9-
- **Total Tests**: 44 tests across 6 test files
9+
- **Total Tests**: >100 tests across 6 test files
1010
- **Test Files**:
1111
- `tests/security_tests.rs` (7 tests)
1212
- `tests/openapi_security_tests.rs` (7 tests)
1313
- `tests/parser_tests.rs` (9 tests)
1414
- `tests/unit_tests.rs` (18 tests)
1515
- `tests/reporting_integration.rs` (1 test)
16-
- Unit tests in source files (2 tests)
16+
- Unit tests in source files (~80 tests)
1717

1818
## Running Tests
1919

@@ -225,9 +225,9 @@ This ensures:
225225
-**Parsers**: All three parsers (OpenAPI, Postman, Bruno) tested
226226
-**Core Models**: All public methods tested
227227
-**Error Handling**: Invalid input and missing files tested
228-
- ⚠️ **Engine/Scanning**: Integration tests with live APIs (future work)
229-
- ⚠️ **Authentication**: Auth flow tests (future work)
230-
- ⚠️ **Response Analysis**: Verdict logic tests (future work)
228+
- **Engine/Scanning**: Integration tests with live APIs (`smart_detection_demo.rs`)
229+
- ⚠️ **Authentication**: Auth flow tests (Basic Bearer only)
230+
- **Response Analysis**: Verdict logic tests (`verdict.rs` unit tests)
231231

232232
## Performance
233233

0 commit comments

Comments
 (0)