Whoogle-search

Latest version: v0.9.1

Safety actively analyzes 688532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.9.1

What's Changed
* Switch from `pickle`->`json` for safer config deserialization in https://github.com/benbusby/whoogle-search/commit/223f00c3c0533423114f99b30c561278bc0b42ba
* Add ability to set custom dotenv path by tE3m in https://github.com/benbusby/whoogle-search/pull/1183
* Allow to define fallback Search Engine URL by rstefko in https://github.com/benbusby/whoogle-search/pull/1184
* USPS tracking link produces a blank white screen on (Android) mobile by davefatkin in https://github.com/benbusby/whoogle-search/pull/1191
* Bump werkzeug from 3.0.3 to 3.0.6 by dependabot in https://github.com/benbusby/whoogle-search/pull/1190
* Bump waitress from 2.1.2 to 3.0.1 by dependabot in https://github.com/benbusby/whoogle-search/pull/1192

New Contributors
* tE3m made their first contribution in https://github.com/benbusby/whoogle-search/pull/1183
* davefatkin made their first contribution in https://github.com/benbusby/whoogle-search/pull/1191

**Full Changelog**: https://github.com/benbusby/whoogle-search/compare/v0.9.0...v0.9.1

0.9.0

Community contributions
* Bump cryptography from 3.3.2 to 41.0.6 by dependabot in https://github.com/benbusby/whoogle-search/pull/1101
* configurable unix socket permissions by master-hax in https://github.com/benbusby/whoogle-search/pull/1103
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/benbusby/whoogle-search/pull/1111
* Bump cryptography from 3.3.2 to 42.0.4 by dependabot in https://github.com/benbusby/whoogle-search/pull/1123
* Custom bangs by pantherman594 in https://github.com/benbusby/whoogle-search/pull/1132
* Fix feeling lucky by pantherman594 in https://github.com/benbusby/whoogle-search/pull/1130
* Attempt to extract query on error condition and print trace by pantherman594 in https://github.com/benbusby/whoogle-search/pull/1131
* fix: description in opensearch template by Vinfall in https://github.com/benbusby/whoogle-search/pull/1175
* docs: update fly.io free plan details by sudoAlphaX in https://github.com/benbusby/whoogle-search/pull/1173
* Update README.md by aminsaedi in https://github.com/benbusby/whoogle-search/pull/1169
* Add SO as a default site alternative by m6urns in https://github.com/benbusby/whoogle-search/pull/1168
* Update README.md by theakopov in https://github.com/benbusby/whoogle-search/pull/1166
* Refactoring utils/misc.py by theakopov in https://github.com/benbusby/whoogle-search/pull/1165
* Update README.md by OldSoul-io in https://github.com/benbusby/whoogle-search/pull/1156
* Bump certifi from 2023.7.22 to 2024.7.4 by dependabot in https://github.com/benbusby/whoogle-search/pull/1164
* Bump urllib3 from 1.26.18 to 1.26.19 by dependabot in https://github.com/benbusby/whoogle-search/pull/1161
* Bump cryptography from 3.3.2 to 43.0.1 by dependabot in https://github.com/benbusby/whoogle-search/pull/1179
* Bump requests from 2.31.0 to 2.32.2 by dependabot in https://github.com/benbusby/whoogle-search/pull/1180
* Bump jinja2 from 3.1.3 to 3.1.4 by dependabot in https://github.com/benbusby/whoogle-search/pull/1151
* Bump werkzeug from 3.0.1 to 3.0.3 by dependabot in https://github.com/benbusby/whoogle-search/pull/1150
* Updating ad filter with Czech language version by AndrewNovikov in https://github.com/benbusby/whoogle-search/pull/1141
* Bump idna from 3.4 to 3.7 by dependabot in https://github.com/benbusby/whoogle-search/pull/1137
* ci: update GitHub actions and fix yaml indentation by xatier in https://github.com/benbusby/whoogle-search/pull/1155

New Contributors
* master-hax made their first contribution in https://github.com/benbusby/whoogle-search/pull/1103
* pantherman594 made their first contribution in https://github.com/benbusby/whoogle-search/pull/1132
* Vinfall made their first contribution in https://github.com/benbusby/whoogle-search/pull/1175
* sudoAlphaX made their first contribution in https://github.com/benbusby/whoogle-search/pull/1173
* aminsaedi made their first contribution in https://github.com/benbusby/whoogle-search/pull/1169
* m6urns made their first contribution in https://github.com/benbusby/whoogle-search/pull/1168
* theakopov made their first contribution in https://github.com/benbusby/whoogle-search/pull/1166
* OldSoul-io made their first contribution in https://github.com/benbusby/whoogle-search/pull/1156
* AndrewNovikov made their first contribution in https://github.com/benbusby/whoogle-search/pull/1141

**Full Changelog**: https://github.com/benbusby/whoogle-search/compare/v0.8.4...v0.9.0

0.8.4

Updates
* Site favicons are now fetched and displayed for each search result
* Audio tags are now interpreted correctly
* Primarily found in word definition cards in the results view
* `POST` requests now redirected as encrypted `GET` requests
* This allows navigating back from a result website to the Whoogle search result page without having to confirm form resubmission
* The "GET-only searches" config is still available for anyone who still prefers it
* URLs in element and window endpoints are now validated
* Fixes a potential vulnerability where an element or window endpoint could retrieve file contents from a service hosted on another port
* Valid HTML in result text content is now sanitized to prevent parsing issues

Community Contributions
* fix: whoogle can be deployed using the fly.io free allowances by suzaku in https://github.com/benbusby/whoogle-search/pull/1058
* fix for 1062 by Moist-Cat in https://github.com/benbusby/whoogle-search/pull/1064
* Helm chart fix: Provide auth in probes if it is set by mironov in https://github.com/benbusby/whoogle-search/pull/1065
* Bump cryptography from 3.3.2 to 41.0.4 by dependabot in https://github.com/benbusby/whoogle-search/pull/1067
* Update README.md by AlekseiKondrashov in https://github.com/benbusby/whoogle-search/pull/1069
* Remove a public instance. by AlekseiKondrashov in https://github.com/benbusby/whoogle-search/pull/1074
* Bump urllib3 from 1.26.14 to 1.26.17 by dependabot in https://github.com/benbusby/whoogle-search/pull/1073
* fix: correctly handle skip_prefix logic for site_alts by kageiit in https://github.com/benbusby/whoogle-search/pull/1092
* fix: add missing dependency `validators` to setup.cfg by zydou in https://github.com/benbusby/whoogle-search/pull/1087
* Bump urllib3 from 1.26.17 to 1.26.18 by dependabot in https://github.com/benbusby/whoogle-search/pull/1085
* Bump werkzeug from 2.3.3 to 3.0.1 by dependabot in https://github.com/benbusby/whoogle-search/pull/1093

New Contributors
* mironov made their first contribution in https://github.com/benbusby/whoogle-search/pull/1065
* AlekseiKondrashov made their first contribution in https://github.com/benbusby/whoogle-search/pull/1069
* kageiit made their first contribution in https://github.com/benbusby/whoogle-search/pull/1092
* zydou made their first contribution in https://github.com/benbusby/whoogle-search/pull/1087

**Full Changelog**: https://github.com/benbusby/whoogle-search/compare/v0.8.3...v0.8.4

0.8.3

Not secure
Community Contributions
* Add better handling of custom css by jacr13 in https://github.com/benbusby/whoogle-search/pull/965
* add my instance by no-logs in https://github.com/benbusby/whoogle-search/pull/994
* Fix unsupported_g_pages in result list by abhishekmj303 in https://github.com/benbusby/whoogle-search/pull/996
* Bump flask from 2.2.3 to 2.3.2 by xatier in https://github.com/benbusby/whoogle-search/pull/1000
* Allow specify User-Agent using environment variable by rstefko in https://github.com/benbusby/whoogle-search/pull/1003
* Fixed deadlinks, broken markdown by nsde in https://github.com/benbusby/whoogle-search/pull/1009
* Wikipedia.org, not .com by fredster33 in https://github.com/benbusby/whoogle-search/pull/1007
* Bump requests from 2.28.2 to 2.31.0 by dependabot in https://github.com/benbusby/whoogle-search/pull/1008
* Fix incorrect link replacements by andregoetz in https://github.com/benbusby/whoogle-search/pull/1016
* Update country for PrivacyDev instances by PrivacyDevel in https://github.com/benbusby/whoogle-search/pull/1024
* Update translations.json by CYAXXX in https://github.com/benbusby/whoogle-search/pull/1025
* issue-1028 add obfs4proxy build by Pinkolik in https://github.com/benbusby/whoogle-search/pull/1032
* add: search.notrustverify.ch by sven-hash in https://github.com/benbusby/whoogle-search/pull/1037
* Updated location of privacydev.net instances by PrivacyDevel in https://github.com/benbusby/whoogle-search/pull/1036
* Bump certifi from 2022.12.7 to 2023.7.22 by dependabot in https://github.com/benbusby/whoogle-search/pull/1038
* Bump cryptography from 3.3.2 to 41.0.3 by dependabot in https://github.com/benbusby/whoogle-search/pull/1044
* Changed the consent cookies by fabi321 in https://github.com/benbusby/whoogle-search/pull/1054
* Fix: keep blank values as True to handle blank 'q' input. by ahmad-alkadri in https://github.com/benbusby/whoogle-search/pull/1052

New Contributors
* no-logs made their first contribution in https://github.com/benbusby/whoogle-search/pull/994
* abhishekmj303 made their first contribution in https://github.com/benbusby/whoogle-search/pull/996
* nsde made their first contribution in https://github.com/benbusby/whoogle-search/pull/1009
* andregoetz made their first contribution in https://github.com/benbusby/whoogle-search/pull/1016
* Pinkolik made their first contribution in https://github.com/benbusby/whoogle-search/pull/1032
* sven-hash made their first contribution in https://github.com/benbusby/whoogle-search/pull/1037
* fabi321 made their first contribution in https://github.com/benbusby/whoogle-search/pull/1054

**Full Changelog**: https://github.com/benbusby/whoogle-search/compare/v0.8.2...v0.8.3

0.8.2

Not secure
Community Contributions
* adding time constraint to search options by fiestasiesta in https://github.com/benbusby/whoogle-search/pull/888
* refs 910 by Moist-Cat in https://github.com/benbusby/whoogle-search/pull/911
* Fix: added a functionality to make sure escaped characters stay escaped. by ahmad-alkadri in https://github.com/benbusby/whoogle-search/pull/912
* adding line break between header options by fiestasiesta in https://github.com/benbusby/whoogle-search/pull/918
* Add whoogle.ungovernable.men to list of instances by dominickp in https://github.com/benbusby/whoogle-search/pull/919
* Omit 'mobile.' and 'm.' in site alt replacements by cazwacki in https://github.com/benbusby/whoogle-search/pull/922
* Don't prepend services that have schemes with '//' by cazwacki in https://github.com/benbusby/whoogle-search/pull/925
* Add two more ungovernable.men instances by dominickp in https://github.com/benbusby/whoogle-search/pull/927
* Add a function to check if target_word contains CJK characters by ahmad-alkadri in https://github.com/benbusby/whoogle-search/pull/928
* Add instruction on fixing the fly.toml before deploying by suzaku in https://github.com/benbusby/whoogle-search/pull/936
* Greek Translation request by comfuzio in https://github.com/benbusby/whoogle-search/pull/943
* Added Indonesian translation by ahmad-alkadri in https://github.com/benbusby/whoogle-search/pull/940
* Add Azerbaijani translation by test2user-aqil in https://github.com/benbusby/whoogle-search/pull/944
* Bump cryptography from 3.3.2 to 39.0.1 by dependabot in https://github.com/benbusby/whoogle-search/pull/952
* Bump werkzeug from 0.16.0 to 2.2.3 by dependabot in https://github.com/benbusby/whoogle-search/pull/959
* Add calculator widget by ellieeet123 in https://github.com/benbusby/whoogle-search/pull/956
* Add authentication to cookie by jacr13 in https://github.com/benbusby/whoogle-search/pull/964
* Fix a bug on remove_block_titles() and remove_block_url() by xatier in https://github.com/benbusby/whoogle-search/pull/969
* Update README by xatier in https://github.com/benbusby/whoogle-search/pull/971
* Update zh-tw translation by xatier in https://github.com/benbusby/whoogle-search/pull/973
* Updated server location of whoogle.privacydev.net by PrivacyDevel in https://github.com/benbusby/whoogle-search/pull/972

New Contributors
* fiestasiesta made their first contribution in https://github.com/benbusby/whoogle-search/pull/888
* Moist-Cat made their first contribution in https://github.com/benbusby/whoogle-search/pull/911
* ahmad-alkadri made their first contribution in https://github.com/benbusby/whoogle-search/pull/912
* dominickp made their first contribution in https://github.com/benbusby/whoogle-search/pull/919
* cazwacki made their first contribution in https://github.com/benbusby/whoogle-search/pull/922
* suzaku made their first contribution in https://github.com/benbusby/whoogle-search/pull/936
* comfuzio made their first contribution in https://github.com/benbusby/whoogle-search/pull/943
* test2user-aqil made their first contribution in https://github.com/benbusby/whoogle-search/pull/944
* ellieeet123 made their first contribution in https://github.com/benbusby/whoogle-search/pull/956

**Full Changelog**: https://github.com/benbusby/whoogle-search/compare/v0.8.1...v0.8.2

0.8.1

Not secure
Small update with a few important fixes:

- Fix issue with incorrect domain substitution when site alts are enabled
- Use app init encryption key for all queries by default
- Update sponsored result filter for searches in German
- Update proxying behavior to allow HTTP-only proxies

Community Contributions
* Switch to PEP517 standard (`pyproject.toml`) for builds by CyberTailor in https://github.com/benbusby/whoogle-search/pull/887
* Update instance list by Raistlingru in https://github.com/benbusby/whoogle-search/pull/897
* Updated privacydev.net details + added onion instance by PrivacyDevel in https://github.com/benbusby/whoogle-search/pull/899
* Bump certifi from 2020.4.5.1 to 2022.12.7 by dependabot in https://github.com/benbusby/whoogle-search/pull/902
* Update Kurdish translation by CYAXXX in https://github.com/benbusby/whoogle-search/pull/903

New Contributors
* Raistlingru made their first contribution in https://github.com/benbusby/whoogle-search/pull/897

**Full Changelog**: https://github.com/benbusby/whoogle-search/compare/v0.8.0...v0.8.1

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.