-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS: Extends CredentialsNode class mostly related to JWT authentication packages #14666
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 65b9774 - Browse repository at this point
Copy the full SHA 65b9774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f04dc8 - Browse repository at this point
Copy the full SHA 4f04dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f64cc8 - Browse repository at this point
Copy the full SHA 3f64cc8View commit details
Commits on Aug 30, 2023
-
change Source to ConstantString, it seems that we have some duplicate…
… results now, ConstantString is suggested as a better alternative for finding constant sources
Configuration menu - View commit details
-
Copy full SHA for 7a577dd - Browse repository at this point
Copy the full SHA 7a577ddView commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7891e64 - Browse repository at this point
Copy the full SHA 7891e64View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8e0f52c - Browse repository at this point
Copy the full SHA 8e0f52cView commit details
Commits on Nov 2, 2023
-
move new secret key sinks to existing CredentialsNode class,
add new additional global taint and dataflow steps update tests of CWE-798 add a new sanitizer for `semmle.javascript.security.dataflow.HardcodedCredentialsQuery`
Configuration menu - View commit details
-
Copy full SHA for e1d42fa - Browse repository at this point
Copy the full SHA e1d42faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01fb29e - Browse repository at this point
Copy the full SHA 01fb29eView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdee99a - Browse repository at this point
Copy the full SHA bdee99aView commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1860af0 - Browse repository at this point
Copy the full SHA 1860af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c299b56 - Browse repository at this point
Copy the full SHA c299b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c087c - Browse repository at this point
Copy the full SHA 20c087cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e365e2 - Browse repository at this point
Copy the full SHA 4e365e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2226f51 - Browse repository at this point
Copy the full SHA 2226f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for d775135 - Browse repository at this point
Copy the full SHA d775135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d98ec3 - Browse repository at this point
Copy the full SHA 5d98ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f96a1 - Browse repository at this point
Copy the full SHA c2f96a1View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71dfdfa - Browse repository at this point
Copy the full SHA 71dfdfaView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61a11c6 - Browse repository at this point
Copy the full SHA 61a11c6View commit details -
remove sanitnzer and add a where condition instead
use a simpler where condition(the former sanitizer) for overcoming performance problems
Configuration menu - View commit details
-
Copy full SHA for ee05ec0 - Browse repository at this point
Copy the full SHA ee05ec0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ffdb8 - Browse repository at this point
Copy the full SHA e4ffdb8View commit details
Commits on Jun 7, 2024
-
use isTestFile from ClassifyFiles module file instead previous where …
…condition, update tests accordingly
Configuration menu - View commit details
-
Copy full SHA for 5a69bbf - Browse repository at this point
Copy the full SHA 5a69bbfView commit details
Commits on Jul 1, 2024
-
move jose SharedTaintStep to a local taint step, add more additional …
…steps with test cases, update test cases and expected test results
Configuration menu - View commit details
-
Copy full SHA for 65fdb8c - Browse repository at this point
Copy the full SHA 65fdb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60aa711 - Browse repository at this point
Copy the full SHA 60aa711View commit details -
move the TextEncoder and Buffer jose.base64url taint steps to a local…
… query taint step
Configuration menu - View commit details
-
Copy full SHA for fa8c457 - Browse repository at this point
Copy the full SHA fa8c457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ecd8b7 - Browse repository at this point
Copy the full SHA 6ecd8b7View commit details -
update test cases of __tests__/ dir
since we want to check if a jwt related sink is in this dir or not
Configuration menu - View commit details
-
Copy full SHA for 5a18775 - Browse repository at this point
Copy the full SHA 5a18775View commit details -
Update hardcodedCredentials query file to only exclude 'jwt key' kind…
… from with the isTestFile predicate. According to expected test results, with a new query, the jwt sinks of __test__/ dir have been exluded from query results.
Configuration menu - View commit details
-
Copy full SHA for b360c8a - Browse repository at this point
Copy the full SHA b360c8aView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 354fcbe - Browse repository at this point
Copy the full SHA 354fcbeView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fce183c - Browse repository at this point
Copy the full SHA fce183cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4deb7d - Browse repository at this point
Copy the full SHA e4deb7dView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b64cb4d - Browse repository at this point
Copy the full SHA b64cb4dView commit details