From bfad8a7157d5a439c6070d4d5be7a36f667d9399 Mon Sep 17 00:00:00 2001 From: Naresh Kumar D Date: Wed, 8 Jan 2025 12:50:38 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18288cb..08a9003 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# TDEI python lib formatter library +# TDEI python lib OSW formatter library This python package designed to convert geospatial data from one format to another. In this case, it converts data from OpenStreetMap (OSM) format to OpenSideWalks (OSW) format and OpenSideWalks (OSW) format to OpenStreetMap (OSM) format. Let's break down the key components and processes involved in this converter: @@ -233,4 +233,5 @@ test_normalize_sidewalk (test_serializer.test_osw_normalizer.TestOSWWayNormalize Ran 73 tests in 79.494s OK -``` \ No newline at end of file +``` +Note: Testing comment \ No newline at end of file From 70f7050fe11188f3667f33baa66b3baeb757c430 Mon Sep 17 00:00:00 2001 From: Naresh Kumar D Date: Wed, 8 Jan 2025 12:54:54 +0530 Subject: [PATCH 2/5] Update example.py Adding error forcibly to check code scan --- src/example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/example.py b/src/example.py index ccf7f7a..40834e8 100644 --- a/src/example.py +++ b/src/example.py @@ -30,3 +30,4 @@ def osw_convert(): if __name__ == '__main__': asyncio.run(osm_convert()) osw_convert() + abc From 6285d8e9e723d18da9d350467965f1174ae60e39 Mon Sep 17 00:00:00 2001 From: Naresh Kumar D Date: Wed, 8 Jan 2025 16:12:02 +0530 Subject: [PATCH 3/5] Update example.py --- src/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/example.py b/src/example.py index 40834e8..2e3d336 100644 --- a/src/example.py +++ b/src/example.py @@ -30,4 +30,4 @@ def osw_convert(): if __name__ == '__main__': asyncio.run(osm_convert()) osw_convert() - abc + password = 'Bearer xuvxghuvuihjv' From d5d3dfd4d65541176c91d59b1324da1e5df98a2c Mon Sep 17 00:00:00 2001 From: Naresh Kumar D Date: Wed, 8 Jan 2025 16:21:16 +0530 Subject: [PATCH 4/5] Update example.py --- src/example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/example.py b/src/example.py index 2e3d336..45acec2 100644 --- a/src/example.py +++ b/src/example.py @@ -31,3 +31,4 @@ def osw_convert(): asyncio.run(osm_convert()) osw_convert() password = 'Bearer xuvxghuvuihjv' + # Should be caught From d2c7552e7914a9ad8e6901254d6d82a1b4cf13e8 Mon Sep 17 00:00:00 2001 From: Naresh Kumar D Date: Wed, 8 Jan 2025 17:05:53 +0530 Subject: [PATCH 5/5] some code added --- .github/codeql/codeql-config.yml | 5 +++++ src/example.py | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .github/codeql/codeql-config.yml diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml new file mode 100644 index 0000000..1880b44 --- /dev/null +++ b/.github/codeql/codeql-config.yml @@ -0,0 +1,5 @@ +- uses: github/codeql-action/init@v3 + with: + config-file: ./.github/codeql/codeql-config.yml + matrix: + language: ['python'] \ No newline at end of file diff --git a/src/example.py b/src/example.py index 45acec2..ccf7f7a 100644 --- a/src/example.py +++ b/src/example.py @@ -30,5 +30,3 @@ def osw_convert(): if __name__ == '__main__': asyncio.run(osm_convert()) osw_convert() - password = 'Bearer xuvxghuvuihjv' - # Should be caught