Skip to content

Getting changes from main - #32

Merged
iSiRaH merged 35 commits into
Devfrom
main
Mar 12, 2026
Merged

Getting changes from main#32
iSiRaH merged 35 commits into
Devfrom
main

Merge pull request #30 from arosha-w/isira

d3b1785
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 12, 2026 in 3s

2 new alerts including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

Other Alerts:

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 61 in src/main/java/com/crimeLink/analyzer/controller/CrimeReportController.java

See this annotation in the file changed.

Code scanning / CodeQL

Cross-site scripting High

Cross-site scripting vulnerability due to a
user-provided value
.
Cross-site scripting vulnerability due to a
user-provided value
.

Check notice on line 81 in src/main/java/com/crimeLink/analyzer/util/LogSanitizer.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method LogSanitizer.sanitize(..) could be confused with overloaded method
sanitize
, since dispatch depends on static types.