-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update index.md Capitalise SSH where appropriate Update Contribute link * Remove $ from commands Updated to follow the style guide. See: https://docs.ubuntu.com/styleguide/en/#code-examples-in-documentation * Update getting-started.md Capitalisation (SSH, Juju) Changes for conciseness Replaced a & with "and" Setting --> set, cleaning --> clean * Capitalise Juju and SSH * pin pydantic 2.8.2 * Revert "pin pydantic 2.8.2" This reverts commit 79c7fba. * add rust * add CVE-2024-34156 to .trivyignore --------- Co-authored-by: Christopher Bartz <[email protected]>
- Loading branch information
Showing
5 changed files
with
49 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
CVE-2024-24790 | ||
CVE-2023-45288 | ||
# False positive: https://github.com/canonical/pebble/issues/498 | ||
CVE-2024-34156 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Port number | ||
|
||
The port 10022 has been chosen as port 22 is already used by juju for ssh access. | ||
The port 10022 has been chosen as port 22 is already used by Juju for SSH access. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters