diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..1cfb893 --- /dev/null +++ b/techstack.md @@ -0,0 +1,115 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [tarrasqueapp/example-plugin](https://github.com/tarrasqueapp/example-plugin)![](https://img.stackshare.io/public_badge.svg "public") +

+|8
Tools used|02/29/24
Report generated| +|------|------| +
+ +## Languages (3) + + + + + + + + +
+ CSS 3 +
+ CSS 3 +
+ +
+ JavaScript +
+ JavaScript +
+ +
+ TypeScript +
+ TypeScript +
+ +
+ +## DevOps (4) + + + + + + + + + + +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ Vite +
+ Vite +
+ +
+ npm +
+ npm +
+ +
+ + +## Open source packages (1) + +## npm (1) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[vite](https://www.npmjs.com/vite)|v5.0.4|12/02/23|Richard Solomou |N/A|[CVE-2024-23331](https://github.com/advisories/GHSA-c24v-8rfc-w8vw) (High)
[CVE-2023-49293](https://github.com/advisories/GHSA-92r3-m2mg-pj97) (Moderate)| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..7858433 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,116 @@ +repo_name: tarrasqueapp/example-plugin +report_id: 9d91928b48a5409d6692d62a56cdca5b +version: 0.1 +repo_type: Public +timestamp: '2024-02-29T18:47:34+00:00' +requested_by: richardsolomou +provider: github +branch: main +detected_tools_count: 8 +tools: +- name: CSS 3 + description: The latest evolution of the Cascading Style Sheets language + website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/6727/css.png + detection_source_url: https://github.com/tarrasqueapp/example-plugin + detection_source: Repo Metadata +- name: JavaScript + description: Lightweight, interpreted, object-oriented language with first-class + functions + website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1209/javascript.jpeg + detection_source_url: https://github.com/tarrasqueapp/example-plugin + detection_source: Repo Metadata +- name: TypeScript + description: A superset of JavaScript that compiles to clean JavaScript output + website_url: http://www.typescriptlang.org + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1612/bynNY5dJ.jpg + detection_source_url: https://github.com/tarrasqueapp/example-plugin + detection_source: Repo Metadata +- 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/tarrasqueapp/example-plugin + 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/tarrasqueapp/example-plugin/blob/main/.github/workflows/deploy.yaml + detection_source: ".github/workflows/deploy.yaml" + last_updated_by: Richard Solomou + last_updated_on: 2023-12-02 07:59:09.000000000 Z +- name: Vite + description: Native-ESM powered web dev build tool + website_url: https://vitejs.dev/ + license: MIT + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: JS Build Tools / JS Task Runners + image_url: https://img.stackshare.io/service/21547/default_1aeac791cde11ff66cc0b20dcc6144eeb185c905.png + detection_source_url: https://github.com/tarrasqueapp/example-plugin/blob/main/package.json + detection_source: package.json + last_updated_by: Richard Solomou + last_updated_on: 2023-12-02 07:59:09.000000000 Z +- name: npm + description: The package manager for JavaScript. + website_url: https://www.npmjs.com/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Front End Package Manager + image_url: https://img.stackshare.io/service/1120/lejvzrnlpb308aftn31u.png + detection_source_url: https://github.com/tarrasqueapp/example-plugin/blob/main/package.json + detection_source: package.json + last_updated_by: Richard Solomou + last_updated_on: 2023-12-02 07:59:09.000000000 Z +- name: vite + description: Native-ESM powered web dev build tool + package_url: https://www.npmjs.com/vite + version: 5.0.4 + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Package Managers + image_url: https://img.stackshare.io/package/npm/image.png + detection_source_url: https://github.com/tarrasqueapp/example-plugin/blob/main/package.json + detection_source: package.json + last_updated_by: Richard Solomou + last_updated_on: 2023-12-02 07:59:09.000000000 Z + vulnerabilities: + - name: Vite dev server option `server.fs.deny` can be bypassed when hosted on case-insensitive + filesystem + cve_id: CVE-2024-23331 + cve_url: https://github.com/advisories/GHSA-c24v-8rfc-w8vw + detected_date: Jan 20 + severity: high + first_patched: 5.0.12 + - name: Vite XSS vulnerability in `server.transformIndexHtml` via URL payload + cve_id: CVE-2023-49293 + cve_url: https://github.com/advisories/GHSA-92r3-m2mg-pj97 + detected_date: Dec 6 + severity: moderate + first_patched: 5.0.5