forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6973b05
committed
Further fix privileges on pg_statistic_ext[_data].
We don't need to restrict column privileges on pg_statistic_ext;all of that data is OK to read publicly. What we *do* need to do,which was overlooked by6cbfb78, is revoke public read access onpg_statistic_ext_data; otherwise we still have the same securityhole we started with.Catversion bump to ensure that installations calling themselvesbeta2 will have this fix.Diagnosis/correction by Dean Rasheed and Tomas Vondra, but I'mgoing to go ahead and push this fix ASAP so we get more buildfarmcycles on it.Discussion:https://postgr.es/m/8833.1560647898@sss.pgh.pa.us1 parentfc8cf3d commit6973b05
File tree
2 files changed
+3
-4
lines changed- src
- backend/catalog
- include/catalog
2 files changed
+3
-4
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
294 |
| - | |
295 |
| - | |
| 293 | + | |
| 294 | + | |
296 | 295 |
| |
297 | 296 |
| |
298 | 297 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
0 commit comments
Comments
(0)