Skip to content

test: validate QWED Security v1.1 scanner across all engines - #214

Closed
Rahul Dass (rahuldass19) wants to merge 9 commits into
mainfrom
test/qwed-security-v11
Closed

test: validate QWED Security v1.1 scanner across all engines#214
Rahul Dass (rahuldass19) wants to merge 9 commits into
mainfrom
test/qwed-security-v11

test: re-check runtime secret regex

840b0fb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SnykCode failed Jul 27, 2026 in 4s

2 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 3 in src/qwed_new/runtime_secret_demo.py

See this annotation in the file changed.

Code scanning / SnykCode

Hardcoded Non-Cryptographic Secret Error

Avoid hardcoding values that are meant to be secret. Found {0} used in {1}.

Check notice on line 13 in examples/qwed_security_test.py

See this annotation in the file changed.

Code scanning / SnykCode

Code Injection Note

Unsanitized input from {0} {1} into {2}, where it is executed as Python code. This may result in a Code Injection vulnerability.