You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llms-full.txt
+4
Original file line number
Diff line number
Diff line change
@@ -1415,6 +1415,10 @@ Libraries are referred to via a standard URL. For a project hosted on GitHub it
1415
1415
It is recommend to always depend on a specific release of a library project instead of on the master branch. This way it is up to you as a developer to decide when to incorporate changes from a library project as opposed to always getting the latest (and potentially breaking) changes from the master branch of a library project.
1416
1416
</div>
1417
1417
1418
+
<div class='important' markdown='1'>
1419
+
It is recommended to always review third-party libraries before use. Learn more [securing your use of third-party software](#manuals:application-security).
1420
+
</div>
1421
+
1418
1422
### Basic access authentication
1419
1423
1420
1424
It is possible to add a username and password/token to the library URL to perform basic access authentication when using libraries that are not publicly available:
Copy file name to clipboardExpand all lines: manuals/libraries.md
+4
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ Libraries are referred to via a standard URL. For a project hosted on GitHub it
35
35
It is recommend to always depend on a specific release of a library project instead of on the master branch. This way it is up to you as a developer to decide when to incorporate changes from a library project as opposed to always getting the latest (and potentially breaking) changes from the master branch of a library project.
36
36
</div>
37
37
38
+
<divclass='important'markdown='1'>
39
+
It is recommended to always review third-party libraries before use. Learn more [securing your use of third-party software](https://defold.com/manuals/application-security/#securing-your-use-of-third-party-software).
40
+
</div>
41
+
38
42
### Basic access authentication
39
43
40
44
It is possible to add a username and password/token to the library URL to perform basic access authentication when using libraries that are not publicly available:
0 commit comments