-
Notifications
You must be signed in to change notification settings - Fork 159
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
Implement LFI #2770
Implement LFI #2770
Conversation
94dfbb8
to
d027f9d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2770 +/- ##
============================================
- Coverage 72.90% 72.75% -0.16%
- Complexity 2741 2750 +9
============================================
Files 137 138 +1
Lines 14978 15038 +60
Branches 1016 1020 +4
============================================
+ Hits 10920 10941 +21
- Misses 3506 3543 +37
- Partials 552 554 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
BenchmarksBenchmark execution time: 2024-09-20 09:39:55 Comparing candidate commit eb254e3 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 11 metrics, 0 unstable metrics. scenario:WordPressBench/benchWordPressOverhead-appsec
|
96857dd
to
f710e93
Compare
af1a36f
to
1ac82f6
Compare
26c41f1
to
2b2ebb0
Compare
996e2ab
to
7a5690c
Compare
3ff1e35
to
3d4bf57
Compare
7b89b53
to
2320656
Compare
e59193b
to
3618a4d
Compare
0304b3e
to
83e6358
Compare
3618a4d
to
63ed611
Compare
291f49b
to
6ee5ac1
Compare
63ed611
to
5efcdfd
Compare
5efcdfd
to
b431a34
Compare
5130384
to
1526965
Compare
Description
This PR implements the first exploit prevention added to PHP. That means that apart of wrapping the LFI php functions, it also implements everything else to report exploits. This PR consists on:
Related Jiras: APPSEC-52929, APPSEC-53812, APPSEC-53813