* fixes permissions policies can be bypassed via process.mainModule (bsc#1208481, CVE-2023-23918) * fixes insecure loading of ICU data through ICU_DATA environment variable (bsc#1208487, CVE-2023-23920) * deps: update npm to 6.14.18 + CVE-2021-44907.patch: upstreamed and removed - Update _constraints: * Less RAM for aarch64 and 32-bit arm * Use 'asimdrdm' cpu flag to use aarch64 workers where tests are more stable OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs14?expand=0&rev=103
33 lines
603 B
XML
33 lines
603 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">8</size>
|
|
</disk>
|
|
<physicalmemory>
|
|
<size unit="M">10000</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>aarch64</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<cpu>
|
|
<flag>asimdrdm</flag>
|
|
</cpu>
|
|
</hardware>
|
|
</overwrite>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>armv6l</arch>
|
|
<arch>armv7l</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="G">5</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|