├── .github
└── workflows
│ └── main.yml
├── EULA.md
├── LICENSE.md
├── NOTICE
├── Privacy-Policy.md
├── README.md
├── SECURITY.md
├── command
├── make_certificate.sh
└── openssl.cnf
└── goat_functional_tests
├── .net
├── ApiTest.cs
└── ApiTests.csproj
├── Insomnia_goat.json
├── custom_har.py
├── goat-rest-assured
├── pom.xml
├── src
│ ├── main
│ │ └── java
│ │ │ └── com
│ │ │ └── pynt
│ │ │ └── rest
│ │ │ └── App.java
│ └── test
│ │ └── java
│ │ └── com
│ │ └── pynt
│ │ └── rest
│ │ └── AppTest.java
└── target
│ ├── classes
│ └── com
│ │ └── pynt
│ │ └── rest
│ │ └── App.class
│ └── test-classes
│ └── com
│ └── pynt
│ └── rest
│ └── AppTest.class
├── goat.har
├── goat.jmx
├── goat.postman_collection.json
├── goat_burp.xml
├── goat_functional_test.py
├── goat_test.go
├── jest.test.js
├── k8s
├── README.md
├── pynt-manifests
│ ├── app.yaml
│ └── secret.yaml
├── run_scan.sh
└── scan-trigger
│ └── job.yaml
├── open_api_spec_3.json
└── selenium
├── crapi_selenium.py
└── requirements.txt
/.github/workflows/main.yml:
--------------------------------------------------------------------------------
1 | name: goat end 2 end functional tests
2 | on:
3 | workflow_dispatch:
4 | inputs:
5 | comment:
6 | type: string
7 | default: "API Security tests"
8 |
9 | env:
10 | PYNT_ID: ${{ secrets.YOURPYNTID }}
11 |
12 | jobs:
13 | api-security:
14 | runs-on: ubuntu-latest
15 |
16 | steps:
17 | - name: get goat funtional tests
18 | run: |
19 | curl https://raw.githubusercontent.com/pynt-io/pynt/main/goat_functional_tests/goat_functional_test.py -o goat_e2e.py
20 | - name: Run goat functional tests
21 | run: |
22 | python3 -m pip install pytest
23 | pytest goat_e2e.py
24 | - name: install pynt cli
25 | run: |
26 | python3 -m pip install --upgrade pyntcli
27 | - name: run pynt on the funcional tests
28 | run: |
29 | pynt command --cmd "pytest goat_e2e.py" --return-error=errors-only
30 |
31 |
--------------------------------------------------------------------------------
/EULA.md:
--------------------------------------------------------------------------------
1 | End-User License Agreement ("Agreement")
2 | =
3 |
4 | Last updated: June 28, 2022
5 |
6 | Please read this End-User License Agreement carefully before downloading or using Pynt.
7 |
8 | Interpretation and Definitions
9 | ==============================
10 |
11 | Interpretation
12 | --------------
13 |
14 | The words of which the initial letter is capitalized have meanings defined
15 | under the following conditions. The following definitions shall have the same
16 | meaning regardless of whether they appear in singular or in plural.
17 |
18 | Definitions
19 | -----------
20 |
21 | For the purposes of this End-User License Agreement:
22 |
23 | * Agreement means this End-User License Agreement that forms the entire
24 | agreement between You and the Company regarding the use of the
25 | Application. This Agreement has been created with the help of the
26 | [TermsFeed EULA Generator](https://www.termsfeed.com/eula-generator/).
27 |
28 | * Application means the software program provided by the Company downloaded
29 | by You to a Device, named Pynt
30 |
31 | * Company (referred to as either "the Company", "We", "Us" or "Our" in this
32 | Agreement) refers to OVERCAST SECURITY LTD, Mishmar Hayarden 9, Rishon
33 | Lezion.
34 |
35 | * Content refers to content such as text, images, or other information that
36 | can be posted, uploaded, linked to or otherwise made available by You,
37 | regardless of the form of that content.
38 |
39 | * Country refers to: Israel
40 |
41 | * Device means any device that can access the Application such as a
42 | computer, a cellphone or a digital tablet.
43 |
44 | * Third-Party Services means any services or content (including data,
45 | information, applications and other products services) provided by a
46 | third-party that may be displayed, included or made available by the
47 | Application.
48 |
49 | * You means the individual accessing or using the Application or the
50 | company, or other legal entity on behalf of which such individual is
51 | accessing or using the Application, as applicable.
52 |
53 |
54 | Acknowledgment
55 | ==============
56 |
57 | By clicking the "I Agree" button, downloading or using the Application, You
58 | are agreeing to be bound by the terms and conditions of this Agreement. If You
59 | do not agree to the terms of this Agreement, do not click on the "I Agree"
60 | button, do not download or do not use the Application.
61 |
62 | This Agreement is a legal document between You and the Company and it governs
63 | your use of the Application made available to You by the Company.
64 |
65 | The Application is licensed, not sold, to You by the Company for use strictly
66 | in accordance with the terms of this Agreement.
67 |
68 | License
69 | =======
70 |
71 | Scope of License
72 | ----------------
73 |
74 | The Company grants You a revocable, non-exclusive, non-transferable, limited
75 | license to download, install and use the Application strictly in accordance
76 | with the terms of this Agreement.
77 |
78 | The license that is granted to You by the Company is solely for your personal,
79 | non-commercial purposes strictly in accordance with the terms of this
80 | Agreement.
81 |
82 | Third-Party Services
83 | ====================
84 |
85 | The Application may display, include or make available third-party content
86 | (including data, information, applications and other products services) or
87 | provide links to third-party websites or services.
88 |
89 | You acknowledge and agree that the Company shall not be responsible for any
90 | Third-party Services, including their accuracy, completeness, timeliness,
91 | validity, copyright compliance, legality, decency, quality or any other aspect
92 | thereof. The Company does not assume and shall not have any liability or
93 | responsibility to You or any other person or entity for any Third-party
94 | Services.
95 |
96 | You must comply with applicable Third parties' Terms of agreement when using
97 | the Application. Third-party Services and links thereto are provided solely as
98 | a convenience to You and You access and use them entirely at your own risk and
99 | subject to such third parties' Terms and conditions.
100 |
101 | Term and Termination
102 | ====================
103 |
104 | This Agreement shall remain in effect until terminated by You or the Company.
105 | The Company may, in its sole discretion, at any time and for any or no reason,
106 | suspend or terminate this Agreement with or without prior notice.
107 |
108 | This Agreement will terminate immediately, without prior notice from the
109 | Company, in the event that you fail to comply with any provision of this
110 | Agreement. You may also terminate this Agreement by deleting the Application
111 | and all copies thereof from your Device or from your computer.
112 |
113 | Upon termination of this Agreement, You shall cease all use of the Application
114 | and delete all copies of the Application from your Device.
115 |
116 | Termination of this Agreement will not limit any of the Company's rights or
117 | remedies at law or in equity in case of breach by You (during the term of this
118 | Agreement) of any of your obligations under the present Agreement.
119 |
120 | Indemnification
121 | ===============
122 |
123 | You agree to indemnify and hold the Company and its parents, subsidiaries,
124 | affiliates, officers, employees, agents, partners and licensors (if any)
125 | harmless from any claim or demand, including reasonable attorneys' fees, due
126 | to or arising out of your: (a) use of the Application; (b) violation of this
127 | Agreement or any law or regulation; or (c) violation of any right of a third
128 | party.
129 |
130 | No Warranties
131 | =============
132 |
133 | The Application is provided to You "AS IS" and "AS AVAILABLE" and with all
134 | faults and defects without warranty of any kind. To the maximum extent
135 | permitted under applicable law, the Company, on its own behalf and on behalf
136 | of its affiliates and its and their respective licensors and service
137 | providers, expressly disclaims all warranties, whether express, implied,
138 | statutory or otherwise, with respect to the Application, including all implied
139 | warranties of merchantability, fitness for a particular purpose, title and
140 | non-infringement, and warranties that may arise out of course of dealing,
141 | course of performance, usage or trade practice. Without limitation to the
142 | foregoing, the Company provides no warranty or undertaking, and makes no
143 | representation of any kind that the Application will meet your requirements,
144 | achieve any intended results, be compatible or work with any other software,
145 | applications, systems or services, operate without interruption, meet any
146 | performance or reliability standards or be error free or that any errors or
147 | defects can or will be corrected.
148 |
149 | Without limiting the foregoing, neither the Company nor any of the company's
150 | provider makes any representation or warranty of any kind, express or implied:
151 | (i) as to the operation or availability of the Application, or the
152 | information, content, and materials or products included thereon; (ii) that
153 | the Application will be uninterrupted or error-free; (iii) as to the accuracy,
154 | reliability, or currency of any information or content provided through the
155 | Application; or (iv) that the Application, its servers, the content, or
156 | e-mails sent from or on behalf of the Company are free of viruses, scripts,
157 | trojan horses, worms, malware, timebombs or other harmful components.
158 |
159 | Some jurisdictions do not allow the exclusion of certain types of warranties
160 | or limitations on applicable statutory rights of a consumer, so some or all of
161 | the above exclusions and limitations may not apply to You. But in such a case
162 | the exclusions and limitations set forth in this section shall be applied to
163 | the greatest extent enforceable under applicable law. To the extent any
164 | warranty exists under law that cannot be disclaimed, the Company shall be
165 | solely responsible for such warranty.
166 |
167 | Limitation of Liability
168 | =======================
169 |
170 | Notwithstanding any damages that You might incur, the entire liability of the
171 | Company and any of its suppliers under any provision of this Agreement and
172 | your exclusive remedy for all of the foregoing shall be limited to the amount
173 | actually paid by You for the Application or through the Application or 100 USD
174 | if You haven't purchased anything through the Application.
175 |
176 | To the maximum extent permitted by applicable law, in no event shall the
177 | Company or its suppliers be liable for any special, incidental, indirect, or
178 | consequential damages whatsoever (including, but not limited to, damages for
179 | loss of profits, loss of data or other information, for business interruption,
180 | for personal injury, loss of privacy arising out of or in any way related to
181 | the use of or inability to use the Application, third-party software and/or
182 | third-party hardware used with the Application, or otherwise in connection
183 | with any provision of this Agreement), even if the Company or any supplier has
184 | been advised of the possibility of such damages and even if the remedy fails
185 | of its essential purpose.
186 |
187 | Some states/jurisdictions do not allow the exclusion or limitation of
188 | incidental or consequential damages, so the above limitation or exclusion may
189 | not apply to You.
190 |
191 | Severability and Waiver
192 | =======================
193 |
194 | Severability
195 | ------------
196 |
197 | If any provision of this Agreement is held to be unenforceable or invalid,
198 | such provision will be changed and interpreted to accomplish the objectives of
199 | such provision to the greatest extent possible under applicable law and the
200 | remaining provisions will continue in full force and effect.
201 |
202 | Waiver
203 | ------
204 |
205 | Except as provided herein, the failure to exercise a right or to require
206 | performance of an obligation under this Agreement shall not effect a party's
207 | ability to exercise such right or require such performance at any time
208 | thereafter nor shall the waiver of a breach constitute a waiver of any
209 | subsequent breach.
210 |
211 | Product Claims
212 | ==============
213 |
214 | The Company does not make any warranties concerning the Application.
215 |
216 | United States Legal Compliance
217 | ==============================
218 |
219 | You represent and warrant that (i) You are not located in a country that is
220 | subject to the United States government embargo, or that has been designated
221 | by the United States government as a "terrorist supporting" country, and (ii)
222 | You are not listed on any United States government list of prohibited or
223 | restricted parties.
224 |
225 | Changes to this Agreement
226 | =========================
227 |
228 | The Company reserves the right, at its sole discretion, to modify or replace
229 | this Agreement at any time. If a revision is material we will provide at least
230 | 30 days' notice prior to any new terms taking effect. What constitutes a
231 | material change will be determined at the sole discretion of the Company.
232 |
233 | By continuing to access or use the Application after any revisions become
234 | effective, You agree to be bound by the revised terms. If You do not agree to
235 | the new terms, You are no longer authorized to use the Application.
236 |
237 | Governing Law
238 | =============
239 |
240 | The laws of the Country, excluding its conflicts of law rules, shall govern
241 | this Agreement and your use of the Application. Your use of the Application
242 | may also be subject to other local, state, national, or international laws.
243 |
244 | Entire Agreement
245 | ================
246 |
247 | The Agreement constitutes the entire agreement between You and the Company
248 | regarding your use of the Application and supersedes all prior and
249 | contemporaneous written or oral agreements between You and the Company.
250 |
251 | You may be subject to additional terms and conditions that apply when You use
252 | or purchase other Company's services, which the Company will provide to You at
253 | the time of such use or purchase.
254 |
255 | Contact Us
256 | ==========
257 |
258 | If you have any questions about this Agreement, You can contact Us:
259 |
260 | * By email: support@pynt.io
261 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | Apache License
2 | Version 2.0, January 2004
3 | http://www.apache.org/licenses/
4 |
5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 |
7 | 1. Definitions.
8 |
9 | "License" shall mean the terms and conditions for use, reproduction,
10 | and distribution as defined by Sections 1 through 9 of this document.
11 |
12 | "Licensor" shall mean the copyright owner or entity authorized by
13 | the copyright owner that is granting the License.
14 |
15 | "Legal Entity" shall mean the union of the acting entity and all
16 | other entities that control, are controlled by, or are under common
17 | control with that entity. For the purposes of this definition,
18 | "control" means (i) the power, direct or indirect, to cause the
19 | direction or management of such entity, whether by contract or
20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 | outstanding shares, or (iii) beneficial ownership of such entity.
22 |
23 | "You" (or "Your") shall mean an individual or Legal Entity
24 | exercising permissions granted by this License.
25 |
26 | "Source" form shall mean the preferred form for making modifications,
27 | including but not limited to software source code, documentation
28 | source, and configuration files.
29 |
30 | "Object" form shall mean any form resulting from mechanical
31 | transformation or translation of a Source form, including but
32 | not limited to compiled object code, generated documentation,
33 | and conversions to other media types.
34 |
35 | "Work" shall mean the work of authorship, whether in Source or
36 | Object form, made available under the License, as indicated by a
37 | copyright notice that is included in or attached to the work
38 | (an example is provided in the Appendix below).
39 |
40 | "Derivative Works" shall mean any work, whether in Source or Object
41 | form, that is based on (or derived from) the Work and for which the
42 | editorial revisions, annotations, elaborations, or other modifications
43 | represent, as a whole, an original work of authorship. For the purposes
44 | of this License, Derivative Works shall not include works that remain
45 | separable from, or merely link (or bind by name) to the interfaces of,
46 | the Work and Derivative Works thereof.
47 |
48 | "Contribution" shall mean any work of authorship, including
49 | the original version of the Work and any modifications or additions
50 | to that Work or Derivative Works thereof, that is intentionally
51 | submitted to Licensor for inclusion in the Work by the copyright owner
52 | or by an individual or Legal Entity authorized to submit on behalf of
53 | the copyright owner. For the purposes of this definition, "submitted"
54 | means any form of electronic, verbal, or written communication sent
55 | to the Licensor or its representatives, including but not limited to
56 | communication on electronic mailing lists, source code control systems,
57 | and issue tracking systems that are managed by, or on behalf of, the
58 | Licensor for the purpose of discussing and improving the Work, but
59 | excluding communication that is conspicuously marked or otherwise
60 | designated in writing by the copyright owner as "Not a Contribution."
61 |
62 | "Contributor" shall mean Licensor and any individual or Legal Entity
63 | on behalf of whom a Contribution has been received by Licensor and
64 | subsequently incorporated within the Work.
65 |
66 | 2. Grant of Copyright License. Subject to the terms and conditions of
67 | this License, each Contributor hereby grants to You a perpetual,
68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 | copyright license to reproduce, prepare Derivative Works of,
70 | publicly display, publicly perform, sublicense, and distribute the
71 | Work and such Derivative Works in Source or Object form.
72 |
73 | 3. Grant of Patent License. Subject to the terms and conditions of
74 | this License, each Contributor hereby grants to You a perpetual,
75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 | (except as stated in this section) patent license to make, have made,
77 | use, offer to sell, sell, import, and otherwise transfer the Work,
78 | where such license applies only to those patent claims licensable
79 | by such Contributor that are necessarily infringed by their
80 | Contribution(s) alone or by combination of their Contribution(s)
81 | with the Work to which such Contribution(s) was submitted. If You
82 | institute patent litigation against any entity (including a
83 | cross-claim or counterclaim in a lawsuit) alleging that the Work
84 | or a Contribution incorporated within the Work constitutes direct
85 | or contributory patent infringement, then any patent licenses
86 | granted to You under this License for that Work shall terminate
87 | as of the date such litigation is filed.
88 |
89 | 4. Redistribution. You may reproduce and distribute copies of the
90 | Work or Derivative Works thereof in any medium, with or without
91 | modifications, and in Source or Object form, provided that You
92 | meet the following conditions:
93 |
94 | (a) You must give any other recipients of the Work or
95 | Derivative Works a copy of this License; and
96 |
97 | (b) You must cause any modified files to carry prominent notices
98 | stating that You changed the files; and
99 |
100 | (c) You must retain, in the Source form of any Derivative Works
101 | that You distribute, all copyright, patent, trademark, and
102 | attribution notices from the Source form of the Work,
103 | excluding those notices that do not pertain to any part of
104 | the Derivative Works; and
105 |
106 | (d) If the Work includes a "NOTICE" text file as part of its
107 | distribution, then any Derivative Works that You distribute must
108 | include a readable copy of the attribution notices contained
109 | within such NOTICE file, excluding those notices that do not
110 | pertain to any part of the Derivative Works, in at least one
111 | of the following places: within a NOTICE text file distributed
112 | as part of the Derivative Works; within the Source form or
113 | documentation, if provided along with the Derivative Works; or,
114 | within a display generated by the Derivative Works, if and
115 | wherever such third-party notices normally appear. The contents
116 | of the NOTICE file are for informational purposes only and
117 | do not modify the License. You may add Your own attribution
118 | notices within Derivative Works that You distribute, alongside
119 | or as an addendum to the NOTICE text from the Work, provided
120 | that such additional attribution notices cannot be construed
121 | as modifying the License.
122 |
123 | You may add Your own copyright statement to Your modifications and
124 | may provide additional or different license terms and conditions
125 | for use, reproduction, or distribution of Your modifications, or
126 | for any such Derivative Works as a whole, provided Your use,
127 | reproduction, and distribution of the Work otherwise complies with
128 | the conditions stated in this License.
129 |
130 | 5. Submission of Contributions. Unless You explicitly state otherwise,
131 | any Contribution intentionally submitted for inclusion in the Work
132 | by You to the Licensor shall be under the terms and conditions of
133 | this License, without any additional terms or conditions.
134 | Notwithstanding the above, nothing herein shall supersede or modify
135 | the terms of any separate license agreement you may have executed
136 | with Licensor regarding such Contributions.
137 |
138 | 6. Trademarks. This License does not grant permission to use the trade
139 | names, trademarks, service marks, or product names of the Licensor,
140 | except as required for reasonable and customary use in describing the
141 | origin of the Work and reproducing the content of the NOTICE file.
142 |
143 | 7. Disclaimer of Warranty. Unless required by applicable law or
144 | agreed to in writing, Licensor provides the Work (and each
145 | Contributor provides its Contributions) on an "AS IS" BASIS,
146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 | implied, including, without limitation, any warranties or conditions
148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 | PARTICULAR PURPOSE. You are solely responsible for determining the
150 | appropriateness of using or redistributing the Work and assume any
151 | risks associated with Your exercise of permissions under this License.
152 |
153 | 8. Limitation of Liability. In no event and under no legal theory,
154 | whether in tort (including negligence), contract, or otherwise,
155 | unless required by applicable law (such as deliberate and grossly
156 | negligent acts) or agreed to in writing, shall any Contributor be
157 | liable to You for damages, including any direct, indirect, special,
158 | incidental, or consequential damages of any character arising as a
159 | result of this License or out of the use or inability to use the
160 | Work (including but not limited to damages for loss of goodwill,
161 | work stoppage, computer failure or malfunction, or any and all
162 | other commercial damages or losses), even if such Contributor
163 | has been advised of the possibility of such damages.
164 |
165 | 9. Accepting Warranty or Additional Liability. While redistributing
166 | the Work or Derivative Works thereof, You may choose to offer,
167 | and charge a fee for, acceptance of support, warranty, indemnity,
168 | or other liability obligations and/or rights consistent with this
169 | License. However, in accepting such obligations, You may act only
170 | on Your own behalf and on Your sole responsibility, not on behalf
171 | of any other Contributor, and only if You agree to indemnify,
172 | defend, and hold each Contributor harmless for any liability
173 | incurred by, or claims asserted against, such Contributor by reason
174 | of your accepting any such warranty or additional liability.
175 |
176 | END OF TERMS AND CONDITIONS
177 |
178 | APPENDIX: How to apply the Apache License to your work.
179 |
180 | To apply the Apache License to your work, attach the following
181 | boilerplate notice, with the fields enclosed by brackets "[]"
182 | replaced with your own identifying information. (Don't include
183 | the brackets!) The text should be enclosed in the appropriate
184 | comment syntax for the file format. We also recommend that a
185 | file or class name and description of purpose be included on the
186 | same "printed page" as the copyright notice for easier
187 | identification within third-party archives.
188 |
189 | Copyright 2022 OVERCAST SECURITY LTD
190 |
191 | Licensed under the Apache License, Version 2.0 (the "License");
192 | you may not use this file except in compliance with the License.
193 | You may obtain a copy of the License at
194 |
195 | http://www.apache.org/licenses/LICENSE-2.0
196 |
197 | Unless required by applicable law or agreed to in writing, software
198 | distributed under the License is distributed on an "AS IS" BASIS,
199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 | See the License for the specific language governing permissions and
201 | limitations under the License.
202 |
--------------------------------------------------------------------------------
/NOTICE:
--------------------------------------------------------------------------------
1 | Pynt
2 | Copyright 2022 OVERCAST SECURITY LTD
3 |
4 | This product includes software developed at
5 | OVERCAST SECURITY LTD (https://www.pynt.io/).
6 |
7 | This product includes software from the newman project (Appache 2.0 License)
8 | * Copyright 2016 Postdot Technologies, Inc. All rights reserved.
9 |
10 | This product includes software from the mitmproxy (MIT License)
11 | * Copyright 2013 Aldo Cortesi. All rights reserved.
12 |
--------------------------------------------------------------------------------
/Privacy-Policy.md:
--------------------------------------------------------------------------------
1 | # Privacy Policy
2 |
3 | Last updated: June 06, 2023
4 |
5 | This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.
6 |
7 | We use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the [Privacy Policy Generator](https://www.privacypolicies.com/privacy-policy-generator/).
8 |
9 | # Interpretation and Definitions
10 |
11 | ## Interpretation
12 |
13 | The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.
14 |
15 | ## Definitions
16 |
17 | For the purposes of this Privacy Policy:
18 |
19 | - __Account__ means a unique account created for You to access our Service or parts of our Service.
20 | - __Affiliate__ means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.
21 |
22 | - __Application__ refers to Pynt, the software program provided by the Company.
23 |
24 |
25 |
26 | - __Company__ (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to Overcast Security LTD., Begin 154, Tel Aviv, Israel.
27 |
28 |
29 | - __Cookies__ are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.
30 |
31 | - __Country__ refers to: Israel
32 |
33 | - __Device__ means any device that can access the Service such as a computer, a cellphone or a digital tablet.
34 |
35 |
36 |
37 | - __Personal Data__ is any information that relates to an identified or identifiable individual.
38 |
39 |
40 |
41 | - __Service__ refers to the Application or the Website or both.
42 |
43 | - __Service Provider__ means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.
44 |
45 |
46 | - __Third-party Social Media Service__ refers to any website or any social network website through which a User can log in or create an account to use the Service.
47 |
48 | - __Usage Data__ refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).
49 |
50 | - __Website__ refers to Pynt, accessible from www.pynt.io
51 |
52 | - __You__ means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.
53 |
54 |
55 |
56 | # Collecting and Using Your Personal Data
57 |
58 | ## Types of Data Collected
59 |
60 | ### Personal Data
61 |
62 | While using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:
63 |
64 | - Email address
65 | - First name and last name
66 | - Phone number
67 | - Address, State, Province, ZIP/Postal code, City
68 |
69 |
70 | - Usage Data
71 |
72 |
73 |
74 | ### Usage Data
75 |
76 | Usage Data is collected automatically when using the Service.
77 |
78 | Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.
79 |
80 | When You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.
81 |
82 | We may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.
83 |
84 |
85 | ### Information from Third-Party Social Media Services
86 |
87 | The Company allows You to create an account and log in to use the Service through the following Third-party Social Media Services:
88 |
89 | - Google
90 | - Facebook
91 | - Twitter
92 | - LinkedIn
93 |
94 | If You decide to register through or otherwise grant us access to a Third-Party Social Media Service, We may collect Personal data that is already associated with Your Third-Party Social Media Service's account, such as Your name, Your email address, Your activities or Your contact list associated with that account.
95 |
96 | You may also have the option of sharing additional information with the Company through Your Third-Party Social Media Service's account. If You choose to provide such information and Personal Data, during registration or otherwise, You are giving the Company permission to use, share, and store it in a manner consistent with this Privacy Policy.
97 |
98 |
99 |
100 |
101 |
102 |
103 |
104 | ### Tracking Technologies and Cookies
105 |
106 | We use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:
107 |
108 | - __Cookies or Browser Cookies.__ A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.
109 | - __Web Beacons.__ Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).
110 |
111 | Cookies can be "Persistent" or "Session" Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. Learn more about cookies on the [Privacy Policies website](https://www.privacypolicies.com/blog/privacy-policy-template/#Use_Of_Cookies_Log_Files_And_Tracking) article.
112 |
113 | We use both Session and Persistent Cookies for the purposes set out below:
114 |
115 | - __Necessary / Essential Cookies__
116 |
117 | Type: Session Cookies
118 |
119 | Administered by: Us
120 |
121 | Purpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.
122 | - __Cookies Policy / Notice Acceptance Cookies__
123 |
124 | Type: Persistent Cookies
125 |
126 | Administered by: Us
127 |
128 | Purpose: These Cookies identify if users have accepted the use of cookies on the Website.
129 | - __Functionality Cookies__
130 |
131 | Type: Persistent Cookies
132 |
133 | Administered by: Us
134 |
135 | Purpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.
136 |
137 |
138 |
139 | For more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.
140 |
141 |
142 | ## Use of Your Personal Data
143 |
144 | The Company may use Personal Data for the following purposes:
145 |
146 | - __To provide and maintain our Service__, including to monitor the usage of our Service.
147 | - __To manage Your Account:__ to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.
148 | - __For the performance of a contract:__ the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.
149 | - __To contact You:__ To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application's push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.
150 | - __To provide You__ with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.
151 | - __To manage Your requests:__ To attend and manage Your requests to Us.
152 |
153 | - __For business transfers:__ We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.
154 | - __For other purposes__: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.
155 |
156 | We may share Your personal information in the following situations:
157 |
158 | - __With Service Providers:__ We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.
159 | - __For business transfers:__ We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.
160 | - __With Affiliates:__ We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.
161 | - __With business partners:__ We may share Your information with Our business partners to offer You certain products, services or promotions.
162 | - __With other users:__ when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside. If You interact with other users or register through a Third-Party Social Media Service, Your contacts on the Third-Party Social Media Service may see Your name, profile, pictures and description of Your activity. Similarly, other users will be able to view descriptions of Your activity, communicate with You and view Your profile.
163 | - __With Your consent__: We may disclose Your personal information for any other purpose with Your consent.
164 |
165 | ## Retention of Your Personal Data
166 |
167 | The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.
168 |
169 | The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.
170 |
171 | ## Transfer of Your Personal Data
172 |
173 | Your information, including Personal Data, is processed at the Company's operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.
174 |
175 | Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.
176 |
177 | The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.
178 |
179 | ## Delete Your Personal Data
180 |
181 | You have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.
182 |
183 | Our Service may give You the ability to delete certain information about You from within the Service.
184 |
185 | You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.
186 |
187 | Please note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.
188 |
189 | ## Disclosure of Your Personal Data
190 |
191 | ### Business Transactions
192 |
193 | If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.
194 |
195 | ### Law enforcement
196 |
197 | Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).
198 |
199 | ### Other legal requirements
200 |
201 | The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:
202 |
203 | - Comply with a legal obligation
204 | - Protect and defend the rights or property of the Company
205 | - Prevent or investigate possible wrongdoing in connection with the Service
206 | - Protect the personal safety of Users of the Service or the public
207 | - Protect against legal liability
208 |
209 | ## Security of Your Personal Data
210 |
211 | The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.
212 |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 |
221 |
222 |
223 |
224 |
225 |
226 |
227 |
228 | # Children's Privacy
229 |
230 | Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.
231 |
232 | If We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent's consent before We collect and use that information.
233 |
234 |
235 | # Links to Other Websites
236 |
237 | Our Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party's site. We strongly advise You to review the Privacy Policy of every site You visit.
238 |
239 | We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.
240 |
241 | # Changes to this Privacy Policy
242 |
243 | We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.
244 |
245 | We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the "Last updated" date at the top of this Privacy Policy.
246 |
247 | You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.
248 |
249 | # Contact Us
250 |
251 | If you have any questions about this Privacy Policy, You can contact us:
252 |
253 |
254 | - By email: support@pynt.io
255 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |