CINXE.COM

Bugs : Launchpad itself

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta charset="UTF-8" /> <title>Bugs : Launchpad itself</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta name="description" content="Visit https://dev.launchpad.net/ to learn about building and developing Launchpad. Join us on IRC in the #launchpad-dev channel on irc.libera.chat or mail the https://launchpad.net/~launchpad-dev mailing list to discuss fixing bugs. See https://launchpad.net/launchpad-project for details on the other components that make up the project." /> <meta property="og:description" content="Visit https://dev.launchpad.net/ to learn about building and developing Launchpad. Join us on IRC in the #launchpad-dev channel on irc.libera.chat or mail the https://launchpad.net/~launchpad-dev mailing list to discuss fixing bugs. See https://launchpad.net/launchpad-project for details on the other components that make up the project." /> <meta property="og:title" content="Bugs : Launchpad itself" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/launchpad/+bugs" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lp.registry.structural_subscription', function(Y) { Y.on('domready', function() { Y.lp.registry.structural_subscription.setup( {content_box: "#structural-subscription-content-box"}); }); }); </script> <script type="text/javascript"> LPJS.use('lp.bugs.buglisting', function(Y) { Y.on('domready', function() { var view = new Y.lp.bugs.buglisting.TableView({ active_sort_key: LP.cache.order_by, sort_keys: LP.cache.sort_keys }); view.render(); }) }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/launchpad/+bugs/+login?field.tag=security">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/launchpad"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/600817174/Canonical_Launchpad_icon_64px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/launchpad">Launchpad itself</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/launchpad">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/launchpad">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/launchpad">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/launchpad">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/launchpad">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/launchpad">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <div> <div id="bugs-search-form" class="dynamic_bug_listing" action=""> <form method="get" name="search" class="primary search dynamic_bug_listing" action=""> <p> <input class="textType" id="field.searchtext" name="field.searchtext" size="20" type="text" value="" /> <input type="submit" name="search" value="Search" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="NEW" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITH_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITHOUT_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="CONFIRMED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="TRIAGED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INPROGRESS" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="FIXCOMMITTED" /> <input class="hiddenType" id="field.assignee" name="field.assignee" type="hidden" value="" /> <input class="hiddenType" id="field.bug_reporter" name="field.bug_reporter" type="hidden" value="" /> <input class="hiddenType" id="field.omit_dupes" name="field.omit_dupes" type="hidden" value="on" /> <input class="hiddenType" id="field.has_patch" name="field.has_patch" type="hidden" value="" /> <input class="hiddenType" id="field.has_no_package" name="field.has_no_package" type="hidden" value="" /> <a href="?advanced=1">Advanced search</a> </p> <div> </div> </form> </div> <div id="bugs-table-listing"> <div class="lesser"><table style="width: 100%;" class="upper-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>3</strong> of 3 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> </div> <div id="bugs-orderby"></div> <div id="client-listing"><div class="listing"> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1331914</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1331914" class="bugtitle">Allow users to re-generate a PPA signing key</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">380</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#861058</span> <a href="https://bugs.launchpad.net/launchpad/+bug/861058" class="bugtitle">can&#x27;t make membership of one team conditional on membership of another</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1473092</span> <a href="https://bugs.launchpad.net/launchpad/+bug/1473092" class="bugtitle">Move all subdomains of launchpad.net to HTTPS</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> Launchpad itself </span> <span class="bug-heat-icons"> <span class="sprite flame">290</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> </div> </div> <script>LP.mustache_listings = "\u003cdiv class=\"listing\"\u003e\n{{#items}}\n \u003cdiv class=\"buglisting-row\"\u003e\n\n \u003cdiv class=\"buglisting-col1\"\u003e\n {{#show_importance}}\n \u003cdiv class=\"importance {{importance_class}}\"\u003e\n {{importance}}\n \u003c/div\u003e\n {{/show_importance}}\n {{#show_status}}\n \u003cdiv class=\"status {{status_class}}\"\u003e\n {{status}}\n \u003c/div\u003e\n {{/show_status}}\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_information_type}}\n \u003cdiv class=\"information_type\"\u003e\n {{information_type}}\n \u003c/div\u003e\n {{/show_information_type}}\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"buglisting-col2\"\u003e\n \u003cdiv class=\"buginfo\"\u003e\n {{#show_id}}\n \u003cspan class=\"bugnumber\"\u003e#{{id}}\u003c/span\u003e\n {{/show_id}}\n \u003ca href=\"{{bug_url}}\" class=\"bugtitle\"\u003e{{title}}\u003c/a\u003e\n \u003c/div\u003e\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_targetname}}\n \u003cspan class=\"{{bugtarget_css}} field\"\u003e\n {{bugtarget}}\n \u003c/span\u003e\n {{/show_targetname}}\n {{#show_milestone_name}}\n \u003cspan class=\"sprite milestone field\"\u003e\n {{#milestone_name}}\n {{milestone_name}}\n {{/milestone_name}}\n {{^milestone_name}}\n No milestone set\n {{/milestone_name}}\n \u003c/span\u003e\n {{/show_milestone_name}}\n {{#show_date_last_updated}}\n \u003cspan class=\"sprite milestone field\"\u003e\n Last updated {{last_updated}}\n \u003c/span\u003e\n {{/show_date_last_updated}}\n {{#show_assignee}}\n \u003cspan class=\"sprite person field\"\u003e\n {{#assignee}}Assignee: {{assignee}}{{/assignee}}\n {{^assignee}}Assignee: None{{/assignee}}\n \u003c/span\u003e\n {{/show_assignee}}\n {{#show_reporter}}\n \u003cspan class=\"sprite person field\"\u003e\n Reporter: {{reporter}}\n \u003c/span\u003e\n {{/show_reporter}}\n {{#show_datecreated}}\n \u003cspan class=\"sprite aging field\"\u003e\n {{age}}\n \u003c/span\u003e\n {{/show_datecreated}}\n {{#show_tag}}\n \u003cspan class=\"field\"\u003eTags:\n {{^has_tags}}None{{/has_tags}}\n {{#tags}}\n \u003ca href=\"{{url}}\" class=\"tag\"\u003e{{tag}}\u003c/a\u003e\u0026#160;\n {{/tags}}\n \u003c/span\u003e\n {{/show_tag}}\n {{#show_heat}}\n \u003cspan class=\"bug-heat-icons\"\u003e\n {{{bug_heat_html}}}\n \u003c/span\u003e\n {{/show_heat}}\n \u003cspan class=\"bug-related-icons\"\u003e\n {{{badges}}}\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003c/div\u003e\n{{/items}}\n\u003c/div\u003e\n";</script> <div class="lesser"><table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>3</strong> of 3 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> </div> </div> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="bug-portlets"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="first"> <a href="+filebug" class="menu-link-filebug sprite bugs"> Report a bug </a> </li> <li> <a class="menu-link-filebug sprite answers" href="https://answers.launchpad.net/launchpad/+addquestion"> Ask a question </a> </li> </ul> </div> <div class="portlet"> <ul> </ul> </div> <div class="portlet"> <ul> </ul> <dl id="bug-supervisor"> <dt>Bug supervisor:</dt> <dd> <a href="https://launchpad.net/~launchpad" class="bg-image" style="background-image: url(https://launchpadlibrarian.net/600856263/Canonical_Launchpad_icon_14px.png)">Canonical Launchpad Engineering</a> </dd> </dl> </div> <div class="portlet" id="portlet-bugfilters"> <a id="bugtarget-bugfilters-link" href="/launchpad/+bugtarget-portlet-bugfilters-stats"> </a> <div id="bugfilters-portlet-content"> <ul class="data-list"> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.status=New"> New bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpad/+bugs"> Open bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.status=In+Progress"> In-progress bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.importance=Critical&amp;field.status=New&amp;field.status=Incomplete&amp;field.status=Confirmed&amp;field.status=Triaged&amp;field.status=In+Progress&amp;field.status=Fix+Committed"> Critical bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.importance=High&amp;field.status=New&amp;field.status=Incomplete&amp;field.status=Confirmed&amp;field.status=Triaged&amp;field.status=In+Progress&amp;field.status=Fix+Committed"> High importance bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpad/+expirable-bugs"> Incomplete bugs </a> (can expire) </li> <li class="breaker"></li> <li class="breaker"></li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpad/+bugs?field.status_upstream=resolved_upstream"> Bugs fixed elsewhere </a> </li> <li> <span class="count"></span> <a href="/launchpad/+patches"> Bugs with patches </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpad/+bugs?field.has_cve=on"> Open CVE bugs </a> <span> - <a href="/launchpad/+cve"> CVE reports </a> </span> </li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', function(Y) { Y.on('domready', function() { var url = Y.one('#bugtarget-bugfilters-link').getAttribute('href'); var handlers = { success: function(transactionid, response, arguments) { Y.one('#bugfilters-portlet-content').set( 'innerHTML', response.responseText); }, failure: function() { Y.one('#bugfilters-portlet-content').set('innerHTML', ''); } }; var request = Y.io(url, {on: handlers}); }); }); </script> </div> <div class="portlet" id="portlet-tags"> <div id="tags-portlet-spinner" class="hidden centered"> <img src="/@@/spinner" /> </div> <a id="tags-content-link" href="/launchpad/+bugtarget-portlet-tags-content"></a> <script type="text/javascript"> LPJS.use('lp.bugs.bugtask.taglist', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask.taglist.setup_taglist(); }); }); </script> <a href="" id="show-more-tags-link" class="js-action hidden">Show more tags&hellip;</a> <a href="" id="show-fewer-tags-link" class="js-action hidden">Show fewer tags&hellip;</a> <div class="breaker"></div> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 78860d9 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {"bugs.dynamic_bug_listings.pre_fetch": {"is_beta": false, "title": "Listing pre-fetching", "url": "https://bugs.launchpad.net/launchpad/+bug/888756", "value": null}}, "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "Launchpad itself", "url": "https://launchpad.net/launchpad"}, "view_name": "+bugs", "mustache_model": {"items": [{"age": "10 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1331914", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e380\u003c/span\u003e", "badges": "", "id": 1331914, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public Security", "last_updated": "on 2024-05-07", "milestone_name": null, "reporter": "Unit 193", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=gpg", "tag": "gpg"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=ppa", "tag": "ppa"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=security", "tag": "security"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=soyuz-publish", "tag": "soyuz-publish"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=vulnerability", "tag": "vulnerability"}], "title": "Allow users to re-generate a PPA signing key", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/861058", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 861058, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-09-30", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=security", "tag": "security"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=teams", "tag": "teams"}, {"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=user", "tag": "user"}], "title": "can't make membership of one team conditional on membership of another", "has_tags": true}, {"age": "9 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpad/+bug/1473092", "bugtarget": "Launchpad itself", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e290\u003c/span\u003e", "badges": "", "id": 1473092, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public Security", "last_updated": "on 2023-01-23", "milestone_name": null, "reporter": "Bryan Quigley", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpad/+bugs/?field.tag=security", "tag": "security"}], "title": "Move all subdomains of launchpad.net to HTTPS", "has_tags": true}]}, "next": null, "prev": null, "total": 3, "forwards": true, "last_start": 0, "memo": null, "start": 0, "field_visibility": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "field_visibility_defaults": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "cbl_cookie_name": "anon-buglist-fields", "order_by": "-importance", "sort_keys": [["importance", "Importance", "desc"], ["status", "Status", "asc"], ["information_type", "Information Type", "asc"], ["id", "Number", "desc"], ["title", "Title", "asc"], ["targetname", "Package/Project/Series name", "asc"], ["milestone_name", "Milestone", "asc"], ["date_last_updated", "Date last updated", "desc"], ["assignee", "Assignee", "asc"], ["reporter", "Reporter", "asc"], ["datecreated", "Age", "desc"], ["tag", "Tags", "asc"], ["heat", "Heat", "desc"], ["date_closed", "Date closed", "desc"], ["dateassigned", "Date when the bug task was assigned", "desc"], ["number_of_duplicates", "Number of duplicates", "desc"], ["latest_patch_uploaded", "Date latest patch uploaded", "desc"], ["message_count", "Number of comments", "desc"], ["milestone", "Milestone ID", "desc"], ["task", "Bug task ID", "desc"], ["users_affected_count", "Number of affected users", "desc"]], "context": {"self_link": "https://bugs.launchpad.net/api/devel/launchpad", "web_link": "https://launchpad.net/launchpad", "resource_type_link": "https://bugs.launchpad.net/api/devel/#project", "translations_usage": "Not Applicable", "official_answers": true, "official_blueprints": false, "official_codehosting": true, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/all_specifications", "valid_specifications_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/valid_specifications", "bug_reporting_guidelines": "This is the Launchpad bug queue. Please include the exact URL of a page where you had the problem, along with information on how to reproduce it. If the bug you found generated an OOPS id, please include it here as well.\n\nAlso see https://dev.launchpad.net/BugHandling\n\nIf you're reporting a bug about Ubuntu, you're in the wrong place. Try \u003chttps://bugs.launchpad.net/ubuntu\u003e.\n", "content_templates": null, "bug_reported_acknowledgement": "Thank you for reporting a bug in Launchpad. Launchpad is open source software. If you want to you can help fix the bug you are reporting. See \u003chttps://dev.launchpad.net/\u003e for more information.\n\nWe will triage your bug soon: we need to make sure we can reproduce it as well as determining where it fits in the project's priorities.", "official_bug_tags": ["403", "404", "answer-contacts", "api", "apocalypse", "boobytrap", "branch-puller", "branch-scanner", "branch-stacking", "branches", "branding", "bug-branch-links", "bug-columns", "bug-nomination", "bug-relationships", "bug-search", "bughistory", "bugs", "bugtag", "bugtrackers", "bugwatch", "build-infrastructure", "buildd-manager", "buildfarm", "canonical-losa-lp", "chr", "code-import", "code-integration", "code-review", "codebrowse", "codehosting-ssh", "codeofconduct", "comments", "confusing-ui", "contact-via-web", "contribution", "css", "cves", "derivation", "disclosure", "distributions", "docs", "dupefinder", "easy", "email", "entitlement", "escalated", "fallout", "faqs", "feature", "feature-flags", "feeds", "form-focus", "gina", "git", "gpg", "help", "hwdb", "i18n", "icons", "ie", "import-queue", "infrastructure", "inline-comments", "internal-api", "jabber", "javascript", "karma", "librarian", "linaro", "lp-answers", "lp-blueprints", "lp-bugs", "lp-code", "lp-foundations", "lp-registry", "lp-snappy", "lp-soyuz", "lp-translations", "lp-web", "mailing-lists", "markup", "merge-deactivate", "message-sharing", "microformats", "milestones", "mirror", "ml-archive-sucks", "motu", "oci", "oem-services", "oops", "oops-infrastructure", "openid", "p3a", "package-branches", "package-copies", "package-diff", "package-link", "package-overrides", "packages", "packagesets", "partner", "patch-tracking", "performance", "person-picker", "planning", "poppy", "ppa", "priority-inheritance", "privacy", "private-projects", "product-release-finder", "project-announcements", "projectgroups", "projects", "python-upgrade", "qa-bad", "qa-needstesting", "qa-ok", "qa-untestable", "questions", "queue-page", "quickly", "recipe", "regression", "related-projects-packages", "releases", "rosetta-imports", "search", "series", "sharing", "soyuz-build", "soyuz-core", "soyuz-ftpmaster-tools", "soyuz-publish", "soyuz-security", "soyuz-upload", "specifications", "sprints", "spurious-test-failure", "ssh", "story-better-bug-notification", "structural-navigation", "subscribers", "tales", "teams", "tech-debt", "template-generation", "test-system", "timeline", "timeout", "tour", "translations-branch", "trivial", "ubuntu-platform", "ubuntu-qa", "ubuntu-upstream-relations", "udd", "ui", "ui-debt", "upgrade", "upstream-translations-sharing", "users", "wcag", "webapp-infrastructure", "wiki", "work-item-tracker"], "recipes_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/recipes", "webhooks_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/webhooks", "bug_supervisor_link": "https://bugs.launchpad.net/api/devel/~launchpad", "active_milestones_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/active_milestones", "all_milestones_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "Launchpad itself", "icon_link": "https://bugs.launchpad.net/api/devel/launchpad/icon", "logo_link": "https://bugs.launchpad.net/api/devel/launchpad/logo", "name": "launchpad", "owner_link": "https://bugs.launchpad.net/api/devel/~launchpad", "project_group_link": "https://bugs.launchpad.net/api/devel/launchpad-project", "title": "Launchpad itself", "registrant_link": "https://bugs.launchpad.net/api/devel/~launchpad", "driver_link": null, "summary": "Launchpad is a set of Web services to help software developers collaborate.", "description": "Visit https://dev.launchpad.net/ to learn about building and developing Launchpad. Join us on IRC in the #launchpad-dev channel on irc.libera.chat or mail the https://launchpad.net/~launchpad-dev mailing list to discuss fixing bugs.\n\nSee https://launchpad.net/launchpad-project for details on the other components that make up the project.", "date_created": "2008-08-05T17:20:34.829311+00:00", "homepage_url": null, "wiki_url": "https://dev.launchpad.net/", "screenshots_url": null, "download_url": null, "programming_language": "python, javascript", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://bugs.launchpad.net/api/devel/launchpad/brand", "branch_sharing_policy": "Public, can be proprietary", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU Affero GPL v3"], "license_info": "AGPLv3", "bug_tracker_link": null, "series_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/series", "development_focus_link": "https://bugs.launchpad.net/api/devel/launchpad/trunk", "releases_collection_link": "https://bugs.launchpad.net/api/devel/launchpad/releases", "translation_focus_link": null, "commercial_subscription_link": "https://bugs.launchpad.net/api/devel/launchpad/+commercialsubscription/2297", "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Git", "http_etag": "\"1a0448e4c8019ef65b80c8329fb4921668129a7c-d731a1dd581fb498005b593f0788fda76915257f\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 31 queries/external actions issued in 0.47 seconds Features: {'profiling.enabled': None, 'bugs.dynamic_bug_listings.pre_fetch': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10