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

Allow including secondary output from libpostal #18

Merged
merged 3 commits into from
Mar 26, 2024
Merged

Conversation

emk
Copy link
Collaborator

@emk emk commented Mar 24, 2024

We add a new command-line flag allowing the user
to combine regular geocoder output with columns
from libpostal.

emk added 3 commits March 26, 2024 07:17
We add a new command-line flag allowing the user
to combine regular geocoder output with columns
from libpostal.
This also theoretically fixes two advisories:

- A resource-exhaustion DoS in h2, and
- A async file I/O issue on Windows.

Neither of these should be especially likely to affect typical use of
geocode-csv, because it connects to known HTTP endpoints, and isn't run
on Windows.
We upgrade Cargo.deny, and fix many of the warnings.
@emk emk force-pushed the por_que_no_los_dos branch from 8b11608 to c970e57 Compare March 26, 2024 11:18
@emk emk merged commit 383b590 into main Mar 26, 2024
4 checks passed
@emk emk deleted the por_que_no_los_dos branch March 26, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant