Skip to content

Commit af3af7c

Browse files
authored
chore: sync docs and ignore local artifacts
1 parent 144e2d9 commit af3af7c

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
@@ -18,3 +18,6 @@ elrond*.db
1818
.claude/
1919
.codegraph/
2020
coverage.out
21+
22+
# macOS
23+
.DS_Store

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050
- `.gitattributes` — LF normalization, binary detection, GitHub
5151
linguist hints (mark `sdk/python/**` as Python, `sdk/typescript/**`
5252
as TypeScript so language stats reflect the Go core).
53-
- `.github/dependabot.yml` — weekly `gomod`, `pip` (sdk/python),
54-
`npm` (sdk/typescript), and `github-actions` updates.
5553
- `.github/PULL_REQUEST_TEMPLATE.md` — Summary / Changes / Memory-/
5654
retrieval-quality impact / Testing / Checklist.
5755
- `.github/ISSUE_TEMPLATE/bug_report.yml` — structured bug report

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)