René's URL Explorer Experiment


Title: Enable polynomial ReDoS query to use plain `regex-use` sinks by Copilot · Pull Request #21115 · github/codeql · GitHub

Open Graph Title: Enable polynomial ReDoS query to use plain `regex-use` sinks by Copilot · Pull Request #21115 · github/codeql

X Title: Enable polynomial ReDoS query to use plain `regex-use` sinks by Copilot · Pull Request #21115 · github/codeql

Description: The polynomial ReDoS query couldn't detect vulnerabilities in Apache Commons Lang3 RegExUtils methods because they use the plain regex-use sink kind, while regexSinkKindInfo only parsed bracketed forms like regex-use[0]. Changes Extended regexSinkKindInfo predicate to handle plain regex-use with defaults: non-full-string matching, string argument at index 0 Updated comment in org.apache.commons.lang3.model.yml to document the behavior Added test coverage for all RegExUtils methods in polynomial ReDoS test suite Technical Details The plain regex-use kind is used by methods where both pattern and input are provided in a single call, like RegExUtils.removeAll(text, regex). The defaults (full=false, strArg=0) match this signature pattern where the regex is at Argument[1] and the text to match is at Argument[0]. This preserves the existing behavior where regex injection and polynomial ReDoS queries select different sink kinds to avoid false positives, while enabling the ReDoS query to analyze these methods. private predicate regexSinkKindInfo(string kind, boolean full, int strArg) { sinkModel(_, _, _, _, _, _, _, kind, _, _) and ( exists(string fullStr, string strArgStr | /* bracketed forms */ ) or // Plain regex-use sinks default to non-full-string matching with string arg at index 0 kind = "regex-use" and full = false and strArg = 0 ) } Original prompt Work on TODO: refactor the regex-use% sink kind so that the polynomial ReDoS query (from java/ql/lib/semmle/code/java/regex/RegexFlowConfigs.qll) Created from VS Code via the GitHub Pull Request extension. 💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Open Graph Description: The polynomial ReDoS query couldn't detect vulnerabilities in Apache Commons Lang3 RegExUtils methods because they use the plain regex-use sink kind, while regexSinkKindInfo only parsed bracket...

X Description: The polynomial ReDoS query couldn't detect vulnerabilities in Apache Commons Lang3 RegExUtils methods because they use the plain regex-use sink kind, while regexSinkKindInfo only parsed bra...

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

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:97c796e8-70df-152c-8bb2-a0cfe828e46e
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC988:1587BA:804C3FF:A9782D4:696DEA0E
html-safe-nonce26293d724d2f966e6091160484ff3273d5fdccc9907688eea3237afcb0c2f7c9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTg4OjE1ODdCQTo4MDRDM0ZGOkE5NzgyRDQ6Njk2REVBMEUiLCJ2aXNpdG9yX2lkIjoiMTE1NTM5ODc3NDc5MjUxNDA2MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacfa5fcb805a63989ac00f59349b59bb9f758ed501c19cf04588647745f1128110
hovercard-subject-tagpull_request:3152250308
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/21115/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altThe polynomial ReDoS query couldn't detect vulnerabilities in Apache Commons Lang3 RegExUtils methods because they use the plain regex-use sink kind, while regexSinkKindInfo only parsed bracket...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4922b452d03cd8dbce479d866a11bc25b59ef6ee2da23aa9b0ddefa6bd4d0064
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
release7e5ae23c70136152637ceee8d6faceb35596ec46
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql%2Fpull%2F21115%2Ffiles
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%2Fgithub%2Fcodeql%2Fpull%2F21115%2Ffiles
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%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=github%2Fcodeql
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
Reloadhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
github https://patch-diff.githubusercontent.com/github
codeqlhttps://patch-diff.githubusercontent.com/github/codeql
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Fork 1.9k https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Star 9.1k https://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql
Code https://patch-diff.githubusercontent.com/github/codeql
Issues 918 https://patch-diff.githubusercontent.com/github/codeql/issues
Pull requests 367 https://patch-diff.githubusercontent.com/github/codeql/pulls
Discussions https://patch-diff.githubusercontent.com/github/codeql/discussions
Actions https://patch-diff.githubusercontent.com/github/codeql/actions
Projects 0 https://patch-diff.githubusercontent.com/github/codeql/projects
Models https://patch-diff.githubusercontent.com/github/codeql/models
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/github/codeql/security
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
Insights https://patch-diff.githubusercontent.com/github/codeql/pulse
Code https://patch-diff.githubusercontent.com/github/codeql
Issues https://patch-diff.githubusercontent.com/github/codeql/issues
Pull requests https://patch-diff.githubusercontent.com/github/codeql/pulls
Discussions https://patch-diff.githubusercontent.com/github/codeql/discussions
Actions https://patch-diff.githubusercontent.com/github/codeql/actions
Projects https://patch-diff.githubusercontent.com/github/codeql/projects
Models https://patch-diff.githubusercontent.com/github/codeql/models
Security https://patch-diff.githubusercontent.com/github/codeql/security
Insights https://patch-diff.githubusercontent.com/github/codeql/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fgithub%2Fcodeql%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fgithub%2Fcodeql%2Fissues%2Fnew%2Fchoose
Copilothttps://patch-diff.githubusercontent.com/apps/copilot-swe-agent
java/allow-mad-barriershttps://patch-diff.githubusercontent.com/github/codeql/tree/java/allow-mad-barriers
copilot/refactor-regex-use-sink-kindhttps://patch-diff.githubusercontent.com/github/codeql/tree/copilot/refactor-regex-use-sink-kind
Conversation 0 https://patch-diff.githubusercontent.com/github/codeql/pull/21115
Commits 3 https://patch-diff.githubusercontent.com/github/codeql/pull/21115/commits
Checks 0 https://patch-diff.githubusercontent.com/github/codeql/pull/21115/checks
Files changed https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
Enable polynomial ReDoS query to use plain regex-use sinks https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#top
Show all changes 3 commits https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
6875670 Accept MaD sanitizers for existing sink kinds owen-mc Dec 19, 2025 https://patch-diff.githubusercontent.com/github/codeql/pull/21115/commits/687567064ecee52e33485debf897497be23c6855
de69d94 Initial plan Copilot Jan 7, 2026 https://patch-diff.githubusercontent.com/github/codeql/pull/21115/commits/de69d94dbfd3e60a4e8a76a7dc74c9afa623724f
6574f17 Refactor regex-use sink kind to support polynomial ReDoS query Copilot Jan 7, 2026 https://patch-diff.githubusercontent.com/github/codeql/pull/21115/commits/6574f1761542cd787d6b56d8eedadaa2c7a63fe6
Clear filters https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
Please reload this pagehttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files
org.apache.commons.lang3.model.yml https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-d88aded22f38173233960a420402194b142378eae38541e0777bca542b9f048f
RegexFlowConfigs.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-5b8b62de789bf1e1ecf54de4d557b05d5ba219ae379e4ecbdaa554cdb1243409
AndroidIntentRedirection.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-e0835b339cd7404137fa3b07682f5d5047119a2f2e3a2f65d880ec354723ae7b
CommandLineQuery.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7e910ff8439b9b6a7ffdf0fa90fabbf6c24392912788f8fae1b504c67b5bfedf
FragmentInjection.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-4656cdefff7d81190b249e0440c2c455c0321d032af4f40af4f9e6e41c4a5371
FragmentInjectionQuery.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-3fc43e9037c98ecad5e8653fde1fd7e63bb3995e9face1fc53bd8fe6ba850766
GroovyInjection.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-84027704ecc5227234bf4937e3523326a7bbb8854b50c77bf7bfcde38b805621
GroovyInjectionQuery.qll https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-276f29f2b450e1ed8cd2857acedf9dbc3824492fce24ce91b951e9340cfb6c8b
PolyRedosTest.java https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7ea45cabf0b80c3a9e42f25cd84d36b251d62dea6370933ae2a8ddf2340afd72
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/lib/ext/org.apache.commons.lang3.model.ymlhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-d88aded22f38173233960a420402194b142378eae38541e0777bca542b9f048f
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/lib/ext/org.apache.commons.lang3.model.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-d88aded22f38173233960a420402194b142378eae38541e0777bca542b9f048f
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-d88aded22f38173233960a420402194b142378eae38541e0777bca542b9f048f
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/lib/semmle/code/java/regex/RegexFlowConfigs.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-5b8b62de789bf1e1ecf54de4d557b05d5ba219ae379e4ecbdaa554cdb1243409
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/lib/semmle/code/java/regex/RegexFlowConfigs.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-5b8b62de789bf1e1ecf54de4d557b05d5ba219ae379e4ecbdaa554cdb1243409
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-5b8b62de789bf1e1ecf54de4d557b05d5ba219ae379e4ecbdaa554cdb1243409
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/lib/semmle/code/java/security/AndroidIntentRedirection.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-e0835b339cd7404137fa3b07682f5d5047119a2f2e3a2f65d880ec354723ae7b
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/lib/semmle/code/java/security/AndroidIntentRedirection.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-e0835b339cd7404137fa3b07682f5d5047119a2f2e3a2f65d880ec354723ae7b
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-e0835b339cd7404137fa3b07682f5d5047119a2f2e3a2f65d880ec354723ae7b
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/lib/semmle/code/java/security/CommandLineQuery.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7e910ff8439b9b6a7ffdf0fa90fabbf6c24392912788f8fae1b504c67b5bfedf
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/lib/semmle/code/java/security/CommandLineQuery.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7e910ff8439b9b6a7ffdf0fa90fabbf6c24392912788f8fae1b504c67b5bfedf
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7e910ff8439b9b6a7ffdf0fa90fabbf6c24392912788f8fae1b504c67b5bfedf
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/lib/semmle/code/java/security/FragmentInjection.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-4656cdefff7d81190b249e0440c2c455c0321d032af4f40af4f9e6e41c4a5371
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/lib/semmle/code/java/security/FragmentInjection.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-4656cdefff7d81190b249e0440c2c455c0321d032af4f40af4f9e6e41c4a5371
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-4656cdefff7d81190b249e0440c2c455c0321d032af4f40af4f9e6e41c4a5371
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/lib/semmle/code/java/security/FragmentInjectionQuery.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-3fc43e9037c98ecad5e8653fde1fd7e63bb3995e9face1fc53bd8fe6ba850766
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/lib/semmle/code/java/security/FragmentInjectionQuery.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-3fc43e9037c98ecad5e8653fde1fd7e63bb3995e9face1fc53bd8fe6ba850766
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-3fc43e9037c98ecad5e8653fde1fd7e63bb3995e9face1fc53bd8fe6ba850766
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/lib/semmle/code/java/security/GroovyInjection.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-84027704ecc5227234bf4937e3523326a7bbb8854b50c77bf7bfcde38b805621
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/lib/semmle/code/java/security/GroovyInjection.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-84027704ecc5227234bf4937e3523326a7bbb8854b50c77bf7bfcde38b805621
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-84027704ecc5227234bf4937e3523326a7bbb8854b50c77bf7bfcde38b805621
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/lib/semmle/code/java/security/GroovyInjectionQuery.qllhttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-276f29f2b450e1ed8cd2857acedf9dbc3824492fce24ce91b951e9340cfb6c8b
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/lib/semmle/code/java/security/GroovyInjectionQuery.qll
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-276f29f2b450e1ed8cd2857acedf9dbc3824492fce24ce91b951e9340cfb6c8b
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-276f29f2b450e1ed8cd2857acedf9dbc3824492fce24ce91b951e9340cfb6c8b
https://patch-diff.githubusercontent.com/github/codeql/blob/java/allow-mad-barriers/CODEOWNERS#L16
java/ql/test/query-tests/security/CWE-730/PolyRedos/PolyRedosTest.javahttps://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7ea45cabf0b80c3a9e42f25cd84d36b251d62dea6370933ae2a8ddf2340afd72
View file https://patch-diff.githubusercontent.com/github/codeql/blob/6574f1761542cd787d6b56d8eedadaa2c7a63fe6/java/ql/test/query-tests/security/CWE-730/PolyRedos/PolyRedosTest.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7ea45cabf0b80c3a9e42f25cd84d36b251d62dea6370933ae2a8ddf2340afd72
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7ea45cabf0b80c3a9e42f25cd84d36b251d62dea6370933ae2a8ddf2340afd72
https://patch-diff.githubusercontent.com/github/codeql/pull/21115/files#diff-7ea45cabf0b80c3a9e42f25cd84d36b251d62dea6370933ae2a8ddf2340afd72
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.