René's URL Explorer Experiment


Title: Modernize and secure temp file creation by pixeebot[bot] · Pull Request #28 · Pixee-Bot-Java/flow · GitHub

Open Graph Title: Modernize and secure temp file creation by pixeebot[bot] · Pull Request #28 · Pixee-Bot-Java/flow

X Title: Modernize and secure temp file creation by pixeebot[bot] · Pull Request #28 · Pixee-Bot-Java/flow

Description: This change replaces the usage of java.io.File#createTempFile with java.nio.file.Files#createTempFile which has more secure attributes. The java.io.File#createTempFile() method creates a file that is world-readable and world-writeable, which is almost never necessary. Also, the file created is placed in a predictable directory (e.g., /tmp). Having predictable file names, locations, and will lead to many types of vulnerabilities. History has shown that this insecure pattern can lead to information leakage, privilege escalation and even code execution. Our changes look something like this: + import java.nio.file.Files; ... - File txtFile = File.createTempFile("acme", ".txt"); + File txtFile = Files.createTempFile("acme", ".txt").toFile(); More reading https://cwe.mitre.org/data/definitions/378.html https://docs.fluidattacks.com/criteria/vulnerabilities/160/ apache/druid#11130 https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File https://nvd.nist.gov/vuln/detail/CVE-2022-41954 https://www.cvedetails.com/vulnerability-list/cwe-378/vulnerabilities.html I have additional improvements ready for this repo! If you want to see them, leave the comment: @pixeebot next ... and I will open a new PR right away! 🧚🤖 Powered by Pixeebot Feedback | Community | Docs | Codemod ID: pixee:java/upgrade-tempfile-to-nio

Open Graph Description: This change replaces the usage of java.io.File#createTempFile with java.nio.file.Files#createTempFile which has more secure attributes. The java.io.File#createTempFile() method creates a file that ...

X Description: This change replaces the usage of java.io.File#createTempFile with java.nio.file.Files#createTempFile which has more secure attributes. The java.io.File#createTempFile() method creates a file that ...

Opengraph URL: https://github.com/Pixee-Bot-Java/flow/pull/28

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:a07dd39a-668e-0baf-1aaa-7021b9548f36
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8F98:387F6B:289ACF:345F5C:6990185F
html-safe-noncebb1650b6fd44ba9d45355b9ed8a285f52dcdb4a5833979e7aca3f28a1224d61c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Rjk4OjM4N0Y2QjoyODlBQ0Y6MzQ1RjVDOjY5OTAxODVGIiwidmlzaXRvcl9pZCI6IjQxNjUyODY1MDY5MzQ1NzMxNTEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac9af372dbc117fd0cc03e6760f2f16b66306c77ad026088fec8836d3fb9afb22c
hovercard-subject-tagpull_request:2510925600
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/Pixee-Bot-Java/flow/pull/28/files
twitter:imagehttps://avatars.githubusercontent.com/in/193111?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/193111?s=400&v=4
og:image:altThis change replaces the usage of java.io.File#createTempFile with java.nio.file.Files#createTempFile which has more secure attributes. The java.io.File#createTempFile() method creates a file that ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/Pixee-Bot-Java/flow git https://github.com/Pixee-Bot-Java/flow.git
octolytics-dimension-user_id143516492
octolytics-dimension-user_loginPixee-Bot-Java
octolytics-dimension-repository_id795756272
octolytics-dimension-repository_nwoPixee-Bot-Java/flow
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id34809191
octolytics-dimension-repository_parent_nwovaadin/flow
octolytics-dimension-repository_network_root_id34809191
octolytics-dimension-repository_network_root_nwovaadin/flow
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
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPixee-Bot-Java%2Fflow%2Fpull%2F28%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%2FPixee-Bot-Java%2Fflow%2Fpull%2F28%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=Pixee-Bot-Java%2Fflow
Reloadhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
Reloadhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
Reloadhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
Pixee-Bot-Java https://patch-diff.githubusercontent.com/Pixee-Bot-Java
flowhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow
vaadin/flowhttps://patch-diff.githubusercontent.com/vaadin/flow
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FPixee-Bot-Java%2Fflow
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2FPixee-Bot-Java%2Fflow
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FPixee-Bot-Java%2Fflow
Code https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow
Pull requests 1 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pulls
Actions https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/actions
Projects 0 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/projects
Security 0 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/security
Insights https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pulse
Code https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow
Pull requests https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pulls
Actions https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/actions
Projects https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/projects
Security https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/security
Insights https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FPixee-Bot-Java%2Fflow%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=%2FPixee-Bot-Java%2Fflow%2Fissues%2Fnew%2Fchoose
pixeebothttps://patch-diff.githubusercontent.com/apps/pixeebot
mainhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/tree/main
pixeebot/drip-2025-05-10-pixee-java/upgrade-tempfile-to-niohttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/tree/pixeebot/drip-2025-05-10-pixee-java/upgrade-tempfile-to-nio
Conversation 3 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28
Commits 1 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/commits
Checks 5 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/checks
Files changed https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
Modernize and secure temp file creation https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
b1f937b Modernize and secure temp file creation pixeebot[bot] May 10, 2025 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/commits/b1f937be0a13ec5738fb38869ae89f6a5db365d0
Clear filters https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files
TaskGenerateTsConfig.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-54d344bd9729862b666012b4b3c830110b45e11a1157196e7a32779fcdd04c4e
TaskGenerateTsDefinitions.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-1e9cd761a2916aa4ca15f57626ff32129037c24d746964cb6d781f7f24e939d7
AbstractTaskClientGeneratorTest.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-c43e440a02b152f34423ecf4c92a6981a5f4c93f5b11f22e3a3ff5f28d22caef
NodeUpdaterTest.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
FrontendLiveReloadView.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-297e48966ad590f5966d3a9bfbe4047f1a7475896216d9b029c74fc2a15de6aa
UploadIT.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-ba53de2d4a5e105a836a544a8b407d452faa00c3bbba5a2b3d3a4793e5395225
AppViewIT.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-a126e5760568aeaf87b20a51188fc5505f95c66c873275190d9ead488856c2ca
AppViewIT.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-17892e2bf79758bb30113281bc0674fd663bf7ff2f42396588d6fb9405257e56
AppViewIT.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-baaa1f24080c1fd45755414264b7ac7b708dcf83a34384ce62a693d237d545f5
ProjectHelpers.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-eeb08574ddba164b9858f68f2419be7c4c1c7234d2fbb5ea3f7487068f814171
AbstractStatisticsTest.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-06d3c6344cae1cfa9d6662d41a6d9ce3879ec681e70b9c1e0f15687b3d0d30a5
flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskGenerateTsConfig.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-54d344bd9729862b666012b4b3c830110b45e11a1157196e7a32779fcdd04c4e
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskGenerateTsConfig.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-54d344bd9729862b666012b4b3c830110b45e11a1157196e7a32779fcdd04c4e
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-54d344bd9729862b666012b4b3c830110b45e11a1157196e7a32779fcdd04c4e
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-54d344bd9729862b666012b4b3c830110b45e11a1157196e7a32779fcdd04c4e
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-54d344bd9729862b666012b4b3c830110b45e11a1157196e7a32779fcdd04c4e
flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskGenerateTsDefinitions.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-1e9cd761a2916aa4ca15f57626ff32129037c24d746964cb6d781f7f24e939d7
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskGenerateTsDefinitions.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-1e9cd761a2916aa4ca15f57626ff32129037c24d746964cb6d781f7f24e939d7
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-1e9cd761a2916aa4ca15f57626ff32129037c24d746964cb6d781f7f24e939d7
...server/src/test/java/com/vaadin/flow/server/frontend/AbstractTaskClientGeneratorTest.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-c43e440a02b152f34423ecf4c92a6981a5f4c93f5b11f22e3a3ff5f28d22caef
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-server/src/test/java/com/vaadin/flow/server/frontend/AbstractTaskClientGeneratorTest.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-c43e440a02b152f34423ecf4c92a6981a5f4c93f5b11f22e3a3ff5f28d22caef
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-c43e440a02b152f34423ecf4c92a6981a5f4c93f5b11f22e3a3ff5f28d22caef
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-c43e440a02b152f34423ecf4c92a6981a5f4c93f5b11f22e3a3ff5f28d22caef
flow-server/src/test/java/com/vaadin/flow/server/frontend/NodeUpdaterTest.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-server/src/test/java/com/vaadin/flow/server/frontend/NodeUpdaterTest.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-7e51e783cf2f9485a992caaaafe6a6b714cc59711899cd68ed0f801aed6b7eec
...ests/test-live-reload/src/main/java/com/vaadin/flow/uitest/ui/FrontendLiveReloadView.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-297e48966ad590f5966d3a9bfbe4047f1a7475896216d9b029c74fc2a15de6aa
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-tests/test-live-reload/src/main/java/com/vaadin/flow/uitest/ui/FrontendLiveReloadView.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-297e48966ad590f5966d3a9bfbe4047f1a7475896216d9b029c74fc2a15de6aa
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-297e48966ad590f5966d3a9bfbe4047f1a7475896216d9b029c74fc2a15de6aa
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-297e48966ad590f5966d3a9bfbe4047f1a7475896216d9b029c74fc2a15de6aa
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-297e48966ad590f5966d3a9bfbe4047f1a7475896216d9b029c74fc2a15de6aa
...n-spring-tests/test-spring-common/src/test/java/com/vaadin/flow/spring/test/UploadIT.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-ba53de2d4a5e105a836a544a8b407d452faa00c3bbba5a2b3d3a4793e5395225
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-tests/vaadin-spring-tests/test-spring-common/src/test/java/com/vaadin/flow/spring/test/UploadIT.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-ba53de2d4a5e105a836a544a8b407d452faa00c3bbba5a2b3d3a4793e5395225
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-ba53de2d4a5e105a836a544a8b407d452faa00c3bbba5a2b3d3a4793e5395225
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-ba53de2d4a5e105a836a544a8b407d452faa00c3bbba5a2b3d3a4793e5395225
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-ba53de2d4a5e105a836a544a8b407d452faa00c3bbba5a2b3d3a4793e5395225
...w-routepathaccesschecker/src/test/java/com/vaadin/flow/spring/flowsecurity/AppViewIT.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-a126e5760568aeaf87b20a51188fc5505f95c66c873275190d9ead488856c2ca
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-tests/vaadin-spring-tests/test-spring-security-flow-routepathaccesschecker/src/test/java/com/vaadin/flow/spring/flowsecurity/AppViewIT.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-a126e5760568aeaf87b20a51188fc5505f95c66c873275190d9ead488856c2ca
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-a126e5760568aeaf87b20a51188fc5505f95c66c873275190d9ead488856c2ca
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-a126e5760568aeaf87b20a51188fc5505f95c66c873275190d9ead488856c2ca
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-a126e5760568aeaf87b20a51188fc5505f95c66c873275190d9ead488856c2ca
...e-routepathaccesschecker/src/test/java/com/vaadin/flow/spring/flowsecurity/AppViewIT.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-17892e2bf79758bb30113281bc0674fd663bf7ff2f42396588d6fb9405257e56
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-tests/vaadin-spring-tests/test-spring-security-flow-standalone-routepathaccesschecker/src/test/java/com/vaadin/flow/spring/flowsecurity/AppViewIT.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-17892e2bf79758bb30113281bc0674fd663bf7ff2f42396588d6fb9405257e56
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-17892e2bf79758bb30113281bc0674fd663bf7ff2f42396588d6fb9405257e56
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-17892e2bf79758bb30113281bc0674fd663bf7ff2f42396588d6fb9405257e56
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-17892e2bf79758bb30113281bc0674fd663bf7ff2f42396588d6fb9405257e56
...est-spring-security-flow/src/test/java/com/vaadin/flow/spring/flowsecurity/AppViewIT.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-baaa1f24080c1fd45755414264b7ac7b708dcf83a34384ce62a693d237d545f5
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/flow-tests/vaadin-spring-tests/test-spring-security-flow/src/test/java/com/vaadin/flow/spring/flowsecurity/AppViewIT.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-baaa1f24080c1fd45755414264b7ac7b708dcf83a34384ce62a693d237d545f5
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-baaa1f24080c1fd45755414264b7ac7b708dcf83a34384ce62a693d237d545f5
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-baaa1f24080c1fd45755414264b7ac7b708dcf83a34384ce62a693d237d545f5
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-baaa1f24080c1fd45755414264b7ac7b708dcf83a34384ce62a693d237d545f5
vaadin-dev-server/src/main/java/com/vaadin/base/devserver/stats/ProjectHelpers.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-eeb08574ddba164b9858f68f2419be7c4c1c7234d2fbb5ea3f7487068f814171
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/vaadin-dev-server/src/main/java/com/vaadin/base/devserver/stats/ProjectHelpers.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-eeb08574ddba164b9858f68f2419be7c4c1c7234d2fbb5ea3f7487068f814171
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-eeb08574ddba164b9858f68f2419be7c4c1c7234d2fbb5ea3f7487068f814171
vaadin-dev-server/src/test/java/com/vaadin/base/devserver/stats/AbstractStatisticsTest.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-06d3c6344cae1cfa9d6662d41a6d9ce3879ec681e70b9c1e0f15687b3d0d30a5
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/b1f937be0a13ec5738fb38869ae89f6a5db365d0/vaadin-dev-server/src/test/java/com/vaadin/base/devserver/stats/AbstractStatisticsTest.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-06d3c6344cae1cfa9d6662d41a6d9ce3879ec681e70b9c1e0f15687b3d0d30a5
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-06d3c6344cae1cfa9d6662d41a6d9ce3879ec681e70b9c1e0f15687b3d0d30a5
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-06d3c6344cae1cfa9d6662d41a6d9ce3879ec681e70b9c1e0f15687b3d0d30a5
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-06d3c6344cae1cfa9d6662d41a6d9ce3879ec681e70b9c1e0f15687b3d0d30a5
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/files#diff-06d3c6344cae1cfa9d6662d41a6d9ce3879ec681e70b9c1e0f15687b3d0d30a5
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/28/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.