You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expand regex-powered mobile auditor coverage
Add regex-based scan messaging to APK/IPA auditor pages, wire IPA findings to import APX regex signatures, and document the new mobile analysis capabilities in README for the v4.2.0 release.
Made-with: Cursor
- imported APX regex signatures from APK Auditor (200 patterns)
264
+
- Combined findings coverage is now 200+ regex signatures plus core iOS rules
265
+
- Explorer mode for source/resources with line-level finding navigation
266
+
267
+
> **Important:** Auditor findings are signatures for triage and manual validation, not guaranteed exploitability.
268
+
251
269
### Dependency Confusion
252
270
253
271
```
@@ -788,13 +806,13 @@ For PostgreSQL, ensure:
788
806
789
807
## 🏷️ GitHub release (tag → CI)
790
808
791
-
Versions are defined once in `[internal/version/version.go](internal/version/version.go)` (`Version`, no `v` prefix). To publish **v4.0.0**:
809
+
Versions are defined once in `[internal/version/version.go](internal/version/version.go)` (`Version`, no `v` prefix). To publish **v4.2.0**:
792
810
793
-
1. Set `const Version = "4.0.0"` and commit.
811
+
1. Set `const Version = "4.2.0"` and commit.
794
812
2. From the repo root:
795
813
```bash
796
814
chmod +x scripts/tag-release.sh
797
-
./scripts/tag-release.sh v4.0.0
815
+
./scripts/tag-release.sh v4.2.0
798
816
```
799
817
This pushes your current branch and the annotated tag. `**[.github/workflows/release.yml](.github/workflows/release.yml)**` then builds Linux binaries, attaches `tar.gz` / `zip`, generates release notes, and pushes `**ghcr.io/<owner>/autoar**` for that tag.
<pclass="hero-subtitle">Professional iOS security auditing platform. Analyze IPA files entirely in your browser with 50+ security checks based on OWASP MASVS.</p>
522
+
<pclass="hero-subtitle">Professional iOS security auditing platform. Analyze IPA files entirely in your browser with regex-based secret scanning and OWASP MASVS-aligned checks.</p>
0 commit comments