Skip to content

Commit 5645807

Browse files
Site changes [skip-ci]
1 parent ace74a7 commit 5645807

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

llms-full.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,10 @@ Libraries are referred to via a standard URL. For a project hosted on GitHub it
14151415
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.
14161416
</div>
14171417

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+
14181422
### Basic access authentication
14191423

14201424
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:

manuals/libraries.md

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Libraries are referred to via a standard URL. For a project hosted on GitHub it
3535
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.
3636
</div>
3737

38+
<div class='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+
3842
### Basic access authentication
3943

4044
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

Comments
 (0)