René's URL Explorer Experiment


Title: Protect `readLine()` against DoS by pixeebot[bot] · Pull Request #27 · Pixee-Bot-Java/flow · GitHub

Open Graph Title: Protect `readLine()` against DoS by pixeebot[bot] · Pull Request #27 · Pixee-Bot-Java/flow

X Title: Protect `readLine()` against DoS by pixeebot[bot] · Pull Request #27 · Pixee-Bot-Java/flow

Description: This change hardens all BufferedReader#readLine() operations against memory exhaustion. There is no way to call readLine() safely since it is, by its nature, a read that must be terminated by the stream provider. Furthermore, a stream of data provided by an untrusted source could lead to a denial of service attack, as attackers can provide an infinite stream of bytes until the process runs out of memory. Fixing it is straightforward using an API which limits the amount of expected characters to some sane limit. This is what our changes look like: + import io.github.pixee.security.BoundedLineReader; ... BufferedReader reader = getReader(); - String line = reader.readLine(); // unlimited read, can lead to DoS + String line = BoundedLineReader.readLine(reader, 5_000_000); // limited to 5MB More reading https://vulncat.fortify.com/en/detail?id=desc.dataflow.abap.denial_of_service https://cwe.mitre.org/data/definitions/400.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/limit-readline

Open Graph Description: This change hardens all BufferedReader#readLine() operations against memory exhaustion. There is no way to call readLine() safely since it is, by its nature, a read that must be terminated by the s...

X Description: This change hardens all BufferedReader#readLine() operations against memory exhaustion. There is no way to call readLine() safely since it is, by its nature, a read that must be terminated by the s...

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

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:b7d85986-fea9-6504-aae4-1523470ddfe4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAA92:1DEB:6BD924:89E82C:69906E32
html-safe-nonce12efb7c3dc0d26af5b8b898084b7539fb6bea4112fda2c9231bcf038333313fb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQTkyOjFERUI6NkJEOTI0Ojg5RTgyQzo2OTkwNkUzMiIsInZpc2l0b3JfaWQiOiIxOTMyODk3OTU2ODU3NDA5MDc0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac0b8dff223dd16181bc4e29fa7595a4d2ffc9b25cc0dca592fd86fd0ea2a53d2c
hovercard-subject-tagpull_request:2477798370
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/27/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 hardens all BufferedReader#readLine() operations against memory exhaustion. There is no way to call readLine() safely since it is, by its nature, a read that must be terminated by the s...
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/27/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%2F27%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%2F27%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/27/files
Reloadhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
Reloadhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/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-04-24-pixee-java/limit-readlinehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/tree/pixeebot/drip-2025-04-24-pixee-java/limit-readline
Conversation 7 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27
Commits 1 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/commits
Checks 5 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/checks
Files changed https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
Protect readLine() against DoS https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
e99ff8b Protect `readLine()` against DoS pixeebot[bot] Apr 24, 2025 https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/commits/e99ff8bd0a221fee6d2a34ca701b28b3aa48a078
Clear filters https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
pom.xml https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4abe9f264d9d9616e9178b98b70fdfbb13aeea2d49ef4c0e6c30f04882ab55d3
TaskRunDevBundleBuild.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-ae30adbbf6cfb65eec2e183341e5cb168b1a89c0b66590d73dd11280c6cf29d0
pom.xml https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-b86eee33645f5316903eb28ef275e4849f648d4f8e12ffda770cc7c6533a4bbc
LinuxEphemeralPortRangeDetector.java https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4b7b156184371901cb2c6354ecfd0b561aa26429e5ac6d6fbb35e469a26d03a3
pom.xml https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
flow-server/pom.xmlhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4abe9f264d9d9616e9178b98b70fdfbb13aeea2d49ef4c0e6c30f04882ab55d3
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/e99ff8bd0a221fee6d2a34ca701b28b3aa48a078/flow-server/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4abe9f264d9d9616e9178b98b70fdfbb13aeea2d49ef4c0e6c30f04882ab55d3
pixeebothttps://patch-diff.githubusercontent.com/apps/pixeebot
Apr 24, 2025https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#r2057346799
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Open sourcehttps://github.com/pixee/java-security-toolkit
More factshttps://mvnrepository.com/artifact/io.github.pixee/java-security-toolkit/1.2.1
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4abe9f264d9d9616e9178b98b70fdfbb13aeea2d49ef4c0e6c30f04882ab55d3
flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskRunDevBundleBuild.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-ae30adbbf6cfb65eec2e183341e5cb168b1a89c0b66590d73dd11280c6cf29d0
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/e99ff8bd0a221fee6d2a34ca701b28b3aa48a078/flow-server/src/main/java/com/vaadin/flow/server/frontend/TaskRunDevBundleBuild.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-ae30adbbf6cfb65eec2e183341e5cb168b1a89c0b66590d73dd11280c6cf29d0
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-ae30adbbf6cfb65eec2e183341e5cb168b1a89c0b66590d73dd11280c6cf29d0
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-ae30adbbf6cfb65eec2e183341e5cb168b1a89c0b66590d73dd11280c6cf29d0
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-ae30adbbf6cfb65eec2e183341e5cb168b1a89c0b66590d73dd11280c6cf29d0
flow-test-util/pom.xmlhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-b86eee33645f5316903eb28ef275e4849f648d4f8e12ffda770cc7c6533a4bbc
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/e99ff8bd0a221fee6d2a34ca701b28b3aa48a078/flow-test-util/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-b86eee33645f5316903eb28ef275e4849f648d4f8e12ffda770cc7c6533a4bbc
pixeebothttps://patch-diff.githubusercontent.com/apps/pixeebot
Apr 24, 2025https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#r2057346872
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Open sourcehttps://github.com/pixee/java-security-toolkit
More factshttps://mvnrepository.com/artifact/io.github.pixee/java-security-toolkit/1.2.1
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-b86eee33645f5316903eb28ef275e4849f648d4f8e12ffda770cc7c6533a4bbc
...test-util/src/main/java/com/vaadin/flow/testutil/net/LinuxEphemeralPortRangeDetector.javahttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4b7b156184371901cb2c6354ecfd0b561aa26429e5ac6d6fbb35e469a26d03a3
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/e99ff8bd0a221fee6d2a34ca701b28b3aa48a078/flow-test-util/src/main/java/com/vaadin/flow/testutil/net/LinuxEphemeralPortRangeDetector.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4b7b156184371901cb2c6354ecfd0b561aa26429e5ac6d6fbb35e469a26d03a3
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4b7b156184371901cb2c6354ecfd0b561aa26429e5ac6d6fbb35e469a26d03a3
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4b7b156184371901cb2c6354ecfd0b561aa26429e5ac6d6fbb35e469a26d03a3
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-4b7b156184371901cb2c6354ecfd0b561aa26429e5ac6d6fbb35e469a26d03a3
pom.xmlhttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/blob/e99ff8bd0a221fee6d2a34ca701b28b3aa48a078/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
pixeebothttps://patch-diff.githubusercontent.com/apps/pixeebot
Apr 24, 2025https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#r2057346834
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Open sourcehttps://github.com/pixee/java-security-toolkit
More factshttps://mvnrepository.com/artifact/io.github.pixee/java-security-toolkit/1.2.1
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
pixeebothttps://patch-diff.githubusercontent.com/apps/pixeebot
Apr 24, 2025https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#r2057346902
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Open sourcehttps://github.com/pixee/java-security-toolkit
More factshttps://mvnrepository.com/artifact/io.github.pixee/java-security-toolkit/1.2.1
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files
https://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
Please reload this pagehttps://patch-diff.githubusercontent.com/Pixee-Bot-Java/flow/pull/27/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.