René's URL Explorer Experiment


Title: Python: Remove imprecise container steps by yoff · Pull Request #17493 · github/codeql · GitHub

Open Graph Title: Python: Remove imprecise container steps by yoff · Pull Request #17493 · github/codeql

X Title: Python: Remove imprecise container steps by yoff · Pull Request #17493 · github/codeql

Description: Motivation We used to have taint steps from any element of a collection to the entire collection (see here). These are very imprecise, leading to false positives (e.g. seen here and here). They are also at odds with how other languages treat collections, see our issue about this. We wish to keep the semantics, that if a collection is tainted, then all elements are considered tainted. Therefor we now try to not taint collections, if we have precise information about which elements are tainted. For a list, if an element is tainted, we do not know which one, so any read is potentially reading tainted information. There is not much difference between the list having content and the list being tainted. But for a dictionary, if an entry is tainted and we know which one, only reads of the appropriate key is reading tainted information. All other reads should ideally be considered safe (they used to not be). If we do not know that other keys are safe, e.g. if the collection came from an untrusted source, we can taint the collection itself, and all reads will be considered dangerous. So for collections with precise content, there is a big difference between having content and the collection being tainted. Thus we wish to remove these imprecise taint steps for tuples and dictionaries, where we track content precisely (we keep them for lists and sets, where content is imprecise anyway). Changes In this PR we do the following: remove tupleStoreStep and dictStoreStep from containerStep These are imprecise compared to the content being precise. add implicit reads to recover taint at sinks add implicit read steps for decoders to supplement the AdditionalTaintStep that now only covers when the full container is tainted. Status: Potential confusions: A comprehension is no longer tainted even if it has tainted elements. See the taint test for Tornado for an example. Dict.items is no longer tainted for a tainted dict (but Dict.values are). We could choose to change this. Improvements: Fixed FP in test_unpacking Fixed FP in CleartextLogging Nicer paths in NoSqlInjection test

Open Graph Description: Motivation We used to have taint steps from any element of a collection to the entire collection (see here). These are very imprecise, leading to false positives (e.g. seen here and here). They are...

X Description: Motivation We used to have taint steps from any element of a collection to the entire collection (see here). These are very imprecise, leading to false positives (e.g. seen here and here). They are...

Opengraph URL: https://github.com/github/codeql/pull/17493

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:8020db25-82f9-3a9c-065b-12e238a9c2ff
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC478:10F0C1:1169FB:19741F:6A4DFBF6
html-safe-nonce7b5e49f9ad95baaa07654036f6cbc82201a9327f55dca3a0de5e1154a5cc7a64
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNDc4OjEwRjBDMToxMTY5RkI6MTk3NDFGOjZBNERGQkY2IiwidmlzaXRvcl9pZCI6Ijc1NTk1NTg3MDIzODM4ODkzOTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac3f90d5ed2bc0012d607d66fe5680fcc426bb1be5a5448ac89a991e9ec3495748
hovercard-subject-tagpull_request:2076013404
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/github/codeql/pull/17493/files
twitter:imagehttps://avatars.githubusercontent.com/u/647347?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/647347?s=400&v=4
og:image:altMotivation We used to have taint steps from any element of a collection to the entire collection (see here). These are very imprecise, leading to false positives (e.g. seen here and here). They are...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5818716c93c6a2925b815402541a32814e43a7b1261c322b0c2df75224289566
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/github/codeql git https://github.com/github/codeql.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id143040428
octolytics-dimension-repository_nwogithub/codeql
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id143040428
octolytics-dimension-repository_network_root_nwogithub/codeql
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4314b1df11fa8a565684f3a72dc971e3785da365
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/codeql/pull/17493/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql%2Fpull%2F17493%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql%2Fpull%2F17493%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=github%2Fcodeql
Reloadhttps://github.com/github/codeql/pull/17493/files
Reloadhttps://github.com/github/codeql/pull/17493/files
Reloadhttps://github.com/github/codeql/pull/17493/files
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
github https://github.com/github
codeqlhttps://github.com/github/codeql
Notifications https://github.com/login?return_to=%2Fgithub%2Fcodeql
Fork 2k https://github.com/login?return_to=%2Fgithub%2Fcodeql
Star 9.8k https://github.com/login?return_to=%2Fgithub%2Fcodeql
Code https://github.com/github/codeql
Issues 987 https://github.com/github/codeql/issues
Pull requests 426 https://github.com/github/codeql/pulls
Discussions https://github.com/github/codeql/discussions
Actions https://github.com/github/codeql/actions
Projects https://github.com/github/codeql/projects
Models https://github.com/github/codeql/models
Security and quality 0 https://github.com/github/codeql/security
Insights https://github.com/github/codeql/pulse
Code https://github.com/github/codeql
Issues https://github.com/github/codeql/issues
Pull requests https://github.com/github/codeql/pulls
Discussions https://github.com/github/codeql/discussions
Actions https://github.com/github/codeql/actions
Projects https://github.com/github/codeql/projects
Models https://github.com/github/codeql/models
Security and quality https://github.com/github/codeql/security
Insights https://github.com/github/codeql/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fgithub%2Fcodeql%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgithub%2Fcodeql%2Fissues%2Fnew%2Fchoose
yoffhttps://github.com/yoff
github:mainhttps://github.com/github/codeql/tree/main
yoff:python/no-imprecise-container-steps-cleanedhttps://github.com/yoff/codeql/tree/python/no-imprecise-container-steps-cleaned
Conversation 7 https://github.com/github/codeql/pull/17493
Findings https://github.com/github/codeql/pull/17493/findings
Commits 9 https://github.com/github/codeql/pull/17493/commits
Checks 0 https://github.com/github/codeql/pull/17493/checks
Files changed https://github.com/github/codeql/pull/17493/files
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
Python: Remove imprecise container steps https://github.com/github/codeql/pull/17493/files#top
Show all changes 9 commits https://github.com/github/codeql/pull/17493/files
83835da Python: Remove imprecise container steps yoff Sep 17, 2024 https://github.com/github/codeql/pull/17493/commits/83835da0f82eb35964fab4e354c707356551ca25
25e25d5 Python: recover taint for % format strings yoff Sep 17, 2024 https://github.com/github/codeql/pull/17493/commits/25e25d54901a5b3163213b365ad87b14eb47d7e2
12fc379 Python: adjust test expectations yoff Nov 1, 2024 https://github.com/github/codeql/pull/17493/commits/12fc37976ad10da66b122d3a99dfac51072839bb
382b3ce Python: conversion step for `format_map` yoff Nov 11, 2024 https://github.com/github/codeql/pull/17493/commits/382b3ce4c06bb068e7b1b837f6ed4b19d2373ebb
53b1678 Python: reset test expectations yoff Nov 11, 2024 https://github.com/github/codeql/pull/17493/commits/53b167809a15a18c65c240041daa8f83e38fc6b6
ee96655 Python: Make sure all imprecise taint bubbles up yoff Nov 11, 2024 https://github.com/github/codeql/pull/17493/commits/ee96655d70ecdd931f34a616a69ed9c979dd0554
111c099 Python: typo yoff Nov 13, 2024 https://github.com/github/codeql/pull/17493/commits/111c0990754e83ad35e296557286f54f70f35df0
2185362 Python: extra tests for comprehension yoff Nov 13, 2024 https://github.com/github/codeql/pull/17493/commits/2185362bd2e0a2e308860564d5438a576d82fc8c
e13a43d python: fix test yoff Dec 3, 2024 https://github.com/github/codeql/pull/17493/commits/e13a43d2b1291c0d6c104a7bc27b2404adc06d91
Clear filters https://github.com/github/codeql/pull/17493/files
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
DataFlowConsistency.ql https://github.com/github/codeql/pull/17493/files#diff-4db0eaad8a85a675265b10d30444ede746236e5fb54a5cb983c699982c6b1547
DataFlowPrivate.qll https://github.com/github/codeql/pull/17493/files#diff-80716eaf55e2581b856950d844a39de74e7015eb05fb3fb56ea89662c13e56fd
TaintTrackingPrivate.qll https://github.com/github/codeql/pull/17493/files#diff-46aa957ae61de8b57f3d5ef20ce855c4275d56ecc47d2a6099b143d537a20bf9
Stdlib.qll https://github.com/github/codeql/pull/17493/files#diff-cac9a82bbea79b64358a082adcd1d176aa565091e6c6391c3b61cbb1bf784971
test.py https://github.com/github/codeql/pull/17493/files#diff-ec23b704b91758ecfab1f9e83e67993ca83039af010e8dd5f9a521952419640d
test_collections.py https://github.com/github/codeql/pull/17493/files#diff-2fd522b8b6b8f5ca015db0af1256abe54886d9a4d1dcca5b9ca917637c18c8ed
test_unpacking.py https://github.com/github/codeql/pull/17493/files#diff-88dc77ccaf80501414da9dfdc8b134279d626a1d8ed49ad2f4c9a7a9b2f6c519
test_re.py https://github.com/github/codeql/pull/17493/files#diff-e75da475bdab55fbb246edea526f40d109a5afbcd3b744414608e0b13c765ab4
taint_test.py https://github.com/github/codeql/pull/17493/files#diff-172bcb9912b57768e0a460d912c20365e009bbc7bc8a759912ae3692ad38dc1c
StackTraceExposure.expected https://github.com/github/codeql/pull/17493/files#diff-bf6c080f7f8f0f173112f0635174844004b075c7bbf69196cc057952d9149a74
CleartextLogging.expected https://github.com/github/codeql/pull/17493/files#diff-a528e6bfbb1e8ee2a0c722543377230c608d84bc94747e129aea1d464914a320
PartialServerSideRequestForgery.expected https://github.com/github/codeql/pull/17493/files#diff-5c894d434505ca1415edc8be7319276af59f3d3aa51cf21b187370e2666a1387
NoSqlInjection.expected https://github.com/github/codeql/pull/17493/files#diff-bef8332df570df8b772c66a858f1dd191694f29d1e6569ccc5d3267d3c48d503
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/consistency-queries/DataFlowConsistency.qlhttps://github.com/github/codeql/pull/17493/files#diff-4db0eaad8a85a675265b10d30444ede746236e5fb54a5cb983c699982c6b1547
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/consistency-queries/DataFlowConsistency.ql
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-4db0eaad8a85a675265b10d30444ede746236e5fb54a5cb983c699982c6b1547
https://github.com/github/codeql/pull/17493/files#diff-4db0eaad8a85a675265b10d30444ede746236e5fb54a5cb983c699982c6b1547
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qllhttps://github.com/github/codeql/pull/17493/files#diff-80716eaf55e2581b856950d844a39de74e7015eb05fb3fb56ea89662c13e56fd
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-80716eaf55e2581b856950d844a39de74e7015eb05fb3fb56ea89662c13e56fd
https://github.com/github/codeql/pull/17493/files#diff-80716eaf55e2581b856950d844a39de74e7015eb05fb3fb56ea89662c13e56fd
https://github.com/github/codeql/pull/17493/files#diff-80716eaf55e2581b856950d844a39de74e7015eb05fb3fb56ea89662c13e56fd
https://github.com/github/codeql/pull/17493/files#diff-80716eaf55e2581b856950d844a39de74e7015eb05fb3fb56ea89662c13e56fd
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/lib/semmle/python/dataflow/new/internal/TaintTrackingPrivate.qllhttps://github.com/github/codeql/pull/17493/files#diff-46aa957ae61de8b57f3d5ef20ce855c4275d56ecc47d2a6099b143d537a20bf9
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/lib/semmle/python/dataflow/new/internal/TaintTrackingPrivate.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-46aa957ae61de8b57f3d5ef20ce855c4275d56ecc47d2a6099b143d537a20bf9
hvitvedhttps://github.com/hvitved
May 22, 2026https://github.com/github/codeql/pull/17493/files#r3288079805
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
https://github.com/github/codeql/pull/17493/files#diff-46aa957ae61de8b57f3d5ef20ce855c4275d56ecc47d2a6099b143d537a20bf9
https://github.com/github/codeql/pull/17493/files#diff-46aa957ae61de8b57f3d5ef20ce855c4275d56ecc47d2a6099b143d537a20bf9
https://github.com/github/codeql/pull/17493/files#diff-46aa957ae61de8b57f3d5ef20ce855c4275d56ecc47d2a6099b143d537a20bf9
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/lib/semmle/python/frameworks/Stdlib.qllhttps://github.com/github/codeql/pull/17493/files#diff-cac9a82bbea79b64358a082adcd1d176aa565091e6c6391c3b61cbb1bf784971
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/lib/semmle/python/frameworks/Stdlib.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-cac9a82bbea79b64358a082adcd1d176aa565091e6c6391c3b61cbb1bf784971
https://github.com/github/codeql/pull/17493/files#diff-cac9a82bbea79b64358a082adcd1d176aa565091e6c6391c3b61cbb1bf784971
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/test/library-tests/dataflow/sensitive-data/test.pyhttps://github.com/github/codeql/pull/17493/files#diff-ec23b704b91758ecfab1f9e83e67993ca83039af010e8dd5f9a521952419640d
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/test/library-tests/dataflow/sensitive-data/test.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-ec23b704b91758ecfab1f9e83e67993ca83039af010e8dd5f9a521952419640d
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
.../test/library-tests/dataflow/tainttracking/defaultAdditionalTaintStep/test_collections.pyhttps://github.com/github/codeql/pull/17493/files#diff-2fd522b8b6b8f5ca015db0af1256abe54886d9a4d1dcca5b9ca917637c18c8ed
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/test/library-tests/dataflow/tainttracking/defaultAdditionalTaintStep/test_collections.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-2fd522b8b6b8f5ca015db0af1256abe54886d9a4d1dcca5b9ca917637c18c8ed
https://github.com/github/codeql/pull/17493/files#diff-2fd522b8b6b8f5ca015db0af1256abe54886d9a4d1dcca5b9ca917637c18c8ed
Copilothttps://github.com/apps/copilot-pull-request-reviewer
Apr 24, 2025https://github.com/github/codeql/pull/17493/files#r2057789259
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
Copilothttps://docs.github.com/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-code-review
https://github.com/github/codeql/pull/17493/files#diff-2fd522b8b6b8f5ca015db0af1256abe54886d9a4d1dcca5b9ca917637c18c8ed
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
...ql/test/library-tests/dataflow/tainttracking/defaultAdditionalTaintStep/test_unpacking.pyhttps://github.com/github/codeql/pull/17493/files#diff-88dc77ccaf80501414da9dfdc8b134279d626a1d8ed49ad2f4c9a7a9b2f6c519
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/test/library-tests/dataflow/tainttracking/defaultAdditionalTaintStep/test_unpacking.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-88dc77ccaf80501414da9dfdc8b134279d626a1d8ed49ad2f4c9a7a9b2f6c519
https://github.com/github/codeql/pull/17493/files#diff-88dc77ccaf80501414da9dfdc8b134279d626a1d8ed49ad2f4c9a7a9b2f6c519
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/test/library-tests/frameworks/stdlib/test_re.pyhttps://github.com/github/codeql/pull/17493/files#diff-e75da475bdab55fbb246edea526f40d109a5afbcd3b744414608e0b13c765ab4
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/test/library-tests/frameworks/stdlib/test_re.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-e75da475bdab55fbb246edea526f40d109a5afbcd3b744414608e0b13c765ab4
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/test/library-tests/frameworks/tornado/taint_test.pyhttps://github.com/github/codeql/pull/17493/files#diff-172bcb9912b57768e0a460d912c20365e009bbc7bc8a759912ae3692ad38dc1c
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/test/library-tests/frameworks/tornado/taint_test.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-172bcb9912b57768e0a460d912c20365e009bbc7bc8a759912ae3692ad38dc1c
Copilothttps://github.com/apps/copilot-pull-request-reviewer
Apr 24, 2025https://github.com/github/codeql/pull/17493/files#r2057789236
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
Copilothttps://docs.github.com/copilot/responsible-use-of-github-copilot-features/responsible-use-of-github-copilot-code-review
yoffhttps://github.com/yoff
Apr 24, 2025https://github.com/github/codeql/pull/17493/files#r2058753276
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
https://github.com/github/codeql/pull/17493/files#diff-172bcb9912b57768e0a460d912c20365e009bbc7bc8a759912ae3692ad38dc1c
https://github.com/github/codeql/pull/17493/files#diff-172bcb9912b57768e0a460d912c20365e009bbc7bc8a759912ae3692ad38dc1c
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/test/query-tests/Security/CWE-209-StackTraceExposure/StackTraceExposure.expectedhttps://github.com/github/codeql/pull/17493/files#diff-bf6c080f7f8f0f173112f0635174844004b075c7bbf69196cc057952d9149a74
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/test/query-tests/Security/CWE-209-StackTraceExposure/StackTraceExposure.expected
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-bf6c080f7f8f0f173112f0635174844004b075c7bbf69196cc057952d9149a74
https://github.com/github/codeql/pull/17493/files#diff-bf6c080f7f8f0f173112f0635174844004b075c7bbf69196cc057952d9149a74
https://github.com/github/codeql/pull/17493/files#diff-bf6c080f7f8f0f173112f0635174844004b075c7bbf69196cc057952d9149a74
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
python/ql/test/query-tests/Security/CWE-312-CleartextLogging/CleartextLogging.expectedhttps://github.com/github/codeql/pull/17493/files#diff-a528e6bfbb1e8ee2a0c722543377230c608d84bc94747e129aea1d464914a320
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/test/query-tests/Security/CWE-312-CleartextLogging/CleartextLogging.expected
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-a528e6bfbb1e8ee2a0c722543377230c608d84bc94747e129aea1d464914a320
https://github.com/github/codeql/pull/17493/files#diff-a528e6bfbb1e8ee2a0c722543377230c608d84bc94747e129aea1d464914a320
https://github.com/github/codeql/pull/17493/files#diff-a528e6bfbb1e8ee2a0c722543377230c608d84bc94747e129aea1d464914a320
https://github.com/github/codeql/pull/17493/files#diff-a528e6bfbb1e8ee2a0c722543377230c608d84bc94747e129aea1d464914a320
https://github.com/github/codeql/blob/main/CODEOWNERS#L19
...-tests/Security/CWE-918-ServerSideRequestForgery/PartialServerSideRequestForgery.expectedhttps://github.com/github/codeql/pull/17493/files#diff-5c894d434505ca1415edc8be7319276af59f3d3aa51cf21b187370e2666a1387
View file https://github.com/yoff/codeql/blob/e13a43d2b1291c0d6c104a7bc27b2404adc06d91/python/ql/test/query-tests/Security/CWE-918-ServerSideRequestForgery/PartialServerSideRequestForgery.expected
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql/pull/17493/{{ revealButtonHref }}
https://github.com/github/codeql/pull/17493/files#diff-5c894d434505ca1415edc8be7319276af59f3d3aa51cf21b187370e2666a1387
https://github.com/github/codeql/pull/17493/files#diff-5c894d434505ca1415edc8be7319276af59f3d3aa51cf21b187370e2666a1387
https://github.com/github/codeql/pull/17493/files#diff-5c894d434505ca1415edc8be7319276af59f3d3aa51cf21b187370e2666a1387
https://github.com/github/codeql/pull/17493/files#diff-5c894d434505ca1415edc8be7319276af59f3d3aa51cf21b187370e2666a1387
Please reload this pagehttps://github.com/github/codeql/pull/17493/files
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.