-
Notifications
You must be signed in to change notification settings - Fork 155
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
base: master
Are you sure you want to change the base?
Implement LFI #2770
Conversation
94dfbb8
to
d027f9d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2770 +/- ##
============================================
- Coverage 80.91% 78.07% -2.84%
- Complexity 2526 2535 +9
============================================
Files 146 174 +28
Lines 14713 18811 +4098
Branches 0 992 +992
============================================
+ Hits 11905 14687 +2782
- Misses 2808 3581 +773
- Partials 0 543 +543
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 21 files with indirect coverage changes 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
e48e8cf
to
cde4c05
Compare
cde4c05
to
2b8b6de
Compare
@@ -0,0 +1,105 @@ | |||
--TEST-- | |||
Filesystem integration depends on RASP. If RASP enabled, integration is enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get this one. What it shows enabled is your TestSandboxedIntegration
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