JavaScript Node.js güvenlik hatası veriyor

TRBATU60

Hectopat
Katılım
28 Ağustos 2020
Mesajlar
36
Daha fazla  
Cinsiyet
Erkek
Meslek
Öğrenci
Merhaba,
Node.js üzerinde bir paket kurmak istediğimde bu hatayı alıyorum, yardımcı olabilir misiniz?

Kod:
# npm audit report
 
semver  <5.7.2
Severity: high
semver vulnerable to Regular Expression Denial of Service - [url]https://github.com/advisories/GHSA-c2qf-rxjj-qqgw[/url]
fix available via `npm audit fix`
node_modules/semver
  utf7  >=1.0.2
  Depends on vulnerable versions of semver
  node_modules/utf7
    imap  >=0.8.18
    Depends on vulnerable versions of utf7
    node_modules/imap
 
3 high severity vulnerabilities
 
To address all issues, run:
  npm audit fix
 
Son düzenleyen: Moderatör:
npm install semver@7.5.1 bunu denedim
Kod:
added 1 package, changed 1 package, and audited 214 packages in 1s

29 packages are looking for funding
  run `npm fund` for details

3 high severity vulnerabilities

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

bu hatayı aldım

bunun nasıl değitirebilirim
 
Bunu çalıştır.
Bash:
npm audit fix

Olmaz ise bunu dene.
Kod:
npm audit fix --force
 
Bunu çalıştır.
Bash:
npm audit fix

Olmaz ise bunu dene.
Kod:
npm audit fix --force
npm audit fix
denedim aşağıdaki hata

Kod:
removed 1 package, changed 1 package, and audited 213 packages in 3s

29 packages are looking for funding
  run `npm fund` for details

# npm audit report

semver  <5.7.2
Severity: high
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via `npm audit fix`
node_modules/utf7/node_modules/semver
  utf7  >=1.0.2
  Depends on vulnerable versions of semver
  node_modules/utf7
    imap  >=0.8.18
    Depends on vulnerable versions of utf7
    node_modules/imap

3 high severity vulnerabilities

To address all issues, run:
  npm audit fix

diğeri için de aşağıdaki hata

Kod:
up to date, audited 213 packages in 1s

29 packages are looking for funding
  run `npm fund` for details

# npm audit report

semver  <5.7.2
Severity: high
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via `npm audit fix`
node_modules/utf7/node_modules/semver
  utf7  >=1.0.2
  Depends on vulnerable versions of semver
  node_modules/utf7
    imap  >=0.8.18
    Depends on vulnerable versions of utf7
    node_modules/imap

3 high severity vulnerabilities

To address all issues, run:
  npm audit fix
 
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…