Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate odd URL parsing #82

Closed
fhightower opened this issue Jun 16, 2020 · 2 comments
Closed

Investigate odd URL parsing #82

fhightower opened this issue Jun 16, 2020 · 2 comments
Labels
bug Something isn't working question Further information is requested
Projects

Comments

@fhightower
Copy link
Owner

Investigate the parsing of this URL:

http://1.2.3.4/case/xxx.exe',$env:Temp+'\newfile.Exe');(New-Object) i

I would expect http://1.2.3.4/case/xxx.exe to be parsed, but instead, http://1.2.3.4/case/xxx.exe',$env:Temp+'\\newfile.Exe is parsed.

@fhightower fhightower added the question Further information is requested label Jun 16, 2020
@fhightower fhightower self-assigned this Jun 16, 2020
@fhightower fhightower changed the title Odd URL parsing (?) Investigate odd URL parsing Jun 16, 2020
@fhightower fhightower added this to To do in Development Aug 27, 2020
@fhightower fhightower added the bug Something isn't working label Sep 14, 2020
@fhightower
Copy link
Owner Author

Also, while investigating #89 , I noticed that http://schema.org/Person"> is parsed unexpectedly as well. I would expect it to return http://schema.org/Person, but it returns http://schema.org/Person">.

@fhightower fhightower removed their assignment Mar 12, 2021
@fhightower
Copy link
Owner Author

Closing as duplicate of #130 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
No open projects
Development
  
To do
Development

No branches or pull requests

1 participant