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 }}
apache
/
pulsar
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
15.3k
Code
Issues
1.3k
Pull requests
489
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
[fix][sec] Upgrade avro to 1.12.2
- #24992
#24992
Merged
merlimat
merged 25 commits into
apache:master
apache/pulsar:master
from
lhotari:lh-avro-1.12.1
lhotari/pulsar:lh-avro-1.12.1
Copy head branch name to clipboard
Aug 26, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
[fix][sec] Upgrade avro to 1.12.2
#24992
merlimat
merged 25 commits into
apache:master
apache/pulsar:master
from
lhotari:lh-avro-1.12.1
lhotari/pulsar:lh-avro-1.12.1
Copy head branch name to clipboard
Commits
Commits on May 15, 2026
[fix][sec] Upgrade avro to 1.12.1
lhotari
committed
5b6b16f
View commit details
Copy full SHA for 5b6b16f
Browse repository at this point
Protobuf schema now contains a default for enum types
lhotari
committed
75f7ff7
View commit details
Copy full SHA for 75f7ff7
Browse repository at this point
upgrade to avro 1.12.2
lhotari
committed
3c5118c
View commit details
Copy full SHA for 3c5118c
Browse repository at this point
Add system property required by avro tests
lhotari
committed
2e72754
View commit details
Copy full SHA for 2e72754
Browse repository at this point
Commits on Aug 18, 2026
Merge remote-tracking branch 'origin/master' into lh-avro-1.12.1
Show description for d7463e7
lhotari
committed
d7463e7
View commit details
Copy full SHA for d7463e7
Browse repository at this point
Commits on Aug 19, 2026
Handle Avro 1.12.2 trusted-class enforcement and fast-reader defaults
Show description for 59faa33
lhotari
committed
59faa33
View commit details
Copy full SHA for 59faa33
Browse repository at this point
Merge remote-tracking branch 'origin/master' into lh-avro-1.12.1
Show description for 4aa5d4c
lhotari
committed
4aa5d4c
View commit details
Copy full SHA for 4aa5d4c
Browse repository at this point
Also wrap fast-reader errors on the InputStream read path, and fix k8s arg assertions
Show description for 0d889c4
lhotari
committed
0d889c4
View commit details
Copy full SHA for 0d889c4
Browse repository at this point
Trust the class loader of deployed function code instead of a wildcard
Show description for 8c09ee0
lhotari
committed
8c09ee0
View commit details
Copy full SHA for 8c09ee0
Browse repository at this point
Commits on Aug 20, 2026
Merge remote-tracking branch 'origin/master' into lh-avro-1.12.1
lhotari
committed
3b543a0
View commit details
Copy full SHA for 3b543a0
Browse repository at this point
Pin that Schema.JSON does not need its POJOs in the Avro allow-list
Show description for 3e5a0c5
lhotari
committed
3e5a0c5
View commit details
Copy full SHA for 3e5a0c5
Browse repository at this point
Give applications a supported way to declare Avro-trusted classes
Show description for b964435
lhotari
committed
b964435
View commit details
Copy full SHA for b964435
Browse repository at this point
Add trustExactly for declaring classes without following their references
Show description for 8b7d0f2
lhotari
committed
8b7d0f2
View commit details
Copy full SHA for 8b7d0f2
Browse repository at this point
Trust an application's classes automatically when it builds a schema from them
Show description for 7e89a21
lhotari
committed
7e89a21
View commit details
Copy full SHA for 7e89a21
Browse repository at this point
Degrade to a no-op when Avro has no trusted-class validator
Show description for 091765c
lhotari
committed
091765c
View commit details
Copy full SHA for 091765c
Browse repository at this point
Seed the collection types, and drop the broker's own trust declaration
Show description for 077658d
lhotari
committed
077658d
View commit details
Copy full SHA for 077658d
Browse repository at this point
Declare protobuf message classes too, and stop trusting @Stringable types in tests
Show description for e24fc66
lhotari
committed
e24fc66
View commit details
Copy full SHA for e24fc66
Browse repository at this point
Stop granting the test JVMs a blanket Avro trust
Show description for 7caa7d9
lhotari
committed
7caa7d9
View commit details
Copy full SHA for 7caa7d9
Browse repository at this point
Use trustExactly for protobuf rather than passing a null schema
Show description for 1c9a30f
lhotari
committed
1c9a30f
View commit details
Copy full SHA for 1c9a30f
Browse repository at this point
Revert stray whitespace in ThreadRuntime
Show description for dedcd56
lhotari
committed
dedcd56
View commit details
Copy full SHA for dedcd56
Browse repository at this point
Address review findings on the trusted-class expansion
Show description for b7c317b
lhotari
committed
b7c317b
View commit details
Copy full SHA for b7c317b
Browse repository at this point
Fix a vacuous test and doc rot found in review
Show description for b682a1c
lhotari
committed
b682a1c
View commit details
Copy full SHA for b682a1c
Browse repository at this point
Commits on Aug 21, 2026
Let tests snapshot and restore the declarations themselves
Show description for 79599c2
lhotari
committed
79599c2
View commit details
Copy full SHA for 79599c2
Browse repository at this point
Drop trusting a class loader wholesale
Show description for 3b1d8fa
lhotari
committed
3b1d8fa
View commit details
Copy full SHA for 3b1d8fa
Browse repository at this point
Name the nested declarations type State rather than Snapshot
Show description for 2c8e8c0
lhotari
committed
2c8e8c0
View commit details
Copy full SHA for 2c8e8c0
Browse repository at this point
You can’t perform that action at this time.