| Dec | JAN | Feb |
| 08 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: github.com
|
After all the changes made on the modeling side, there is now better separation in scores between TPs and FPs. This PR experiments with setting a hard-coded score threshold > 0.5 to determine which alerts to surface, rather than always selecting the max-likelihood class, thereby reducing FPs.
Replaces #7512, because it turns out I need to update the |
|
The text was updated successfully, but these errors were encountered: |
Experiment with a fixed threshold of 0.65
dc8711b
Experiment with a threshold of 0.65
e41b9e8
Don't hard-code the score cutoff
6d9a8fa
Test a threshold of 0
869846b
Make sure we get near-perfect recall (ATM-light) and bad precision.
JS: Update featurization for absent features optimization
6739fe3
Absent features are now represented implicitly by the absence of a row in the `tokenFeatures` relation, rather than explicitly by an empty string. This leads to improved runtime performance. To enable this implicit representation, we pass the set of supported token features to the `scoreEndpoints` HOP. Requires CodeQL CLI v2.7.4.
Remove 2020 sinks from TaintedPath.ql
3e1eebd
Remove 2020 sinks from Xss.ql
e8a21e2
Remove 2020 sinks from SqlInjection.ql
c769ef4
Remove pseudo-properties
2de58b3
Add benjamin-button.md
232bb44
Remove additional path-injection sinks
7cf073d
Remove additional SQL sinks
5346ab2
Remove additional Xss sinks
cc08ecc
Remove NoSQL sinks since September 2018
2c41250
Revert "JS: Recognize DomSanitizer from @angular/core"
f5a8715
This reverts commit ff1d0cc.
Bug fix
672208a
Experiment with a threshold of 0.65
5f9e7cf
Experiment with a threshold of 0.5
f95c1b1
Experiment with a threshold of 0.95
725c667
Successfully merging this pull request may close these issues.
None yet
4 participants Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. ● © 2022 GitHub, Inc. ●Terms ●Privacy ●Security ●Status ●Docs ●Contact GitHub ●Pricing ●API ●Training ●Blog ●About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.