Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
StellarSend
/
backend
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
0
Code
Issues
49
Pull requests
19
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: StellarSend/backend
Actions
All workflows
Workflows
Migration revert smoke test
Migration revert smoke test
Supply Chain Audit
Supply Chain Audit
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
32 workflow runs
32 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
fix(cors): enforce explicit allowed_origins in production and restrict methods/headers (#24)
Supply Chain Audit
#29:
Pull request
#80
opened by
ghzhost
Action required
ghzhost:fix/cors-production-guard-and-methods-24
ghzhost:fix/cors-production-guard-and-methods-24
Action required
View #80
View workflow file
feat(health): implement GET /health/deep readiness probe (#1)
Supply Chain Audit
#28:
Pull request
#79
opened by
ghzhost
Action required
ghzhost:fix/health-deep-endpoint-1
ghzhost:fix/health-deep-endpoint-1
Action required
View #79
View workflow file
docs(readme): sync Docker examples with actual Dockerfile and docker-compose.yml (#8)
Supply Chain Audit
#27:
Pull request
#78
opened by
ghzhost
Action required
ghzhost:docs/sync-readme-docker-8
ghzhost:docs/sync-readme-docker-8
Action required
View #78
View workflow file
devops(docker): add healthchecks for db and api services (#10)
Supply Chain Audit
#26:
Pull request
#77
opened by
ghzhost
Action required
ghzhost:feat/docker-healthchecks-10
ghzhost:feat/docker-healthchecks-10
Action required
View #77
View workflow file
chore(services): remove dead duplicate rate_service.rs stub (#20)
Supply Chain Audit
#25:
Pull request
#76
opened by
ghzhost
Action required
ghzhost:fix/remove-dead-rate-service-stub-20
ghzhost:fix/remove-dead-rate-service-stub-20
Action required
View #76
View workflow file
docs(api): synchronize API.md with actual routes in routes/mod.rs (#7)
Supply Chain Audit
#24:
Pull request
#75
opened by
ghzhost
Action required
ghzhost:fix/docs-api-routes-sync-7
ghzhost:fix/docs-api-routes-sync-7
Action required
View #75
View workflow file
fix(validation): introduce shared stellar address validator for auth, accounts, escrow, and subscriptions (#16)
Supply Chain Audit
#23:
Pull request
#74
opened by
ghzhost
Action required
ghzhost:fix/shared-stellar-address-validation-16
ghzhost:fix/shared-stellar-address-validation-16
Action required
View #74
View workflow file
fix(subscriptions): enforce minimum interval_seconds to prevent allowance draining (#47)
Supply Chain Audit
#22:
Pull request
#73
opened by
ghzhost
-1s
ghzhost:fix/subscription-min-interval-seconds-47
ghzhost:fix/subscription-min-interval-seconds-47
-1s
View #73
View workflow file
build(toolchain): remove hardcoded x86_64-apple-darwin target override (#13)
Supply Chain Audit
#21:
Pull request
#72
opened by
ghzhost
Action required
ghzhost:fix/remove-hardcoded-darwin-target-13
ghzhost:fix/remove-hardcoded-darwin-target-13
Action required
View #72
View workflow file
fix(auth): mitigate login timing side-channel via dummy bcrypt hash (#38)
Supply Chain Audit
#20:
Pull request
#71
opened by
ghzhost
Action required
ghzhost:fix/login-bcrypt-timing-attack-38
ghzhost:fix/login-bcrypt-timing-attack-38
Action required
View #71
View workflow file
test(auth): add unit test coverage for JWT issuance, decoding and AuthUser extractor (#43)
Supply Chain Audit
#19:
Pull request
#70
opened by
ghzhost
Action required
ghzhost:test/auth-jwt-unit-tests-43
ghzhost:test/auth-jwt-unit-tests-43
Action required
View #70
View workflow file
fix(rates): instantiate RateService singleton in AppState to enable cache (#36)
Supply Chain Audit
#18:
Pull request
#69
opened by
ghzhost
Action required
ghzhost:fix/rate-service-singleton-cache-36
ghzhost:fix/rate-service-singleton-cache-36
Action required
View #69
View workflow file
fix(auth): handle unique-constraint violation in register as 409 Conflict (#55)
Supply Chain Audit
#17:
Pull request
#68
opened by
ghzhost
Action required
ghzhost:fix/register-unique-violation-race-55
ghzhost:fix/register-unique-violation-race-55
Action required
View #68
View workflow file
fix(payment-requests): validate memo length against Stellar 28-byte limit (#49)
Supply Chain Audit
#16:
Pull request
#67
opened by
ghzhost
Action required
ghzhost:fix/payment-request-memo-length-49
ghzhost:fix/payment-request-memo-length-49
Action required
View #67
View workflow file
Merge pull request #66 from Smoothjane/fix/keeper-panic-supervision-50
Supply Chain Audit
#15:
Commit
c0c11ba
pushed by
abayomicornelius
40s
main
main
40s
View workflow file
Add panic supervision for the keeper and reconciliation background loops
Supply Chain Audit
#14:
Pull request
#66
synchronize by
Smoothjane
45s
Smoothjane:fix/keeper-panic-supervision-50
Smoothjane:fix/keeper-panic-supervision-50
45s
View #66
View workflow file
Add panic supervision for the keeper and reconciliation background loops
Supply Chain Audit
#13:
Pull request
#66
opened by
Smoothjane
1m 11s
Smoothjane:fix/keeper-panic-supervision-50
Smoothjane:fix/keeper-panic-supervision-50
1m 11s
View #66
View workflow file
fix(subscription): reject interval_seconds that overflow chrono Duration (#51)
Supply Chain Audit
#12:
Pull request
#65
synchronize by
OluRemiFour
44s
OluRemiFour:fix/subscription-interval-overflow-panic
OluRemiFour:fix/subscription-interval-overflow-panic
44s
View #65
View workflow file
fix(subscription): reject interval_seconds that overflow chrono Duration (#51)
Supply Chain Audit
#11:
Pull request
#65
opened by
OluRemiFour
45s
OluRemiFour:fix/subscription-interval-overflow-panic
OluRemiFour:fix/subscription-interval-overflow-panic
45s
View #65
View workflow file
fix(pagination): clamp page to prevent u32 overflow
Supply Chain Audit
#10:
Pull request
#60
synchronize by
Emelie-Dev
Action required
Emelie-Dev:fix/issue-transaction-pagination-overflow
Emelie-Dev:fix/issue-transaction-pagination-overflow
Action required
View #60
View workflow file
fix/35-payment-execute-send-duplicate-guard
Supply Chain Audit
#9:
Pull request
#64
opened by
Wetshakat
Action required
Wetshakat:fix/35-payment-execute-send-duplicate-guard
Wetshakat:fix/35-payment-execute-send-duplicate-guard
Action required
View #64
View workflow file
fix(migrations): adopt sqlx reversible up/down format and revert tooling (#58)
Migration revert smoke test
#1:
Pull request
#63
opened by
heymide
Action required
heymide:fix/58-reversible-migrations
heymide:fix/58-reversible-migrations
Action required
View #63
View workflow file
fix(migrations): adopt sqlx reversible up/down format and revert tooling (#58)
Supply Chain Audit
#8:
Pull request
#63
opened by
heymide
Action required
heymide:fix/58-reversible-migrations
heymide:fix/58-reversible-migrations
Action required
View #63
View workflow file
Merge pull request #62 from prodbycorne/fix/cursor-pagination-transac…
Supply Chain Audit
#7:
Commit
8cc1032
pushed by
abayomicornelius
49s
main
main
49s
View workflow file
fix: migrate TransactionService::list_for_user to cursor/keyset pagination
Supply Chain Audit
#6:
Pull request
#62
opened by
prodbycorne
45s
prodbycorne:fix/cursor-pagination-transactions-54
prodbycorne:fix/cursor-pagination-transactions-54
45s
View #62
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.