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 }}
graphql-java
/
graphql-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
6.2k
Code
Issues
23
Pull requests
22
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
READY - Stop DOS attacks by making the lexer stop early on evil input.
- #2892
#2892
Merged
bbakerman
merged 11 commits into
master
graphql-java/graphql-java:master
from
ddos_stop_lexer_early
graphql-java/graphql-java:ddos_stop_lexer_early
Copy head branch name to clipboard
Jul 26, 2022
Conversation
Commits
11
(11)
Checks
Files changed
Merged
READY - Stop DOS attacks by making the lexer stop early on evil input.
#2892
bbakerman
merged 11 commits into
master
graphql-java/graphql-java:master
from
ddos_stop_lexer_early
graphql-java/graphql-java:ddos_stop_lexer_early
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2022
This stops DOS attacks by making the lexer stop early.
bbakerman
committed
772084a
View commit details
Copy full SHA for 772084a
Browse repository at this point
This stops DOS attacks by making the lexer stop early. Added BadSituationsRunner
bbakerman
committed
2caa273
View commit details
Copy full SHA for 2caa273
Browse repository at this point
This stops DOS attacks by making the lexer stop early. Added BadSituationsRunner with comments
bbakerman
committed
30ee65a
View commit details
Copy full SHA for 30ee65a
Browse repository at this point
Commits on Jul 22, 2022
This stops DOS attacks by making the lexer stop early. Added per query jvm settings
bbakerman
committed
79b989c
View commit details
Copy full SHA for 79b989c
Browse repository at this point
This stops DOS attacks by making the lexer stop early. Added whitespace counts separate from token counts
bbakerman
committed
888d123
View commit details
Copy full SHA for 888d123
Browse repository at this point
This stops DOS attacks by making the lexer stop early. Added whitespace counts separate from token counts - tweaks
bbakerman
committed
1669ca7
View commit details
Copy full SHA for 1669ca7
Browse repository at this point
This stops DOS attacks by making the lexer stop early. Added whitespace counts separate from token counts - tweaks
bbakerman
committed
077e64a
View commit details
Copy full SHA for 077e64a
Browse repository at this point
This stops DOS attacks by making the lexer stop early. Added whitespace counts separate from token counts - tweaks
bbakerman
committed
17ec04b
View commit details
Copy full SHA for 17ec04b
Browse repository at this point
This stops DOS attacks by making the lexer stop early.Use array instead of map
bbakerman
committed
a0a7cfd
View commit details
Copy full SHA for a0a7cfd
Browse repository at this point
Commits on Jul 23, 2022
This stops DOS attacks by making the lexer stop early.Use array instead of map with comments
bbakerman
committed
50206dd
View commit details
Copy full SHA for 50206dd
Browse repository at this point
Commits on Jul 26, 2022
PR feedback - renamed options and added SDL options
bbakerman
committed
0bd81e7
View commit details
Copy full SHA for 0bd81e7
Browse repository at this point
You can’t perform that action at this time.