Skip to content

Doc/pdfmanual - #151

Merged
kdberends merged 19 commits into
masterfrom
doc/pdfmanual
Jul 3, 2026
Merged

kdberends merged 19 commits into
masterfrom
doc/pdfmanual

#88 changed line in workflow to hopefully not through error

ddbfe01
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud failed Jun 2, 2026 in 8s

4 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high
  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 27 in .github/workflows/generate-latex.yml

See this annotation in the file changed.

Code scanning / SonarCloud

Forked repository code should not be checked out in privileged workflow contexts High

Make sure that no untrusted code is executed from a fork. See more on SonarQube Cloud

Check failure on line 60 in .github/workflows/generate-latex.yml

See this annotation in the file changed.

Code scanning / SonarCloud

Forked repository code should not be checked out in privileged workflow contexts High

Make sure that no untrusted code is executed from a fork. See more on SonarQube Cloud

Check warning on line 104 in .github/workflows/generate-latex.yml

See this annotation in the file changed.

Code scanning / SonarCloud

Python package manager scripts should not be executed during installation Medium

Omitting "--no-build" can lead to the execution of setup scripts. Make sure it is safe here. See more on SonarQube Cloud

Check warning on line 104 in .github/workflows/generate-latex.yml

See this annotation in the file changed.

Code scanning / SonarCloud

Python dependencies should be locked to verified versions Medium

Using dependencies without locking resolved versions is security-sensitive. See more on SonarQube Cloud