-
## Step 10: Data flow and taint tracking analysis
Great! You made it to the final step!
In step 9 we found expressions in the source code that are likely to have integers supplied from remote input,…
-
With the CodeQL CLI, the handling of `toString()` methods in QL changes. The default compilation mode in Odasa was that entity classes that don't declare a `toString()` inherit the default implicit `n…
-
## Step 10: Data flow and taint tracking analysis
Great! You made it to the final step!
In step 9 we found expressions in the source code that are likely to have integers supplied from remote input,…
-
Hello Sir,
I met some compile errors while dealing with javascript. I tried other lanague like java and it performs well. And I use OS x. Here are errors
**1. ERROR: Could not resolve type @regexp…
-
@aschackmull
Thanks.
I checked the source and sink。
source:
![image](https://user-images.githubusercontent.com/33443724/76837574-bffd6480-686d-11ea-9fb1-9a07e3e85c50.png)
Sink:
![image](https:/…
-
## Report
ASP.NET applications with large `MaxLengthRequest` are vulnerable to denial of service attacks. The recommended value by Microsoft is 4096 KB (4 MB) so anything larger than that gets fla…
cldrn updated
4 years ago
-
## Report
ASP.NET applications ship with `requestValidationMode` enabled by default as it consists of built-in validations to protect against code injections. It is not recommended to set it to oth…
cldrn updated
4 years ago
-
**Description of the false positive**
The alert suggests that the assignment operator does not return `*this`, but it does, via the function call it makes.
**URL to the alert on the project page…
rob-p updated
4 years ago
-
Finding is "Multiplication result may overflow 'int' before it is converted to 'unsigned long'." in the following line of code:
hosts_skipped = (last[1] + 1) * (last[2] + 1) * (last[3] + 1);
…
-
**Description of the false positive**
__asm__ is breaking various queries. Return value tracking should be pretty easy to add. :)
```c
#ifdef IA32_RND
unsigned int get_count()
{
__asm__(…