Conversation
Weekly updates for the package ecosystems this repository uses, minor and patch grouped per ecosystem, at most five open pull requests each.
Reports go to security@scadable.com and are acknowledged within one business day, the promise the trust center makes. No bug bounty.
A catch-all rule for @scadable/founders, above any existing narrower rules.
The Vulnerability and Patch Management Policy (section 4.3) promises an outside reporter a reply within five business days, and scadable.com/security and the trust center seed (landing#11, trust-manager#41) say the same. One business day was a promise no policy backs. What to include now matches the website, and the file promises only what the policy does.
No branch protection requires a review yet, so the header no longer says nothing merges without one. It says instead that Dependabot only opens pull requests, and, where the file has one, that the GitHub Actions entry groups every update, majors included.
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.
What
.github/dependabot.yml: weekly version updates for uv and github-actions. Minor and patch updates are grouped per ecosystem, at most 5 open pull requests each.SECURITY.md: reports go to security@scadable.com and get a reply within five business days, the time the Vulnerability and Patch Management Policy (section 4.3) promises an outside reporter and the one scadable/landing#11 and scadable/trust-manager#41 publish. No bug bounty..github/CODEOWNERS: new,* @scadable/founders.Why
SOC 2 readiness (claude-plans
soc2-readiness-01, item A12). Makes the evidence checksrepository_dependabot_config_present,repository_has_codeowners_fileandrepository_public_has_securitymd_filepass for this repository. No repository or organization setting is changed.Owner steps (not done here)
foundersteam, visible, with write access to this repository. The org has no teams today, so GitHub reports every@scadable/foundersline as an unknown owner.Checks run
.github/dependabot.ymlparses with PyYAML and with evidence's strict YAML subset, and evidence'svalidate_dependabotfinds no problems (every ecosystem is backed by a file in its directory).check-jsonschemaagainst the SchemaStore Dependabot schema: pass.SECURITY.mdnow promises the policy's five business days instead of one, and the Dependabot header no longer says nothing merges without a review, since no branch protection requires one yet.