* Verify the ID of Forgejo Actions web endpoints belongs to the repository to prevent the deletion of runners or variables or the modification of variables * Enforce permissions on publicly available user or organizations projects to not leak information from issues and pull requests that belong to private repositories * fix(ui): display verified icon for default gpg key * fix: load settings for valid user and email check * Teach the doctor to remove orphaned two_factor with forgejo doctor check --run check-db-consistency --fix * fix: listing tokens must not require basic auth OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=51
10 lines
308 B
XML
10 lines
308 B
XML
<?xml version="1.0" ?>
|
|
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="node_modules" mode="manual">
|
|
<param name="cpio">node_modules.obscpio</param>
|
|
<param name="output">node_modules.spec.inc</param>
|
|
<param name="source-offset">10000</param>
|
|
</service>
|
|
</services>
|