Skip to content

Commit a4cf2e7

Browse files
authored
Merge pull request #4565 from rhpco/malware-reporting
Added new malware reporting paragraphs
2 parents a72e84c + 625961c commit a4cf2e7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

FAQ.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- [When I install a library that I know depends on another library, will this other library be installed as well?](#when-i-install-a-library-that-i-know-depends-on-another-library-will-this-other-library-be-installed-as-well)
2727
- [Can I install multiple versions of one library and use the proper one in my sketches?](#can-i-install-multiple-versions-of-one-library-and-use-the-proper-one-in-my-sketches)
2828
- [How can I remove a library I installed via Library Manager?](#how-can-i-remove-a-library-i-installed-via-library-manager)
29+
- [Security & Malware Reporting](#security--malware-reporting)
2930

3031
<!-- tocstop -->
3132

@@ -195,3 +196,11 @@ This version of the Arduino IDE does not have an integrated uninstall functional
195196
#### Arduino CLI
196197

197198
Libraries can be uninstalled via [the `arduino-cli lib uninstall` command](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib_uninstall/).
199+
200+
## Security & Malware Reporting
201+
202+
If you think you found a vulnerability, malware or other security-related defect in any Arduino Library projects, please take a look at our security policy and report it to our Security Team 🛡️.
203+
204+
Thank you!
205+
206+
E-mail contact: [email protected]

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This repository contains the list of libraries in the
1515
- [Changing the URL of a library already in Library Manager](#changing-the-url-of-a-library-already-in-library-manager)
1616
- [Removing a library from Library Manager](#removing-a-library-from-library-manager)
1717
- [Report a problem with Library Manager](#report-a-problem-with-library-manager)
18+
- [Security & Malware Reporting](#security--malware-reporting)
1819

1920
<!-- tocstop -->
2021

@@ -118,3 +119,11 @@ This repository is not an appropriate place to request support or report problem
118119
own documentation for instructions or ask on the [Arduino Forum](https://forum.arduino.cc/).
119120

120121
If the problem is about something else, please submit an issue report [here](https://github.com/arduino/library-registry/issues/new/choose).
122+
123+
## Security & Malware Reporting
124+
125+
If you think you found a vulnerability, malware or other security-related defect in any Arduino Library projects, please take a look at our security policy and report it to our Security Team 🛡️.
126+
127+
Thank you!
128+
129+
E-mail contact: [email protected]

0 commit comments

Comments
 (0)