-
Updated
Sep 5, 2021 - Haskell
static-analysis
Here are 1,221 public repositories matching this topic...
-
Updated
Sep 10, 2021 - OCaml
-
Updated
Sep 11, 2021 - Java
-
Updated
Sep 12, 2021 - PHP
-
Updated
Sep 12, 2021 - PHP
-
Updated
Sep 8, 2021 - Python
-
Updated
Sep 1, 2021 - Rust
-
Updated
Sep 11, 2021 - PHP
-
Updated
Sep 10, 2021 - Go
-
Updated
Aug 29, 2021
-
Updated
Sep 10, 2021 - CMake
-
Updated
Sep 12, 2021 - Java
-
Updated
Aug 24, 2021 - Ruby
-
Updated
Mar 25, 2021 - TypeScript
-
Updated
Sep 9, 2021 - Haskell
-
Updated
Sep 11, 2021 - OCaml
-
Updated
Sep 6, 2021 - Go
Describe the bug
I expect metavariables between backticks to work in JavaScript:
$ semgrep --lang js -e '`$A`'
ran 1 rules on 1 files: 0 findings
I expect this to match the following:
`test`;
Priority
How important is this to you?
- P2: annoying but not blocking me
-
Updated
Sep 11, 2021 - PHP
-
Updated
Sep 2, 2021 - Python
Argument 1 of `get_browser()` cannot be null, null value provided to parameter with type string
According to the PHP docs of function get_browser()
it is possible to pass null
value to first argument.
You can bypass this parameter with a null value.
https://www.php.net/manual/en/function.get-browser.php
Code:
$browser = get_browser(null, true);
Many repositories need to fix, so please help if you like.
If you could help, it would be helpful if you could comment before starting the work not to overlapping.
Fix example
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
go
-
Updated
Sep 12, 2021 - Go
-
Updated
Sep 11, 2021 - Elixir
-
Updated
Sep 6, 2021 - C#
-
Updated
Sep 12, 2021 - C++
Improve this page
Add a description, image, and links to the static-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-analysis topic, visit your repo's landing page and select "manage topics."
App Attest allows your app to attach a hardware-backed assertion as a part of the request. Your server can use assertion to verify the request came from your genuine app, on a genuine Apple device.
https://developer.apple.com/videos/play/wwdc2021/10244/
https://developer.apple.com/documentation/devicecheck/assessing_fraud_risk
https://developer.apple.com/documentation/bundleresources/entit