Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v23.7.0 #4403

Merged
merged 33 commits into from
Dec 3, 2023

Release v23.7.0

becff80
Select commit
Loading
Failed to load commit list.
Merged

Release v23.7.0 #4403

Release v23.7.0
becff80
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 3, 2023 in 0s

5 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 24 in lgsm/modules/fix_vh.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lgsm/modules/fix_vh.sh#L24

Double quote to prevent globbing and word splitting.

Check notice on line 24 in lgsm/modules/fix_vh.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lgsm/modules/fix_vh.sh#L24

This \/ will be a regular '/' in this context.

Check warning on line 25 in lgsm/modules/fix_vh.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lgsm/modules/fix_vh.sh#L25

Double quote to prevent globbing and word splitting.

Check notice on line 25 in lgsm/modules/fix_vh.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lgsm/modules/fix_vh.sh#L25

This \/ will be a regular '/' in this context.

Check notice on line 260 in lgsm/modules/info_distro.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

lgsm/modules/info_distro.sh#L260

Use find instead of ls to better handle non-alphanumeric filenames.