A nyílt forráskódú szoftverek előnye, hogy bárki auditálhatja a kódot, így a hibák gyorsan felfedezhetők és javíthatók. A zárt forráskódú programok esetén a biztonság a fejlesztőkre és a beszállítókra van bízva, ami néha lassabb hibajavítást eredményezhet. Linux alatt ezért a hivatalos tárolókból telepített nyílt forráskódú programok használata a legbiztonságosabb gyakorlat.
Mi a különbség a nyílt és zárt forráskódú szoftverek biztonságában Linux alatt?
< 1 min read
WordPress adatbázis hiba: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')) AND p.post_type = 'docs' AND tt.taxonomy = 'doc_category' AND tt.term_id I...' at line 1]SELECT p.ID FROM wiki_posts AS p INNER JOIN wiki_term_relationships AS tr ON p.ID = tr.object_id INNER JOIN wiki_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE p.ID = '79' AND p.ID < 77)) AND p.post_type = 'docs' AND tt.taxonomy = 'doc_category' AND tt.term_id IN (9) AND p.ID NOT IN ( SELECT tr.object_id FROM wiki_term_relationships tr LEFT JOIN wiki_term_taxonomy tt ON (tr.term_taxonomy_id = tt.term_taxonomy_id) WHERE tt.term_id IN (0) ) AND p.post_status = 'publish' ORDER BY p.post_date DESC, p.ID DESC LIMIT 1
WordPress adatbázis hiba: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')) AND p.post_type = 'docs' AND tt.taxonomy = 'doc_category' AND tt.term_id I...' at line 1]SELECT p.ID FROM wiki_posts AS p INNER JOIN wiki_term_relationships AS tr ON p.ID = tr.object_id INNER JOIN wiki_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE p.ID = '75' AND p.ID > 77)) AND p.post_type = 'docs' AND tt.taxonomy = 'doc_category' AND tt.term_id IN (9) AND p.ID NOT IN ( SELECT tr.object_id FROM wiki_term_relationships tr LEFT JOIN wiki_term_taxonomy tt ON (tr.term_taxonomy_id = tt.term_taxonomy_id) WHERE tt.term_id IN (0) ) AND p.post_status = 'publish' ORDER BY p.post_date ASC, p.ID ASC LIMIT 1
Powered by BetterDocs