From a3cda90aad0734520b2855b100ae96db9f874f13 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Apr 2024 18:26:38 +0000 Subject: [PATCH 1/2] Create techstack.yml --- techstack.yml | 241 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 00000000000..628e49f9b2c --- /dev/null +++ b/techstack.yml @@ -0,0 +1,241 @@ +repo_name: Harindulk/python-telegram-bot +report_id: 61c1f2446bc69ba75ab3d8910ffe98aa +version: 0.1 +repo_type: Public +timestamp: '2024-04-04T18:26:36+00:00' +requested_by: Bibo-Joshi +provider: github +branch: master +detected_tools_count: 17 +tools: +- name: Python + description: A clear and powerful object-oriented programming language, comparable + to Perl, Ruby, Scheme, or Java. + website_url: https://www.python.org + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/993/pUBY5pVj.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot + detection_source: Repo Metadata +- name: Codecov + description: Hosted coverage reports with awesome features to enhance your CI workflow + website_url: https://codecov.io/ + open_source: false + hosted_saas: true + category: Build, Test, Deploy + sub_category: Code Coverage + image_url: https://img.stackshare.io/service/2673/Codecov_Mark_Circle_Pink.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/codecov.yml + detection_source: codecov.yml + last_updated_by: Eldinnie + last_updated_on: 2018-02-19 20:30:28.000000000 Z +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot + detection_source: Repo Metadata +- name: GitHub Actions + description: Automate your workflow from idea to production + website_url: https://github.com/features/actions + open_source: false + hosted_saas: true + category: Build, Test, Deploy + sub_category: Continuous Integration + image_url: https://img.stackshare.io/service/11563/actions.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/.github/workflows/example_notifier.yml + detection_source: ".github/workflows/example_notifier.yml" + last_updated_by: Poolitzer + last_updated_on: 2019-10-26 22:42:47.000000000 Z +- name: PyPI + description: A repository of software for the Python programming language + website_url: https://pypi.org/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Hosted Package Repository + image_url: https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements.txt + detection_source: requirements.txt + last_updated_by: Noam Meltzer + last_updated_on: 2016-05-29 21:49:29.000000000 Z +- name: Pylint + description: Source-code, bug and quality checker for the Python programming language + website_url: https://www.pylint.org/ + version: 2.6.0 + license: GPL-2.0 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Code Review + image_url: https://img.stackshare.io/service/4837/py.jpg + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements-dev.txt + detection_source: requirements-dev.txt + last_updated_by: Bibo-Joshi + last_updated_on: 2020-10-31 15:33:34.000000000 Z +- name: pre-commit + description: A slightly improved pre-commit hook for git + website_url: http://jish.github.io/pre-commit/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Git Tools + image_url: https://img.stackshare.io/no-img-open-source.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements-dev.txt + detection_source: requirements-dev.txt + last_updated_by: Bibo-Joshi + last_updated_on: 2020-10-31 15:33:34.000000000 Z +- name: pytest + description: A full-featured Python testing tool to help you write better programs + website_url: http://pytest.org/latest/ + version: 4.2.0 + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Testing Frameworks + image_url: https://img.stackshare.io/service/4586/Lu99Qe0Z_400x400.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements-dev.txt + detection_source: requirements-dev.txt + last_updated_by: Bibo-Joshi + last_updated_on: 2020-10-31 15:33:34.000000000 Z +- name: Shell + description: A shell is a text-based terminal, used for manipulating programs and + files. Shell scripts typically manage program execution. + website_url: https://en.wikipedia.org/wiki/Shell_script + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot + detection_source: Repo Metadata +- name: Sphinx + description: Open source full text search server, designed from the ground up with + performance, relevance (aka search quality), and integration simplicity in mind + website_url: http://sphinxsearch.com/ + open_source: false + hosted_saas: false + category: Application Utilities + sub_category: Search Engines + image_url: https://img.stackshare.io/service/1598/TtqoAo1V.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/docs/requirements-docs.txt + detection_source: docs/requirements-docs.txt + last_updated_by: Jasmin Bom + last_updated_on: 2019-02-18 19:04:52.000000000 Z +- name: tornado + description: Tornado is a Python web framework and asynchronous networking library + package_url: https://pypi.org/project/tornado + version: '5.1' + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19860/default_4a8a8fdc10130068bf295812b98e9b72fb42fe70.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements.txt + detection_source: requirements.txt + last_updated_by: Kirill Vasin + last_updated_on: 2018-09-08 20:25:48.000000000 Z + vulnerabilities: + - name: Tornado vulnerable to HTTP request smuggling via improper parsing of `Content-Length` + fields and chunk lengths + cve_id: + cve_url: https://github.com/advisories/GHSA-qppv-j76h-2rpx + detected_date: Aug 15 + severity: moderate + first_patched: 6.3.3 + - name: Open redirect in Tornado + cve_id: CVE-2023-28370 + cve_url: https://github.com/advisories/GHSA-hj3f-6gcp-jg8j + detected_date: May 26 + severity: moderate + first_patched: 6.3.2 +- name: APScheduler + description: In-process task scheduler with Cron-like capabilities + package_url: https://pypi.org/project/APScheduler + version: 3.6.3 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/20037/default_a7a70921d2d3189665c78015850dc968f41705a1.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements.txt + detection_source: requirements.txt + last_updated_by: Bibo-Joshi + last_updated_on: 2020-07-10 11:11:28.000000000 Z +- name: certifi + description: Python package for providing Mozilla's CA Bundle + package_url: https://pypi.org/project/certifi + license: MPL-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19849/default_75c38a39b9f0062814489e2ec2cbfca0ca15d9ba.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements.txt + detection_source: requirements.txt + last_updated_by: Noam Meltzer + last_updated_on: 2016-05-29 21:49:29.000000000 Z +- name: cryptography + description: Cryptography is a package which provides cryptographic recipes and + primitives to Python developers + package_url: https://pypi.org/project/cryptography + license: BSD-3-Clause,Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19850/default_db2ab2702f70e20c272f6ce65251108fb2b8f1ea.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements.txt + detection_source: requirements.txt + last_updated_by: Eldinnie + last_updated_on: 2018-08-29 12:18:58.000000000 Z +- name: decorator + description: Decorators for Humans + package_url: https://pypi.org/project/decorator + version: 4.4.0 + license: BSD-2-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19911/default_bc82f0b22ca8fd942e21c317967f4ab61f43eb2c.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements.txt + detection_source: requirements.txt + last_updated_by: Bibo-Joshi + last_updated_on: 2020-02-06 10:22:56.000000000 Z +- name: pytz + description: World timezone definitions, modern and historical + package_url: https://pypi.org/project/pytz + version: '2018.6' + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/19841/default_bb711fa267b2329ed689711a5adb7d9e74610b20.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/requirements.txt + detection_source: requirements.txt + last_updated_by: Nano + last_updated_on: 2020-10-09 07:15:34.000000000 Z +- name: sphinx_rtd_theme + description: Read the Docs theme for Sphinx + package_url: https://pypi.org/project/sphinx_rtd_theme + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/20304/default_506725603cd9affb22ffa36e3939310b26cbf952.png + detection_source_url: https://github.com/Harindulk/python-telegram-bot/blob/master/docs/requirements-docs.txt + detection_source: docs/requirements-docs.txt + last_updated_by: Jasmin Bom + last_updated_on: 2019-02-18 19:04:52.000000000 Z From caf2ca215bd1f66c4ca7ee803c7c3a575e71329b Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 4 Apr 2024 18:26:39 +0000 Subject: [PATCH 2/2] Create techstack.md --- techstack.md | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 00000000000..47c47dcd6c4 --- /dev/null +++ b/techstack.md @@ -0,0 +1,158 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [Harindulk/python-telegram-bot](https://github.com/Harindulk/python-telegram-bot)![](https://img.stackshare.io/public_badge.svg "public") +

+|17
Tools used|04/04/24
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ Python +
+ Python +
+ +
+ +## DevOps (7) + + + + + + + + + + + + + + + + +
+ Codecov +
+ Codecov +
+ +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ PyPI +
+ PyPI +
+ +
+ Pylint +
+ Pylint +
+ v2.6.0 +
+ pre-commit +
+ pre-commit +
+ +
+ pytest +
+ pytest +
+ v4.2.0 +
+ +## Other (2) + + + + + + +
+ Shell +
+ Shell +
+ +
+ Sphinx +
+ Sphinx +
+ +
+ + +## Open source packages (7) + +## PyPI (7) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[tornado](https://pypi.org/project/tornado)|v5.1|09/08/18|Kirill Vasin |Apache-2.0|[](https://github.com/advisories/GHSA-qppv-j76h-2rpx) (Moderate)
[CVE-2023-28370](https://github.com/advisories/GHSA-hj3f-6gcp-jg8j) (Moderate)| +|[APScheduler](https://pypi.org/project/APScheduler)|v3.6.3|07/10/20|Bibo-Joshi |MIT|N/A| +|[certifi](https://pypi.org/project/certifi)|N/A|05/29/16|Noam Meltzer |MPL-2.0|N/A| +|[cryptography](https://pypi.org/project/cryptography)|N/A|08/29/18|Eldinnie |BSD-3-Clause,Apache-2.0|N/A| +|[decorator](https://pypi.org/project/decorator)|v4.4.0|02/06/20|Bibo-Joshi |BSD-2-Clause|N/A| +|[pytz](https://pypi.org/project/pytz)|v2018.6|10/09/20|Nano |MIT|N/A| +|[sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme)|N/A|02/18/19|Jasmin Bom |MIT|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file)