Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
This Project is currently in Alpha
all requests are directed to https://master.apis.dev.openstreetmap.org
A OSM-Edit API Interface written in Python
This Project is forked from repository osmate_ I saw the need to write my own code to access the OSM-API for editing. My second requirement was to be able to use OAuth which I haven't found In any other Python OSM-API yet.
.. _osmate: https://github.com/jonycoo/osmate
the project is now on pip, so now it is just as easy as
.. code-block:: bash
pip install pyosmapi
after that import osm.osm_api
.. code:: python
import pyosmapi.osm_api
api = pyosmapi.osm_api.OsmApi()
#init with '' or Fales access testserver (https://master.apis.dev.openstreetmap.org)
#by initializing OsmApi(True) you can access the live server
api.get_current_user((<osm-username>, <osm-password>))
I wrote some documentation to every public method. I've Implemented all methods from the API v0.6, excluding reduction
Please create an Issue in github for any Bugs and Feature requests.
For direct contact to me please write a PM via OSM here <https://www.openstreetmap.org/user/jonycoo>
.
If you want to support me, consider to Donate <https://paypal.me/jonycoo>
any amount you like.
FAQs
Open Street Map API Wrapper in Python
We found that pyosmapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.