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
Accelerator
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 }}
krotname
/
JavaAlgorithmsShowcase
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Actions: krotname/JavaAlgorithmsShowcase
Actions
All workflows
Workflows
Actionlint
Actionlint
CI
CI
CodeQL
CodeQL
Dependabot Updates
Dependabot Updates
Dependency Review
Dependency Review
No Releases
No Releases
OpenSSF Scorecard
OpenSSF Scorecard
Quality Gates
Quality Gates
Show more workflows...
Management
Caches
Quality Gates
Quality Gates
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
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
quality.yml
will be ignored since log searching is not yet available
198 workflow runs
198 workflow runs
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.
Reject overflowing digit recompositions
Quality Gates
#148:
Pull request
#98
opened by
krotname
38s
codex/fix-silent-integer-overflow-in-digit-recomposition
codex/fix-silent-integer-overflow-in-digit-recomposition
38s
View #98
View workflow file
Prevent RecursionMax stack exhaustion
Quality Gates
#147:
Pull request
#97
opened by
krotname
43s
codex/fix-recursionmax-crash-on-list-inputs
codex/fix-recursionmax-crash-on-list-inputs
43s
View #97
View workflow file
Harden AverageElement against malformed and oversized input
Quality Gates
#146:
Pull request
#95
opened by
krotname
1m 8s
codex/fix-unbounded-stdin-parsing-in-averageelement
codex/fix-unbounded-stdin-parsing-in-averageelement
1m 8s
View #95
View workflow file
Prevent EncryptThis failures on blank tokens
Quality Gates
#145:
Pull request
#96
opened by
krotname
31s
codex/fix-encryptthis-input-leak-and-crash
codex/fix-encryptthis-input-leak-and-crash
31s
View #96
View workflow file
Harden Zip CLI against malformed and oversized input
Quality Gates
#144:
Pull request
#94
opened by
krotname
36s
codex/fix-zip-cli-stdin-input-validation
codex/fix-zip-cli-stdin-input-validation
36s
View #94
View workflow file
Harden Distances input and output handling
Quality Gates
#143:
Pull request
#93
opened by
krotname
41s
codex/propose-fix-for-distances.run-vulnerability
codex/propose-fix-for-distances.run-vulnerability
41s
View #93
View workflow file
Handle empty input in Distances
Quality Gates
#142:
Pull request
#92
opened by
krotname
47s
codex/fix-crash-for-empty-distances-input
codex/fix-crash-for-empty-distances-input
47s
View #92
View workflow file
Handle malformed RPN calculator input safely
Quality Gates
#141:
Pull request
#91
opened by
krotname
38s
codex/fix-calculator-to-handle-malformed-input
codex/fix-calculator-to-handle-malformed-input
38s
View #91
View workflow file
Prevent stack overflow in BST deletion
Quality Gates
#140:
Pull request
#90
opened by
krotname
29s
codex/propose-fix-for-recursive-bst-delete-crash
codex/propose-fix-for-recursive-bst-delete-crash
29s
View #90
View workflow file
Harden CI credentialed uploads (#78)
Quality Gates
#139:
Commit
abd8055
pushed by
krotname
1m 46s
main
main
1m 46s
View workflow file
Harden Solution2 stdin handling
Quality Gates
#138:
Pull request
#89
opened by
krotname
2m 16s
codex/propose-fix-for-unbounded-stdin-processing
codex/propose-fix-for-unbounded-stdin-processing
2m 16s
View #89
View workflow file
Validate SleightOfHand input
Quality Gates
#137:
Pull request
#88
opened by
krotname
2m 23s
codex/fix-unvalidated-grid-input-in-sleightofhand
codex/fix-unvalidated-grid-input-in-sleightofhand
2m 23s
View #88
View workflow file
Validate deque capacity before allocation
Quality Gates
#136:
Pull request
#87
opened by
krotname
2m 19s
codex/propose-fix-for-deque-vulnerability
codex/propose-fix-for-deque-vulnerability
2m 19s
View #87
View workflow file
Fix deque index wraparound overflow
Quality Gates
#135:
Pull request
#86
opened by
krotname
1m 46s
codex/fix-deque-wraparound-overflow-issue
codex/fix-deque-wraparound-overflow-issue
1m 46s
View #86
View workflow file
Validate FastSort stdin bounds
Quality Gates
#134:
Pull request
#85
opened by
krotname
1m 37s
codex/fix-fastsort-stdin-unbounded-allocation-issue
codex/fix-fastsort-stdin-unbounded-allocation-issue
1m 37s
View #85
View workflow file
Harden sprint4 CLI solvers against input-driven DoS and unbounded allocation
Quality Gates
#133:
Pull request
#84
opened by
krotname
59s
codex/propose-fix-for-input-driven-dos-vulnerability
codex/propose-fix-for-input-driven-dos-vulnerability
59s
View #84
View workflow file
Harden PyramidSort input bounds
Quality Gates
#132:
Pull request
#83
opened by
krotname
1m 48s
codex/propose-fix-for-pyramidsort-vulnerability
codex/propose-fix-for-pyramidsort-vulnerability
1m 48s
View #83
View workflow file
Validate DorogayaSet input bounds
Quality Gates
#131:
Pull request
#82
opened by
krotname
1m 45s
codex/fix-unchecked-input-in-dorogayaset
codex/fix-unchecked-input-in-dorogayaset
1m 45s
View #82
View workflow file
Harden CI credentialed uploads
Quality Gates
#130:
Pull request
#78
synchronize by
krotname
38s
codex/fix-ci-exposure-of-analysis-credentials
codex/fix-ci-exposure-of-analysis-credentials
38s
View #78
View workflow file
Harden WaterWorld input dimensions
Quality Gates
#129:
Pull request
#81
opened by
krotname
1m 57s
codex/fix-unchecked-dimension-vulnerability-in-waterworld
codex/fix-unchecked-dimension-vulnerability-in-waterworld
1m 57s
View #81
View workflow file
Validate sprint7 solver input bounds
Quality Gates
#128:
Pull request
#80
opened by
krotname
1m 50s
codex/fix-unbounded-stdin-issues-in-sprint7
codex/fix-unbounded-stdin-issues-in-sprint7
1m 50s
View #80
View workflow file
Validate sprint8 CLI input (Crib & PackedPrefix)
Quality Gates
#127:
Pull request
#79
opened by
krotname
52s
codex/fix-unchecked-input-vulnerability-in-sprint8
codex/fix-unchecked-input-vulnerability-in-sprint8
52s
View #79
View workflow file
Harden CI credentialed uploads
Quality Gates
#126:
Pull request
#78
opened by
krotname
29s
codex/fix-ci-exposure-of-analysis-credentials
codex/fix-ci-exposure-of-analysis-credentials
29s
View #78
View workflow file
Bump github/codeql-action/init from 4.37.1 to 4.37.3 (#74)
Quality Gates
#125:
Commit
3a202cb
pushed by
krotname
1m 55s
main
main
1m 55s
View workflow file
Bump github/codeql-action/analyze from 4.37.1 to 4.37.3
Quality Gates
#124:
Pull request
#75
synchronize by
dependabot
Bot
33s
dependabot/github_actions/main/github/codeql-action/analyze-4.37.3
dependabot/github_actions/main/github/codeql-action/analyze-4.37.3
33s
View #75
View workflow file
Previous
1
2
3
4
5
6
7
8
Next
You can’t perform that action at this time.