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
.
apache
/
commons-jxpath
Public
Notifications
You must be signed in to change notification settings
Fork
69
Star
43
Code
Pull requests
11
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Add an allow list for classes that can be loaded by JXPath
- #26
#26
Open
kyakdan
wants to merge 14 commits into
apache:master
apache/commons-jxpath:master
from
CodeIntelligenceTesting:master
CodeIntelligenceTesting/commons-jxpath:master
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Add an allow list for classes that can be loaded by JXPath
#26
kyakdan
wants to merge 14 commits into
apache:master
apache/commons-jxpath:master
from
CodeIntelligenceTesting:master
CodeIntelligenceTesting/commons-jxpath:master
Copy head branch name to clipboard
Commits
Commits on Oct 19, 2022
Fix CVE-2022-41852
Show description for 7701da7
bharathmohanraj
authored and
kyakdan
committed
7701da7
View commit details
Copy full SHA for 7701da7
Browse repository at this point
Throw JXPathException directly when filtering a function class
kyakdan
committed
02dc4f5
View commit details
Copy full SHA for 02dc4f5
Browse repository at this point
Enable the allow-list by default for all getFunction methods
kyakdan
committed
c248c0b
View commit details
Copy full SHA for c248c0b
Browse repository at this point
Update JXPathClassFilter documentation to mention the allow-all option
kyakdan
committed
6d5e13f
View commit details
Copy full SHA for 6d5e13f
Browse repository at this point
Organize Imports
kyakdan
committed
0e337f0
View commit details
Copy full SHA for 0e337f0
Browse repository at this point
Convert the restricted classes into a Set
kyakdan
committed
b306289
View commit details
Copy full SHA for b306289
Browse repository at this point
Fix Checkstyle and PMD errors
kyakdan
committed
ff5ab0a
View commit details
Copy full SHA for ff5ab0a
Browse repository at this point
Minor refactoring and clean-up
kyakdan
committed
021b8ce
View commit details
Copy full SHA for 021b8ce
Browse repository at this point
Commits on Oct 20, 2022
Use JXPathFilter based on the `jxpath.allow.class` system property
Show description for 27d1ec0
kyakdan
committed
27d1ec0
View commit details
Copy full SHA for 27d1ec0
Browse repository at this point
Commits on Oct 21, 2022
Refactor the JXPathFilter
Show description for abb96a5
kyakdan
committed
abb96a5
View commit details
Copy full SHA for abb96a5
Browse repository at this point
Add filtering to the MethodFunction class
kyakdan
committed
36bc1b2
View commit details
Copy full SHA for 36bc1b2
Browse repository at this point
Commits on Oct 25, 2022
Fix tests
kyakdan
committed
b0e0000
View commit details
Copy full SHA for b0e0000
Browse repository at this point
Make JXPathFilter accessible/configurable on the context level
kyakdan
committed
85620c6
View commit details
Copy full SHA for 85620c6
Browse repository at this point
Add a CustomJXPathFilter class for programmatically configurable filter
kyakdan
committed
c9e1b30
View commit details
Copy full SHA for c9e1b30
Browse repository at this point
You can’t perform that action at this time.