diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..cda6918
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,84 @@
+
+
+
+# Tech Stack File
+ [Xcov19/qa-framework](https://github.com/Xcov19/qa-framework)
+
+|9
Tools used|06/23/24
Report generated|
+|------|------|
+
+
+##
Languages (1)
+
+
+
+
+ Java
+
+
+ |
+
+
+
+
+##
DevOps (2)
+
+
+
+
+ Git
+
+
+ |
+
+
+
+
+ TestNG
+
+
+ |
+
+
+
+
+
+##
Open source packages (6)
+
+##
Apache Maven (6)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[org.testng:testng](http://github.com/cbeust/testng)|v6.14.3|02/12/22|akshathagujjar |Apache-2.0|[CVE-2022-4065](https://github.com/advisories/GHSA-rc2q-x9mf-w3vf) (High)|
+|[org.apache.poi:poi](http://poi.apache.org/)|v3.17|03/06/21|Akshatha Gujjar |Apache-2.0|[CVE-2019-12415](https://github.com/advisories/GHSA-9jwc-q6j3-8g9g) (Moderate)|
+|[io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager)|v4.2.2|03/06/21|Akshatha Gujjar |Apache-2.0|N/A|
+|[org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/)|v3.8.1|03/06/21|Akshatha Gujjar |Apache-2.0|N/A|
+|[org.apache.poi:poi-ooxml](http://poi.apache.org/)|v3.17|03/06/21|Akshatha Gujjar |Apache-2.0|N/A|
+|[org.seleniumhq.selenium:selenium-java](http://www.seleniumhq.org/)|v4.0.0|03/06/21|Akshatha Gujjar |Apache-2.0|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000..b544bbd
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,136 @@
+repo_name: Xcov19/qa-framework
+report_id: 607ebaffafdafe05ec0b034ca9e74331
+version: 0.1
+repo_type: Public
+timestamp: '2024-06-23T19:33:03+00:00'
+requested_by: akshathagujjar
+provider: github
+branch: main
+detected_tools_count: 9
+tools:
+- name: Java
+ description: A concurrent, class-based, object-oriented, language specifically designed
+ to have as few implementation dependencies as possible
+ website_url: https://www.java.com
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/995/K85ZWV2F.png
+ detection_source_url: https://github.com/Xcov19/qa-framework
+ 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/Xcov19/qa-framework
+ detection_source: Repo Metadata
+- name: TestNG
+ description: A testing framework inspired from JUnit and NUnit
+ website_url: http://testng.org/doc/
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Testing Frameworks
+ image_url: https://img.stackshare.io/service/8900/no-img-open-source.png
+ detection_source_url: https://github.com/Xcov19/qa-framework/blob/main/pom.xml
+ detection_source: pom.xml
+ last_updated_by: Akshatha Gujjar
+ last_updated_on: 2021-03-06 07:10:19.000000000 Z
+- name: org.testng:testng
+ description: Testing framework for Java
+ version: 6.14.3
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/Xcov19/qa-framework/blob/main/pom.xml
+ detection_source: pom.xml
+ last_updated_by: akshathagujjar
+ last_updated_on: 2022-02-12 22:07:11.000000000 Z
+ vulnerabilities:
+ - name: TestNG is vulnerable to Path Traversal
+ cve_id: CVE-2022-4065
+ cve_url: https://github.com/advisories/GHSA-rc2q-x9mf-w3vf
+ detected_date: Dec 3
+ severity: high
+ first_patched: 7.5.1
+- name: org.apache.poi:poi
+ description: Apache POI - Java API To Access Microsoft Format Files
+ version: '3.17'
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/Xcov19/qa-framework/blob/main/pom.xml
+ detection_source: pom.xml
+ last_updated_by: Akshatha Gujjar
+ last_updated_on: 2021-03-06 07:10:19.000000000 Z
+ vulnerabilities:
+ - name: 'Improper Restriction of XML External Entity Reference in Apache POI '
+ cve_id: CVE-2019-12415
+ cve_url: https://github.com/advisories/GHSA-9jwc-q6j3-8g9g
+ detected_date: Jun 29
+ severity: moderate
+ first_patched: 4.1.1
+- name: io.github.bonigarcia:webdrivermanager
+ description: Automatic Selenium WebDriver binaries management in runtime for Java
+ version: 4.2.2
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/Xcov19/qa-framework/blob/main/pom.xml
+ detection_source: pom.xml
+ last_updated_by: Akshatha Gujjar
+ last_updated_on: 2021-03-06 07:10:19.000000000 Z
+- name: org.apache.maven.plugins:maven-compiler-plugin
+ description: The Compiler Plugin is used to compile the sources of your project
+ version: 3.8.1
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/Xcov19/qa-framework/blob/main/pom.xml
+ detection_source: pom.xml
+ last_updated_by: Akshatha Gujjar
+ last_updated_on: 2021-03-06 07:10:19.000000000 Z
+- name: org.apache.poi:poi-ooxml
+ description: Apache POI - Java API To Access Microsoft Format Files
+ version: '3.17'
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/Xcov19/qa-framework/blob/main/pom.xml
+ detection_source: pom.xml
+ last_updated_by: Akshatha Gujjar
+ last_updated_on: 2021-03-06 07:10:19.000000000 Z
+- name: org.seleniumhq.selenium:selenium-java
+ description: Selenium automates browsers
+ version: 4.0.0
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/Xcov19/qa-framework/blob/main/pom.xml
+ detection_source: pom.xml
+ last_updated_by: Akshatha Gujjar
+ last_updated_on: 2021-03-06 07:10:19.000000000 Z