René's URL Explorer Experiment


Title: Security key doesn't respect endpoint explicitly setting anonymous access (via `{}`) · Issue #1372 · openapi-generators/openapi-python-client · GitHub

Open Graph Title: Security key doesn't respect endpoint explicitly setting anonymous access (via `{}`) · Issue #1372 · openapi-generators/openapi-python-client

X Title: Security key doesn't respect endpoint explicitly setting anonymous access (via `{}`) · Issue #1372 · openapi-generators/openapi-python-client

Description: Thanks for this wonderful library! It's been SO helpful :) Describe the bug The client args in generated methods (Client vs AuthenticatedClient) don't match those described by security in the spec, when explicitly anonymous access is per...

Open Graph Description: Thanks for this wonderful library! It's been SO helpful :) Describe the bug The client args in generated methods (Client vs AuthenticatedClient) don't match those described by security in the spec,...

X Description: Thanks for this wonderful library! It's been SO helpful :) Describe the bug The client args in generated methods (Client vs AuthenticatedClient) don't match those described by security in t...

Opengraph URL: https://github.com/openapi-generators/openapi-python-client/issues/1372

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Security key doesn't respect endpoint explicitly setting anonymous access (via `{}`)","articleBody":"Thanks for this wonderful library! It's been SO helpful :)\n\n**Describe the bug**\nThe client args in generated methods (Client vs AuthenticatedClient) don't match those described by security in the spec, when explicitly anonymous access is permitted in an endpoint's security list, as allowed in spec:\n\n\u003e An empty Security Requirement Object ({}) indicates anonymous access is supported. [[ref, with examples]](https://swagger.io/specification/?sbsearch=-a-n-o-n-y-m-o-u-s#security-requirement-object:~:text=An%20empty%20Security%20Requirement%20Object%20(%7B%7D)%20indicates%20anonymous%20access%20is%20supported.)\n\nExample:\n\n```\n  /auth-optional-explicit:\n    get:\n      summary: Requires auth but has empty object\n      security:   # \u003c--- client: AuthenticatedClient (EXPECTED: Client | AuthenticatedClient)\n        - {}\n        - ApiKeyAuth: []\n      responses:\n        '200':\n          description: OK\n```\n\nThis is due to this line\n\nhttps://github.com/openapi-generators/openapi-python-client/blob/49fa8fc076a5733e68029ba36f4672759c4ac52b/openapi_python_client/parser/openapi.py#L423\n\n```\n\u003e\u003e\u003e bool([])\nFalse\n\u003e\u003e\u003e bool([{\"ApiKeyAuth\": []}])\nTrue\n\u003e\u003e\u003e bool([{\"ApiKeyAuth\": []}, {}])\nTrue\n\u003e\u003e\u003e bool([{}])\nTrue\n```\n\nWe would want the last two to return False. We should check if `{}` is anywhere in a list (when it's a list).\n\nThis would do the trick:\n\n```py\nrequires_security_check = lambda sec: bool(sec or []) and {} not in (sec or [])\n```\n\n**OpenAPI Spec File**\n\n```yml\nopenapi: 3.1.0\ninfo:\n  title: Security Test API\n  version: 1.0.0\nservers:\n  - url: https://example.com\npaths:\n  /no-auth-specified:\n    get:\n      summary: Truly anonymous\n      security: []   # client: Client | AuthenticatedClient (EXPECTED: same)\n      responses:\n        '200':\n          description: OK\n  /explicit-anon:\n    get:\n      summary: Requires auth but has empty object\n      security:   # \u003c--- client: AuthenticatedClient (EXPECTED: not sure, but def not this)\n        - {}\n      responses:\n        '200':\n          description: OK\n  /auth-optional-explicit:\n    get:\n      summary: Requires auth but has empty object\n      security:   # \u003c--- client: AuthenticatedClient (EXPECTED: Client | AuthenticatedClient)\n        - {}\n        - ApiKeyAuth: []\n      responses:\n        '200':\n          description: OK\n  /auth-required:\n    get:\n      summary: Requires API key\n      security:   # \u003c--- client: AuthenticatedClient\n        - ApiKeyAuth: []\n      responses:\n        '200':\n          description: OK\ncomponents:\n  securitySchemes:\n    ApiKeyAuth:\n      type: apiKey\n      in: header\n      name: X-API-Key\n```\n\n**Desktop (please complete the following information):**\n - OS: [e.g. macOS 10.15.1]\n - Python Version: [e.g. 3.8.0]\n - openapi-python-client version [e.g. 0.1.0]\n\n**Additional context**\n...\n","author":{"url":"https://github.com/patcon","@type":"Person","name":"patcon"},"datePublished":"2025-12-06T19:22:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1372/openapi-python-client/issues/1372"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:257dd871-c74d-61f6-36ee-dbfcdaa81e5e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id87D0:BA2A1:981B75:C114A6:697FC9D3
html-safe-noncef6639a954751cfc2b28134da395d2bb09117c86e4a332d1bed46ac3e04223410
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4N0QwOkJBMkExOjk4MUI3NTpDMTE0QTY6Njk3RkM5RDMiLCJ2aXNpdG9yX2lkIjoiNTgyNTE3MDgwNzEwNTUwNTc0OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6a7483ce8941b607807b726dffafc5cb9f18ce2f0a5670628b71c28924483ec5
hovercard-subject-tagissue:3702240847
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/openapi-generators/openapi-python-client/1372/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6c408fd6ba93a54d7bb55014f2f63b69804017918c4dfb74afd4c306e14bd158/openapi-generators/openapi-python-client/issues/1372
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6c408fd6ba93a54d7bb55014f2f63b69804017918c4dfb74afd4c306e14bd158/openapi-generators/openapi-python-client/issues/1372
og:image:altThanks for this wonderful library! It's been SO helpful :) Describe the bug The client args in generated methods (Client vs AuthenticatedClient) don't match those described by security in the spec,...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepatcon
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/openapi-generators/openapi-python-client git https://github.com/openapi-generators/openapi-python-client.git
octolytics-dimension-user_id84925606
octolytics-dimension-user_loginopenapi-generators
octolytics-dimension-repository_id240776275
octolytics-dimension-repository_nwoopenapi-generators/openapi-python-client
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id240776275
octolytics-dimension-repository_network_root_nwoopenapi-generators/openapi-python-client
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1372#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2F1372
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenapi-generators%2Fopenapi-python-client%2Fissues%2F1372
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=openapi-generators%2Fopenapi-python-client
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1372
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1372
Reloadhttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1372
openapi-generators https://patch-diff.githubusercontent.com/openapi-generators
openapi-python-clienthttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Please reload this pagehttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1372
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Fork 264 https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Star 1.9k https://patch-diff.githubusercontent.com/login?return_to=%2Fopenapi-generators%2Fopenapi-python-client
Code https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Issues 77 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues
Pull requests 13 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulls
Discussions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/discussions
Actions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/actions
Security 2 https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/security
Insights https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulse
Code https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client
Issues https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues
Pull requests https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulls
Discussions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/discussions
Actions https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/actions
Security https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/security
Insights https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/openapi-generators/openapi-python-client/issues/1372
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/openapi-generators/openapi-python-client/issues/1372
Security key doesn't respect endpoint explicitly setting anonymous access (via {})https://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/issues/1372#top
https://github.com/patcon
https://github.com/patcon
patconhttps://github.com/patcon
on Dec 6, 2025https://github.com/openapi-generators/openapi-python-client/issues/1372#issue-3702240847
[ref, with examples]https://swagger.io/specification/?sbsearch=-a-n-o-n-y-m-o-u-s#security-requirement-object:~:text=An%20empty%20Security%20Requirement%20Object%20(%7B%7D)%20indicates%20anonymous%20access%20is%20supported.
openapi-python-client/openapi_python_client/parser/openapi.pyhttps://github.com/openapi-generators/openapi-python-client/blob/49fa8fc076a5733e68029ba36f4672759c4ac52b/openapi_python_client/parser/openapi.py#L423
49fa8fchttps://patch-diff.githubusercontent.com/openapi-generators/openapi-python-client/commit/49fa8fc076a5733e68029ba36f4672759c4ac52b
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.