Skip to content

Security: aiserrock/acits-flutter

SECURITY.md

Security Policy

Supported Versions

Security updates are provided for the following versions:

Version Supported
develop branch
main branch (latest release)
Older commits

Reporting a Vulnerability

Please report security vulnerabilities privately by emailing security@acits.ru.

Do not open public GitHub issues, pull requests, or discussions for security vulnerabilities. Public disclosure before a fix is available puts all users at risk.

When reporting, please include:

  • A description of the vulnerability and its potential impact
  • Steps to reproduce or a proof of concept
  • Affected version, branch, or commit
  • Any suggested remediation, if known

Expected response time: we aim to acknowledge your report within 72 hours and will keep you informed of progress toward a fix. Please allow reasonable time for the issue to be resolved before any public disclosure.

Secrets & Credentials

This repository intentionally excludes all secrets and environment-specific credentials. They are .gitignored and must be supplied locally by each contributor. Where a secret is required, a committed *.example template shows the expected format — copy it and fill in your own values.

Excluded from the repository:

  • Firebase configsgoogle-services.json (Android) and GoogleService-Info.plist (iOS)
  • Release signing — signing keystore and key.properties
  • Debug keystoreandroid/keystore/test.keystore
  • Debug SSL certificates — Charles debug .pem certs

If you ever find a secret, key, or credential that has been committed to the repository (in the current tree or in history), please report it privately to security@acits.ru rather than opening a public issue. Do not commit real secrets under any circumstances; use the provided *.example templates instead.

There aren't any published security advisories