Skip to content

Commit a3b14a8

Browse files
authored
Merge branch 'arduino:main' into main
2 parents 4819b76 + 323de99 commit a3b14a8

File tree

5 files changed

+562
-40
lines changed

5 files changed

+562
-40
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,39 @@ updates:
77
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
99
directory: / # Check the repository's workflows under /.github/workflows/
10+
assignees:
11+
- per1234
12+
open-pull-requests-limit: 100
1013
schedule:
1114
interval: daily
1215
labels:
1316
- "topic: infrastructure"
1417
- package-ecosystem: github-actions
1518
target-branch: production
1619
directory: /
20+
assignees:
21+
- per1234
22+
open-pull-requests-limit: 100
1723
schedule:
1824
interval: daily
1925
labels:
2026
- "topic: infrastructure"
2127
- package-ecosystem: gomod
2228
target-branch: production
2329
directory: /.github/workflows/assets/validate-registry/
30+
assignees:
31+
- per1234
32+
open-pull-requests-limit: 100
2433
schedule:
2534
interval: daily
2635
labels:
2736
- "topic: infrastructure"
2837
- package-ecosystem: pip
2938
target-branch: production
3039
directory: /
40+
assignees:
41+
- per1234
42+
open-pull-requests-limit: 100
3143
schedule:
3244
interval: daily
3345
labels:

.github/workflows/manage-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ jobs:
383383
uses: actions/upload-artifact@v3
384384
with:
385385
if-no-files-found: error
386+
include-hidden-files: true
386387
path: ${{ env.FAIL_FLAG_PATH }}
387388
name: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT }}
388389

FAQ.md

Lines changed: 11 additions & 1 deletion
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

@@ -43,9 +44,10 @@ When a library is [added to the library list](README.md#adding-a-library-to-libr
4344

4445
More information:
4546

47+
- https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library#installing-a-library
4648
- https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries#using-the-library-manager
4749
- https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib/
48-
- https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a
50+
- https://docs.arduino.cc/arduino-cloud/guides/editor/#library-manager
4951

5052
### How is the Library Manager index generated?
5153

@@ -195,3 +197,11 @@ This version of the Arduino IDE does not have an integrated uninstall functional
195197
#### Arduino CLI
196198

197199
Libraries can be uninstalled via [the `arduino-cli lib uninstall` command](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib_uninstall/).
200+
201+
## Security & Malware Reporting
202+
203+
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 🛡️.
204+
205+
Thank you!
206+
207+
E-mail contact: security@arduino.cc

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: security@arduino.cc

0 commit comments

Comments
 (0)