Skip to content

Commit 44fc6fd

Browse files
authored
chore: sync docs and ignore local artifacts
1 parent 2e7d16c commit 44fc6fd

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ basic
99
.claude/
1010
.codegraph/
1111
coverage.out
12+
13+
# macOS
14+
.DS_Store

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3636
- `.editorconfig` — UTF-8, LF, final newline, trim trailing whitespace,
3737
tabs for Go + Makefile, 2-space indent for YAML/JSON/TOML, no-trim
3838
for Markdown.
39-
- `.github/dependabot.yml` — weekly `gomod` (root + `browser/`
40-
sub-module) + `github-actions` updates.
4139
- `.github/PULL_REQUEST_TEMPLATE.md` — Summary / Changes / Scan-
4240
quality impact / SARIF compatibility / SSRF & egress safety /
4341
Testing / Checklist.

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ We follow [coordinated vulnerability disclosure](https://en.wikipedia.org/wiki/C
4444

4545
## Security practices in this repo
4646

47-
- **Dependency monitoring:** automated via Dependabot (see
48-
`.github/dependabot.yml`).
47+
- **Dependency monitoring:** vulnerable dependencies are detected by
48+
`govulncheck`, which runs on every CI build (see "Vulnerability scanning").
4949
- **Static analysis:** `golangci-lint` / `ruff` / `mypy` enforced in CI.
5050
- **Vulnerability scanning:** `govulncheck` (Go) / `pip-audit` (Python) run
5151
on every CI build.

0 commit comments

Comments
 (0)