Merged
Conversation
| RUN pip install --no-cache-dir -r requirements.txt | ||
| COPY . . | ||
| EXPOSE 8081 | ||
| CMD ["python", "app.py"] |
Check failure
Code scanning / Semgrep OSS
Semgrep Finding: dockerfile.security.missing-user.missing-user Error
| if __name__ == "__main__": | ||
| t = threading.Thread(target=sentinel.start, daemon=True) | ||
| t.start() | ||
| app.run(host="0.0.0.0", port=8081, debug=False) |
Check warning
Code scanning / Semgrep OSS
Semgrep Finding: python.flask.security.audit.app-run-param-config.avoid_app_run_with_bad_host Warning
Replaces detector/flow/investigator pattern with a 3-tier agent system: - T1: fast triage (summary + anomaly scan, evidence packet builder) - T2: deep investigation (reads evidence packets from Loki, Sentry integration) - T3: synthesis (session narratives, baseline updates, regression detection) Supporting modules: analyst, baseline, evidence, narrative, timeline, trace, circuit_breaker, loki_handler, ollama_client, prompts. Adds Grafana alert rules (8 domains, 46 rules) with webhook trigger integration into the sentinel cycle. Updates all 5 Grafana dashboards for v3 event names. Also fixes DataCaptureSuite preflight seek to use ReplaySearch(ToEnd) instead of frame-based seek — avoids stale ReplayFrameNumEnd reading session start state. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.