Skip to content

Commit

Permalink
srcANGULAR: applied fix for CVE-2024-29180 security vulenerabiltiy
Browse files Browse the repository at this point in the history
While not directly involved and used, the Angular sample inside
srcANGULAR/ directory contains a security vulnerability
CVE-2024-29180 from one if Angular's depedency with high severity
(7.4/10). The problem is mainly because the middleware is able to
perform path traversal and eventually obtain sensitive files like
/etc/passwd using simple command like:
 $ curl localhost:8080/public/..%2f..%2f..%2f..%2f../etc/passwd

Hence, we need to amend it and roll out a hot release.

This patch applies CVE-2024-29180 fixes in srcANGULAR/ directory.

Co-authored-by: Shuralyov, Jean <[email protected]>
Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
3 people committed Mar 22, 2024
1 parent d4ff728 commit 2566c59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONFIG.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ AUTOMATACI_LANG = ""
#
# To enable it: simply supply the path (e.g. default is 'srcANGULAR').
# To disable it: simply supply an empty path (e.g. default is '').
PROJECT_ANGULAR = ''
PROJECT_ANGULAR = 'srcANGULAR'



Expand Down
14 changes: 7 additions & 7 deletions srcANGULAR/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2566c59

Please sign in to comment.