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
Type
/
to 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
.
iblai
/
ontology
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
10
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jul 14, 2026
Merge pull request #17 from iblai/fix/api-hardening
Show description for ca861e6
null-crafter
authored
ca861e6
View commit details
Copy full SHA for ca861e6
Browse repository at this point
fix: bound SyncStatus query, add ONTOLOGY_ADMIN_PLATFORMS allowlist, make service_type optional
null-crafter
committed
485a4e4
View commit details
Copy full SHA for 485a4e4
Browse repository at this point
Commits on Jul 10, 2026
Merge pull request #16 from iblai/feat/drf-api-routes
Show description for 08b31e8
null-crafter
authored
08b31e8
View commit details
Copy full SHA for 08b31e8
Browse repository at this point
feat: add uvicorn
null-crafter
committed
be78cd2
View commit details
Copy full SHA for be78cd2
Browse repository at this point
feat: finish sidebar
null-crafter
committed
49e7d43
View commit details
Copy full SHA for 49e7d43
Browse repository at this point
feat: add print_db_url command
null-crafter
committed
2efd902
View commit details
Copy full SHA for 2efd902
Browse repository at this point
feat: add seed_example_data command
null-crafter
committed
fdf1feb
View commit details
Copy full SHA for fdf1feb
Browse repository at this point
feat: add logging & renovate fe
null-crafter
committed
69cecc8
View commit details
Copy full SHA for 69cecc8
Browse repository at this point
feat: add manage command
null-crafter
committed
f6dfb00
View commit details
Copy full SHA for f6dfb00
Browse repository at this point
feat: add serve command
null-crafter
committed
f0020cb
View commit details
Copy full SHA for f0020cb
Browse repository at this point
chore: rename pacakge
null-crafter
committed
554be78
View commit details
Copy full SHA for 554be78
Browse repository at this point
chore: format code
null-crafter
committed
8903dfb
View commit details
Copy full SHA for 8903dfb
Browse repository at this point
Commits on Jul 9, 2026
feat: implement real api
null-crafter
committed
da2c80a
View commit details
Copy full SHA for da2c80a
Browse repository at this point
Merge branch 'main' of https://github.com/iblai/ontology
null-crafter
committed
6348c39
View commit details
Copy full SHA for 6348c39
Browse repository at this point
feat: update ui
null-crafter
committed
9eb4de5
View commit details
Copy full SHA for 9eb4de5
Browse repository at this point
Merge pull request #15 from iblai/fix/2147-jwt-replay-jti
Show description for cc612c5
gipsbrian
authored
cc612c5
View commit details
Copy full SHA for cc612c5
Browse repository at this point
fix(identity): detect JWT replay via jti binding (#2147)
Show description for ae1ac00
gipsbrian
and
claude
committed
ae1ac00
View commit details
Copy full SHA for ae1ac00
Browse repository at this point
Merge pull request #14 from iblai/fix/2146-chromadb-unauthenticated
Show description for ae980be
gipsbrian
authored
ae980be
View commit details
Copy full SHA for ae980be
Browse repository at this point
fix(vector): require token auth on ChromaDB vector store (#2146)
Show description for 310dad6
gipsbrian
and
claude
committed
310dad6
View commit details
Copy full SHA for 310dad6
Browse repository at this point
Merge pull request #13 from iblai/fix/2145-jwt-cleartext-security-headers
Show description for 0689c4a
gipsbrian
authored
0689c4a
View commit details
Copy full SHA for 0689c4a
Browse repository at this point
Commits on Jul 8, 2026
fix(gateway): reject cleartext Bearer tokens + set security headers (#2145)
Show description for 8223075
gipsbrian
and
claude
committed
8223075
View commit details
Copy full SHA for 8223075
Browse repository at this point
Merge pull request #11 from iblai/fix/2144-rate-limiting
Show description for adadba0
gipsbrian
authored
adadba0
View commit details
Copy full SHA for adadba0
Browse repository at this point
feat(gateway): add rate limiting to the MCP gateway (#2144)
Show description for 7874eb9
gipsbrian
and
claude
committed
7874eb9
View commit details
Copy full SHA for 7874eb9
Browse repository at this point
Merge pull request #10 from iblai/fix/2143-readmemory-symlink-traversal
Show description for 3a746b0
gipsbrian
authored
3a746b0
View commit details
Copy full SHA for 3a746b0
Browse repository at this point
fix(mcp): block symlink path traversal in read-memory (#2143)
Show description for f64e4b4
gipsbrian
and
claude
committed
f64e4b4
View commit details
Copy full SHA for f64e4b4
Browse repository at this point
Merge pull request #9 from iblai/fix/2142-url-path-injection
Show description for 41282c9
gipsbrian
authored
41282c9
View commit details
Copy full SHA for 41282c9
Browse repository at this point
fix(canvas,navigate): stop URL-path injection in MCP servers (#2142)
Show description for bcc6264
gipsbrian
and
claude
committed
bcc6264
View commit details
Copy full SHA for bcc6264
Browse repository at this point
Merge pull request #8 from iblai/fix/2141-cache-table-acl
Show description for 32e95dd
gipsbrian
authored
32e95dd
View commit details
Copy full SHA for 32e95dd
Browse repository at this point
fix(authz): enforce cache_tables ACL on cache queries (#2141)
Show description for 86b4326
gipsbrian
and
claude
committed
86b4326
View commit details
Copy full SHA for 86b4326
Browse repository at this point
Merge pull request #7 from iblai/fix/2140-self-service-ownership
Show description for 5a6c071
gipsbrian
authored
5a6c071
View commit details
Copy full SHA for 5a6c071
Browse repository at this point
fix(authz): self-scope subject tools for self-service roles (#2140)
Show description for 1db8308
gipsbrian
and
claude
committed
1db8308
View commit details
Copy full SHA for 1db8308
Browse repository at this point
Merge pull request #6 from iblai/fix/2139-ldap-injection
Show description for b1ac296
gipsbrian
authored
b1ac296
View commit details
Copy full SHA for b1ac296
Browse repository at this point
fix(ldap): escape LDAP filter inputs to stop injection (#2139)
Show description for 925fd83
gipsbrian
and
claude
committed
925fd83
View commit details
Copy full SHA for 925fd83
Browse repository at this point
Merge pull request #5 from iblai/fix/2138-role-header-privesc
Show description for 0f6a419
gipsbrian
authored
0f6a419
View commit details
Copy full SHA for 0f6a419
Browse repository at this point
fix(identity): derive role from JWT, not X-Iblai-Role header (#2138)
Show description for 9f3e91f
gipsbrian
and
claude
committed
9f3e91f
View commit details
Copy full SHA for 9f3e91f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.