File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,3 +18,6 @@ elrond*.db
1818.claude /
1919.codegraph /
2020coverage.out
21+
22+ # macOS
23+ .DS_Store
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments