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
.
thoth-tech
/
doubtfire-api
Public
forked from
doubtfire-lms/doubtfire-api
Notifications
You must be signed in to change notification settings
Fork
170
Star
2
Code
Pull requests
40
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
fix/IDOR vulnerability
- #63
#63
Open
atharv02-git
wants to merge 8 commits into
thoth-tech:app-attack-fixes
thoth-tech/doubtfire-api:app-attack-fixes
from
atharv02-git:fix/IDOR-Vulnerability
atharv02-git/doubtfire-api:fix/IDOR-Vulnerability
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
fix/IDOR vulnerability
#63
atharv02-git
wants to merge 8 commits into
thoth-tech:app-attack-fixes
thoth-tech/doubtfire-api:app-attack-fixes
from
atharv02-git:fix/IDOR-Vulnerability
atharv02-git/doubtfire-api:fix/IDOR-Vulnerability
Copy head branch name to clipboard
Commits
Commits on May 6, 2025
Imported role_helpers to implement Role Based Access Controls
atharv02-git
committed
b9de910
View commit details
Copy full SHA for b9de910
Browse repository at this point
Reusing centralized role-checking logic by importing role_helpers module to implement RBAC on email, firstname, lastmame, username
atharv02-git
committed
56a3ecc
View commit details
Copy full SHA for 56a3ecc
Browse repository at this point
Add role-based checks in UnitRoleEntity to prevent students from accessing full staff details
atharv02-git
committed
a35aea1
View commit details
Copy full SHA for a35aea1
Browse repository at this point
Add my_role context to UnitRole serializer to enforce RBAC during API response serialization.
atharv02-git
committed
b0b1cef
View commit details
Copy full SHA for b0b1cef
Browse repository at this point
Add user: current_user to unit serializer to enable role-based filtering in UnitEntity for RBAC enforcement.
atharv02-git
committed
358a9f1
View commit details
Copy full SHA for 358a9f1
Browse repository at this point
Added role_helpers module to centralize and reuse RBAC logic across different api entities
atharv02-git
committed
c1593c2
View commit details
Copy full SHA for c1593c2
Browse repository at this point
Commits on May 8, 2025
Restoring all the changes as per 8.0.x
atharv02-git
committed
a294e9d
View commit details
Copy full SHA for a294e9d
Browse repository at this point
filtering out the staff_data object for non_staff_roles
atharv02-git
committed
df0bdca
View commit details
Copy full SHA for df0bdca
Browse repository at this point
You can’t perform that action at this time.