Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
345,399 | 10,367,454,258 | IssuesEvent | 2019-09-07 08:22:48 | WoWManiaUK/Blackwing-Lair | https://api.github.com/repos/WoWManiaUK/Blackwing-Lair | closed | [NPC] Georgia <Bat Handler> | Low Priority | **Links:**
https://classic.wowhead.com/npc=12636/georgia

**What is happening:**
- <Bat Handler> Gives a gryphon not a bat
**What should happen:**
- im sure that a bat mount should be given not a gryphon as horde
| 1.0 | [NPC] Georgia <Bat Handler> - **Links:**
https://classic.wowhead.com/npc=12636/georgia

**What is happening:**
- <Bat Handler> Gives a gryphon not a bat
**What should happen:**
- im sure that a bat mount should be given not a gryphon as horde
| non_defect | georgia links what is happening gives a gryphon not a bat what should happen im sure that a bat mount should be given not a gryphon as horde | 0 |
17,475 | 3,008,873,768 | IssuesEvent | 2015-07-28 00:02:47 | belangeo/cecilia5 | https://api.github.com/repos/belangeo/cecilia5 | closed | Not compatible with wxpython 3.0 | auto-migrated Priority-Medium Type-Defect | ```
Running cecilia5 from svn trunk fails to load with wxpython 3.0. Using wxpython
2.8 opens the application as expected.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_misc.py", line 1367, in Notify
self.notify()
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 16866, in Notify
self.result = self.callable(*self.args, **self.kwargs)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/splash.py", line 78, in OnClose
self.callback()
File "./Cecilia5.py", line 68, in onStart
ceciliaMainFrame.onOpen(os.path.join(MODULES_PATH, category, file), True)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/CeciliaMainFrame.py", line 238, in onOpen
CeciliaLib.openCeciliaFile(self, event, builtin)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/CeciliaLib.py", line 597, in openCeciliaFile
getVar("audioServer").openCecFile(cecFilePath)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/audio.py", line 1661, in openCecFile
CeciliaLib.getVar("mainFrame").onUpdateInterface(None)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/CeciliaMainFrame.py", line 328, in onUpdateInterface
ceciliaInterface = CeciliaInterface.CeciliaInterface(None, title='Interface - %s' % title, mainFrame=self)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/CeciliaInterface.py", line 52, in __init__
self.controlPanel = Control.CECControl(self, -1)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/Control.py", line 108, in __init__
self.sizerMain.Add(Separator(self, (230,2), colour=BORDER_COLOUR), 1, wx.EXPAND)
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 14456, in Add
return _core_.Sizer_Add(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "Assert failure" failed at
./src/common/sizer.cpp(1401) in DoInsert(): too many items (4 > 1*3) in grid
sizer (maybe you should omit the number of either rows or columns?)
```
Original issue reported on code.google.com by `tonyctl...@gmail.com` on 21 Mar 2014 at 6:12 | 1.0 | Not compatible with wxpython 3.0 - ```
Running cecilia5 from svn trunk fails to load with wxpython 3.0. Using wxpython
2.8 opens the application as expected.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_misc.py", line 1367, in Notify
self.notify()
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 16866, in Notify
self.result = self.callable(*self.args, **self.kwargs)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/splash.py", line 78, in OnClose
self.callback()
File "./Cecilia5.py", line 68, in onStart
ceciliaMainFrame.onOpen(os.path.join(MODULES_PATH, category, file), True)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/CeciliaMainFrame.py", line 238, in onOpen
CeciliaLib.openCeciliaFile(self, event, builtin)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/CeciliaLib.py", line 597, in openCeciliaFile
getVar("audioServer").openCecFile(cecFilePath)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/audio.py", line 1661, in openCecFile
CeciliaLib.getVar("mainFrame").onUpdateInterface(None)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/CeciliaMainFrame.py", line 328, in onUpdateInterface
ceciliaInterface = CeciliaInterface.CeciliaInterface(None, title='Interface - %s' % title, mainFrame=self)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/CeciliaInterface.py", line 52, in __init__
self.controlPanel = Control.CECControl(self, -1)
File "/dev/shm/asd-tonyctl/home/tonyctl/sync/cecilia5-read-only/Resources/Control.py", line 108, in __init__
self.sizerMain.Add(Separator(self, (230,2), colour=BORDER_COLOUR), 1, wx.EXPAND)
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line 14456, in Add
return _core_.Sizer_Add(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "Assert failure" failed at
./src/common/sizer.cpp(1401) in DoInsert(): too many items (4 > 1*3) in grid
sizer (maybe you should omit the number of either rows or columns?)
```
Original issue reported on code.google.com by `tonyctl...@gmail.com` on 21 Mar 2014 at 6:12 | defect | not compatible with wxpython running from svn trunk fails to load with wxpython using wxpython opens the application as expected traceback most recent call last file usr lib site packages wx wx misc py line in notify self notify file usr lib site packages wx wx core py line in notify self result self callable self args self kwargs file dev shm asd tonyctl home tonyctl sync read only resources splash py line in onclose self callback file py line in onstart ceciliamainframe onopen os path join modules path category file true file dev shm asd tonyctl home tonyctl sync read only resources ceciliamainframe py line in onopen cecilialib openceciliafile self event builtin file dev shm asd tonyctl home tonyctl sync read only resources cecilialib py line in openceciliafile getvar audioserver opencecfile cecfilepath file dev shm asd tonyctl home tonyctl sync read only resources audio py line in opencecfile cecilialib getvar mainframe onupdateinterface none file dev shm asd tonyctl home tonyctl sync read only resources ceciliamainframe py line in onupdateinterface ceciliainterface ceciliainterface ceciliainterface none title interface s title mainframe self file dev shm asd tonyctl home tonyctl sync read only resources ceciliainterface py line in init self controlpanel control ceccontrol self file dev shm asd tonyctl home tonyctl sync read only resources control py line in init self sizermain add separator self colour border colour wx expand file usr lib site packages wx wx core py line in add return core sizer add args kwargs wx core pyassertionerror c assertion assert failure failed at src common sizer cpp in doinsert too many items in grid sizer maybe you should omit the number of either rows or columns original issue reported on code google com by tonyctl gmail com on mar at | 1 |
30,243 | 6,051,771,689 | IssuesEvent | 2017-06-13 01:32:07 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | CakeEmail Comma in From address | Defect | * [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 2.9.4
* Platform and Target: CakeEmail -> SMTP Transport
### What you did
I'm trying to send and email with a comma in the from_name.
### What happened
The sent email is malformed. The MIME enveloppe is not well structured because the comma is not escaped.
Received email header excerpt:
```
From: "Website, =?UTF-8?B?c3DDqWNpYWxpc3RlIFZPTyI=?= <test@domain.com>
To: test@domain2.com
X-Mailer: CakePHP Email
```
### What you expected to happen
The header should have an extra " :
`From: "Website, =?UTF-8?B?c3DDqWNpYWxpc3RlIFZPTw==?=" <test@domain.com>
`
Otherwise some email readers / gmail, etc are considering that there are multiple From emails due to the non-escaped character. | 1.0 | CakeEmail Comma in From address - * [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 2.9.4
* Platform and Target: CakeEmail -> SMTP Transport
### What you did
I'm trying to send and email with a comma in the from_name.
### What happened
The sent email is malformed. The MIME enveloppe is not well structured because the comma is not escaped.
Received email header excerpt:
```
From: "Website, =?UTF-8?B?c3DDqWNpYWxpc3RlIFZPTyI=?= <test@domain.com>
To: test@domain2.com
X-Mailer: CakePHP Email
```
### What you expected to happen
The header should have an extra " :
`From: "Website, =?UTF-8?B?c3DDqWNpYWxpc3RlIFZPTw==?=" <test@domain.com>
`
Otherwise some email readers / gmail, etc are considering that there are multiple From emails due to the non-escaped character. | defect | cakeemail comma in from address bug enhancement feature discussion rfc cakephp version platform and target cakeemail smtp transport what you did i m trying to send and email with a comma in the from name what happened the sent email is malformed the mime enveloppe is not well structured because the comma is not escaped received email header excerpt from website utf b to test com x mailer cakephp email what you expected to happen the header should have an extra from website utf b otherwise some email readers gmail etc are considering that there are multiple from emails due to the non escaped character | 1 |
313,739 | 9,575,604,946 | IssuesEvent | 2019-05-07 06:57:24 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.moneycontrol.com - see bug description | browser-firefox-mobile engine-gecko priority-important | <!-- @browser: Firefox Mobile 67.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:67.0) Gecko/67.0 Firefox/67.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.moneycontrol.com/stocksmarketsindia/?utm_source=Google&utm_medium=Search&utm_campaign=Traffic_SEM__Sok&utm_content=MC_Homepage&gclid=CjwKCAjwtYXmBRAOEiwAYsyl3Nk18CMLq_WqpbWn_ks72MU0irS9F7kLrn1WYwwwUIyd87vnFfa5jhoCNJkQAvD_BwE
**Browser / Version**: Firefox Mobile 67.0
**Operating System**: Android 8.0.0
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: kly stop urgently taking monthly Rs.69 from my credit card
**Steps to Reproduce**:
Monthly RS.69 is being taken by money control from my credit card. URGENTLY STOP TAKING MONEY from my credit card.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>mixed active content blocked: true</li><li>image.mem.shared: true</li><li>buildID: 20190422163745</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li>
</ul>
<p>Console Messages:</p>
<pre>
[u'[console.log(JQMIGRATE: Migrate is installed, version 1.4.1) https://stat1.moneycontrol.com/mcjs/common/jquery-migrate-1.4.1.min.js:2:552]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat2.moneycontrol.com/mcjs/common/mc_common.js?v=1.8" line: 627 column: 3 source: "\t\t\ti = 1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat2.moneycontrol.com/mcjs/common/mc_common.js?v=1.8" line: 633 column: 3 source: "\t\t\ti = 1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_common.js?ver=0.2" line: 939 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_common.js?ver=0.2" line: 945 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_common.js?ver=0.2" line: 2239 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_common.js?ver=0.2" line: 2245 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_market_hp12.min.js?v=0.2" line: 348}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_market_hp12.min.js?v=0.2" line: 354}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_market_hp12.min.js?v=0.2" line: 3051}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_market_hp12.min.js?v=0.2" line: 3057}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat4.moneycontrol.com/mcjs/mcradar/market_radar_aws.js?ver=20180820" line: 3385 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat4.moneycontrol.com/mcjs/mcradar/market_radar_aws.js?ver=20180820" line: 3391 column: 2 source: "\t\tproceed =1;"}]', u'[console.log(countryIN) https://rtbcdn.andbeyond.media/prod-global-32339.js:88:30]', u'[JavaScript Error: "Blocked loading mixed active content http://m.moneycontrol.com/mccode/common/indices_chart/indices_chart.php?market=i&period=1d&ind_id=4&width=100%&height=200" {file: "https://www.moneycontrol.com/stocksmarketsindia/?utm_source=Google&utm_medium=Search&utm_campaign=Traffic_SEM__Sok&utm_content=MC_Homepage&gclid=CjwKCAjwtYXmBRAOEiwAYsyl3Nk18CMLq_WqpbWn_ks72MU0irS9F7kLrn1WYwwwUIyd87vnFfa5jhoCNJkQAvD_BwE" line: 0}]', u'[JavaScript Error: "Blocked loading mixed active content http://m.moneycontrol.com/mccode/common/indices_chart/indices_chart.php?market=i&period=1d&ind_id=9&width=100%&height=200" {file: "https://www.moneycontrol.com/stocksmarketsindia/?utm_source=Google&utm_medium=Search&utm_campaign=Traffic_SEM__Sok&utm_content=MC_Homepage&gclid=CjwKCAjwtYXmBRAOEiwAYsyl3Nk18CMLq_WqpbWn_ks72MU0irS9F7kLrn1WYwwwUIyd87vnFfa5jhoCNJkQAvD_BwE" line: 0}]', u'[console.error(Exception in queued GPT command, TypeError: googletag.defineSlot(...) is null) https://securepubads.g.doubleclick.net/gpt/pubads_impl_2019041801.js:1:49012]']
</pre>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.moneycontrol.com - see bug description - <!-- @browser: Firefox Mobile 67.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:67.0) Gecko/67.0 Firefox/67.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.moneycontrol.com/stocksmarketsindia/?utm_source=Google&utm_medium=Search&utm_campaign=Traffic_SEM__Sok&utm_content=MC_Homepage&gclid=CjwKCAjwtYXmBRAOEiwAYsyl3Nk18CMLq_WqpbWn_ks72MU0irS9F7kLrn1WYwwwUIyd87vnFfa5jhoCNJkQAvD_BwE
**Browser / Version**: Firefox Mobile 67.0
**Operating System**: Android 8.0.0
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: kly stop urgently taking monthly Rs.69 from my credit card
**Steps to Reproduce**:
Monthly RS.69 is being taken by money control from my credit card. URGENTLY STOP TAKING MONEY from my credit card.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>mixed active content blocked: true</li><li>image.mem.shared: true</li><li>buildID: 20190422163745</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li>
</ul>
<p>Console Messages:</p>
<pre>
[u'[console.log(JQMIGRATE: Migrate is installed, version 1.4.1) https://stat1.moneycontrol.com/mcjs/common/jquery-migrate-1.4.1.min.js:2:552]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat2.moneycontrol.com/mcjs/common/mc_common.js?v=1.8" line: 627 column: 3 source: "\t\t\ti = 1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat2.moneycontrol.com/mcjs/common/mc_common.js?v=1.8" line: 633 column: 3 source: "\t\t\ti = 1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_common.js?ver=0.2" line: 939 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_common.js?ver=0.2" line: 945 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_common.js?ver=0.2" line: 2239 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_common.js?ver=0.2" line: 2245 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_market_hp12.min.js?v=0.2" line: 348}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_market_hp12.min.js?v=0.2" line: 354}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_market_hp12.min.js?v=0.2" line: 3051}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat1.moneycontrol.com/mcjs/markets/https_market_hp12.min.js?v=0.2" line: 3057}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat4.moneycontrol.com/mcjs/mcradar/market_radar_aws.js?ver=20180820" line: 3385 column: 2 source: "\t\tproceed =1;"}]', u'[JavaScript Warning: "unreachable code after return statement" {file: "https://stat4.moneycontrol.com/mcjs/mcradar/market_radar_aws.js?ver=20180820" line: 3391 column: 2 source: "\t\tproceed =1;"}]', u'[console.log(countryIN) https://rtbcdn.andbeyond.media/prod-global-32339.js:88:30]', u'[JavaScript Error: "Blocked loading mixed active content http://m.moneycontrol.com/mccode/common/indices_chart/indices_chart.php?market=i&period=1d&ind_id=4&width=100%&height=200" {file: "https://www.moneycontrol.com/stocksmarketsindia/?utm_source=Google&utm_medium=Search&utm_campaign=Traffic_SEM__Sok&utm_content=MC_Homepage&gclid=CjwKCAjwtYXmBRAOEiwAYsyl3Nk18CMLq_WqpbWn_ks72MU0irS9F7kLrn1WYwwwUIyd87vnFfa5jhoCNJkQAvD_BwE" line: 0}]', u'[JavaScript Error: "Blocked loading mixed active content http://m.moneycontrol.com/mccode/common/indices_chart/indices_chart.php?market=i&period=1d&ind_id=9&width=100%&height=200" {file: "https://www.moneycontrol.com/stocksmarketsindia/?utm_source=Google&utm_medium=Search&utm_campaign=Traffic_SEM__Sok&utm_content=MC_Homepage&gclid=CjwKCAjwtYXmBRAOEiwAYsyl3Nk18CMLq_WqpbWn_ks72MU0irS9F7kLrn1WYwwwUIyd87vnFfa5jhoCNJkQAvD_BwE" line: 0}]', u'[console.error(Exception in queued GPT command, TypeError: googletag.defineSlot(...) is null) https://securepubads.g.doubleclick.net/gpt/pubads_impl_2019041801.js:1:49012]']
</pre>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description kly stop urgently taking monthly rs from my credit card steps to reproduce monthly rs is being taken by money control from my credit card urgently stop taking money from my credit card browser configuration mixed active content blocked true image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen true mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta console messages u u u u u u u u u u u u u u u u from with ❤️ | 0 |
60,993 | 17,023,574,973 | IssuesEvent | 2021-07-03 02:44:05 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | potlatch "Fınd tag" bug | Component: potlatch (flash editor) Priority: major Resolution: wontfix Type: defect | **[Submitted to the original trac issue database at 6.04am, Friday, 9th April 2010]**
when searching a tag (say "aaa") and closing the "Popular tags matching aaa" window too early the results window shows transparent on the editor window. | 1.0 | potlatch "Fınd tag" bug - **[Submitted to the original trac issue database at 6.04am, Friday, 9th April 2010]**
when searching a tag (say "aaa") and closing the "Popular tags matching aaa" window too early the results window shows transparent on the editor window. | defect | potlatch fä±nd tag bug when searching a tag say aaa and closing the popular tags matching aaa window too early the results window shows transparent on the editor window | 1 |
70,455 | 23,173,515,481 | IssuesEvent | 2022-07-31 04:04:15 | colour-science/colour | https://api.github.com/repos/colour-science/colour | closed | [BUG]: API Documentations Broken with Latest & 0.3.16 | Defect Documentation | ### Description
Hi,
On the web page: API Reference all link from 0.3.16 til latest are broken.
They are displaying :
\ SORRY /
\ /
\ This page does /
] not exist yet.
Anyone else ?
### Code for Reproduction
_No response_
### Exception Message
_No response_
### Environment Information
_No response_ | 1.0 | [BUG]: API Documentations Broken with Latest & 0.3.16 - ### Description
Hi,
On the web page: API Reference all link from 0.3.16 til latest are broken.
They are displaying :
\ SORRY /
\ /
\ This page does /
] not exist yet.
Anyone else ?
### Code for Reproduction
_No response_
### Exception Message
_No response_
### Environment Information
_No response_ | defect | api documentations broken with latest description hi on the web page api reference all link from til latest are broken they are displaying sorry this page does not exist yet anyone else code for reproduction no response exception message no response environment information no response | 1 |
269,206 | 28,960,030,383 | IssuesEvent | 2023-05-10 01:09:38 | dpteam/RK3188_TABLET | https://api.github.com/repos/dpteam/RK3188_TABLET | reopened | CVE-2016-3140 (Medium) detected in linuxv3.0 | Mend: dependency security vulnerability | ## CVE-2016-3140 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/verygreen/linux.git>https://github.com/verygreen/linux.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/serial/digi_acceleport.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/serial/digi_acceleport.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/serial/digi_acceleport.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
The digi_port_init function in drivers/usb/serial/digi_acceleport.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted endpoints value in a USB device descriptor.
<p>Publish Date: 2016-05-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-3140>CVE-2016-3140</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2016-3140">https://nvd.nist.gov/vuln/detail/CVE-2016-3140</a></p>
<p>Release Date: 2016-05-02</p>
<p>Fix Resolution: 4.5.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2016-3140 (Medium) detected in linuxv3.0 - ## CVE-2016-3140 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/verygreen/linux.git>https://github.com/verygreen/linux.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/dpteam/RK3188_TABLET/commit/0c501f5a0fd72c7b2ac82904235363bd44fd8f9e">0c501f5a0fd72c7b2ac82904235363bd44fd8f9e</a></p>
<p>Found in base branch: <b>master</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (3)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/serial/digi_acceleport.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/serial/digi_acceleport.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/serial/digi_acceleport.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
The digi_port_init function in drivers/usb/serial/digi_acceleport.c in the Linux kernel before 4.5.1 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted endpoints value in a USB device descriptor.
<p>Publish Date: 2016-05-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2016-3140>CVE-2016-3140</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.6</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2016-3140">https://nvd.nist.gov/vuln/detail/CVE-2016-3140</a></p>
<p>Release Date: 2016-05-02</p>
<p>Fix Resolution: 4.5.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files drivers usb serial digi acceleport c drivers usb serial digi acceleport c drivers usb serial digi acceleport c vulnerability details the digi port init function in drivers usb serial digi acceleport c in the linux kernel before allows physically proximate attackers to cause a denial of service null pointer dereference and system crash via a crafted endpoints value in a usb device descriptor publish date url a href cvss score details base score metrics exploitability metrics attack vector physical attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
277,401 | 24,068,096,454 | IssuesEvent | 2022-09-17 19:44:40 | valory-xyz/open-autonomy | https://api.github.com/repos/valory-xyz/open-autonomy | closed | flaky tests | test | We have a couple of flaky tests, specifically registration_reset. I added the pytest marker for this with the reruns parameter in #1043 , but we don't have such available in this repository.
We need to either find a way for these test to not be flaky, or consider allowing for (minimal) usage of the flaky marker and reruns. | 1.0 | flaky tests - We have a couple of flaky tests, specifically registration_reset. I added the pytest marker for this with the reruns parameter in #1043 , but we don't have such available in this repository.
We need to either find a way for these test to not be flaky, or consider allowing for (minimal) usage of the flaky marker and reruns. | non_defect | flaky tests we have a couple of flaky tests specifically registration reset i added the pytest marker for this with the reruns parameter in but we don t have such available in this repository we need to either find a way for these test to not be flaky or consider allowing for minimal usage of the flaky marker and reruns | 0 |
52,564 | 13,224,837,502 | IssuesEvent | 2020-08-17 19:57:06 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | trac formatting sample (Trac #2428) | Incomplete Migration Migrated from Trac defect other | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2428">https://code.icecube.wisc.edu/projects/icecube/ticket/2428</a>, reported by negaand owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2020-05-14T20:16:34",
"_ts": "1589487394572980",
"description": "= WikiFormatting =\n\nWiki markup is a core feature in Trac, tightly integrating all the other parts of Trac into a flexible and powerful whole.\n\nTrac has a built in small and powerful wiki rendering engine. This wiki engine implements an ever growing subset of the commands from other popular Wikis,\nespecially [http://moinmoin.wikiwikiweb.de/ MoinMoin]. \n\n\nThis page demonstrates the formatting syntax available anywhere WikiFormatting is allowed.\n\n\n== Font Styles ==\n\nThe Trac wiki supports the following font styles:\n{{{\n * '''bold''', '''!''' can be bold too''', and '''! '''\n * ''italic''\n * '''''bold italic'''''\n * __underline__\n * {{{monospace}}} or `monospace`\n * ~~strike-through~~\n * ^superscript^ \n * ,,subscript,,\n}}}\n\nDisplay:\n * '''bold''', '''!''' can be bold too''', and '''! '''\n * ''italic''\n * '''''bold italic'''''\n * __underline__\n * {{{monospace}}} or `monospace`\n * ~~strike-through~~\n * ^superscript^ \n * ,,subscript,,\n\nNotes:\n * `{{{...}}}` and {{{`...`}}} commands not only select a monospace font, but also treat their content as verbatim text, meaning that no further wiki processing is done on this text.\n * {{{ ! }}} tells wiki parser to not take the following characters as wiki format, so pay attention to put a space after !, e.g. when ending bold.\n\n== Headings ==\n\nYou can create heading by starting a line with one up to five ''equal'' characters (\"=\")\nfollowed by a single space and the headline text. The line should end with a space \nfollowed by the same number of ''='' characters.\nThe heading might optionally be followed by an explicit id. If not, an implicit but nevertheless readable id will be generated.\n\nExample:\n{{{\n= Heading =\n== Subheading ==\n=== About ''this'' ===\n=== Explicit id === #using-explicit-id-in-heading\n}}}\n\nDisplay:\n= Heading =\n== Subheading ==\n=== About ''this'' ===\n=== Explicit id === #using-explicit-id-in-heading\n\n== Paragraphs ==\n\nA new text paragraph is created whenever two blocks of text are separated by one or more empty lines.\n\nA forced line break can also be inserted, using:\n{{{\nLine 1[[BR]]Line 2\n}}}\nDisplay:\n\nLine 1[[BR]]Line 2\n\n\n== Lists ==\n\nThe wiki supports both ordered/numbered and unordered lists.\n\nExample:\n{{{\n * Item 1\n * Item 1.1\n * Item 1.1.1 \n * Item 1.1.2\n * Item 1.1.3\n * Item 1.2\n * Item 2\n\n 1. Item 1\n a. Item 1.a\n a. Item 1.b\n i. Item 1.b.i\n i. Item 1.b.ii\n 1. Item 2\nAnd numbered lists can also be given an explicit number:\n 3. Item 3\n}}}\n\nDisplay:\n * Item 1\n * Item 1.1\n * Item 1.1.1\n * Item 1.1.2\n * Item 1.1.3\n * Item 1.2\n * Item 2\n\n 1. Item 1\n a. Item 1.a\n a. Item 1.b\n i. Item 1.b.i\n i. Item 1.b.ii\n 1. Item 2\nAnd numbered lists can also be given an explicit number:\n 3. Item 3\n\nNote that there must be one or more spaces preceding the list item markers, otherwise the list will be treated as a normal paragraph.\n\n\n== Definition Lists ==\n\n\nThe wiki also supports definition lists.\n\nExample:\n{{{\n llama::\n some kind of mammal, with hair\n ppython::\n some kind of reptile, without hair\n (can you spot the typo?)\n}}}\n\nDisplay:\n llama::\n some kind of mammal, with hair\n ppython::\n some kind of reptile, without hair\n (can you spot the typo?)\n\nNote that you need a space in front of the defined term.\n\n\n== Preformatted Text ==\n\nBlock containing preformatted text are suitable for source code snippets, notes and examples. Use three ''curly braces'' wrapped around the text to define a block quote. The curly braces need to be on a separate line.\n \nExample:\n{{{\n {{{\n def HelloWorld():\n print \"Hello World\"\n }}}\n}}}\n\nDisplay:\n{{{\n def HelloWorld():\n print \"Hello World\"\n}}}\n\n\n== Blockquotes ==\n\nIn order to mark a paragraph as blockquote, indent that paragraph with two spaces.\n\nExample:\n{{{\n This text is a quote from someone else.\n}}}\n\nDisplay:\n This text is a quote from someone else.\n\n== Discussion Citations ==\n\nTo delineate a citation in an ongoing discussion thread, such as the ticket comment area, e-mail-like citation marks (\">\", \">>\", etc.) may be used. \n\nExample:\n{{{\n>> Someone's original text\n> Someone else's reply text\nMy reply text\n}}}\n\nDisplay:\n>> Someone's original text\n> Someone else's reply text\nMy reply text\n\n''Note: Some WikiFormatting elements, such as lists and preformatted text, are lost in the citation area. Some reformatting may be necessary to create a clear citation.''\n\n== Tables ==\n\nSimple tables can be created like this:\n{{{\n||Cell 1||Cell 2||Cell 3||\n||Cell 4||Cell 5||Cell 6||\n}}}\n\nDisplay:\n||Cell 1||Cell 2||Cell 3||\n||Cell 4||Cell 5||Cell 6||\n\nNote that more complex tables can be created using\n[wiki:WikiRestructuredText#BiggerReSTExample reStructuredText].\n\n\n== Links ==\n\nHyperlinks are automatically created for WikiPageNames and URLs. !WikiPageLinks can be disabled by prepending an exclamation mark \"!\" character, such as {{{!WikiPageLink}}}.\n\nExample:\n{{{\n TitleIndex, http://www.edgewall.com/, !NotAlink\n}}}\n\nDisplay:\n TitleIndex, http://www.edgewall.com/, !NotAlink\n\nLinks can be given a more descriptive title by writing the link followed by a space and a title and all this inside square brackets. If the descriptive title is omitted, then the explicit prefix is discarded, unless the link is an external link. This can be useful for wiki pages not adhering to the WikiPageNames convention.\n\nExample:\n{{{\n * [http://www.edgewall.com/ Edgewall Software]\n * [wiki:TitleIndex Title Index]\n * [wiki:ISO9000]\n}}}\n\nDisplay:\n * [http://www.edgewall.com/ Edgewall Software]\n * [wiki:TitleIndex Title Index]\n * [wiki:ISO9000]\n\n== Trac Links ==\n\nWiki pages can link directly to other parts of the Trac system. Pages can refer to tickets, reports, changesets, milestones, source files and other Wiki pages using the following notations:\n{{{\n * Tickets: #1 or ticket:1\n * Reports: {1} or report:1\n * Changesets: r1, [1] or changeset:1\n * ...\n}}}\n\nDisplay:\n * Tickets: #1 or ticket:1\n * Reports: {1} or report:1\n * Changesets: r1, [1] or changeset:1\n * ... \n\nThere are many more flavors of Trac links, see TracLinks for more in-depth information.\n\n\n== Escaping Links and WikiPageNames ==\n\nYou may avoid making hyperlinks out of TracLinks by preceding an expression with a single \"!\" (exclamation mark).\n\nExample:\n{{{\n !NoHyperLink\n !#42 is not a link\n}}}\n\nDisplay:\n !NoHyperLink\n !#42 is not a link\n\n\n== Images ==\n\nUrls ending with `.png`, `.gif` or `.jpg` are no longer automatically interpreted as image links, and converted to `<img>` tags.\n\nYou now have to use the ![[Image]] macro. The simplest way to include an image is to upload it as attachment to the current page, and put the filename in a macro call like `[[Image(picture.gif)]]`.\n\nIn addition to the current page, it is possible to refer to other resources:\n * `[[Image(wiki:WikiFormatting:picture.gif)]]` (referring to attachment on another page)\n * `[[Image(ticket:1:picture.gif)]]` (file attached to a ticket)\n * `[[Image(htdocs:picture.gif)]]` (referring to a file inside project htdocs)\n * `[[Image(source:/trunk/trac/htdocs/trac_logo_mini.png)]]` (a file in repository)\n\nExample display: [[Image(htdocs:../common/trac_logo_mini.png)]]\n\nSee WikiMacros for further documentation on the `[[Image()]]` macro.\n\n\n== Macros ==\n\nMacros are ''custom functions'' to insert dynamic content in a page.\n\nExample:\n{{{\n [[RecentChanges(Trac,3)]]\n}}}\n\nDisplay:\n [[RecentChanges(Trac,3)]]\n\nSee WikiMacros for more information, and a list of installed macros.\n\n\n== Processors ==\n\nTrac supports alternative markup formats using WikiProcessors. For example, processors are used to write pages in \n[wiki:WikiRestructuredText reStructuredText] or [wiki:WikiHtml HTML]. \n\nExample 1:\n{{{\n#!html\n<pre class=\"wiki\">{{{\n#!html\n<h1 style=\"text-align: right; color: blue\">HTML Test</h1>\n}}}</pre>\n}}}\n\nDisplay:\n{{{\n#!html\n<h1 style=\"text-align: right; color: blue\">HTML Test</h1>\n}}}\n\nExample:\n{{{\n#!html\n<pre class=\"wiki\">{{{\n#!python\nclass Test:\n\n def __init__(self):\n print \"Hello World\"\nif __name__ == '__main__':\n Test()\n}}}</pre>\n}}}\n\nDisplay:\n{{{\n#!python\nclass Test:\n def __init__(self):\n print \"Hello World\"\nif __name__ == '__main__':\n Test()\n}}}\n\nPerl:\n{{{\n#!perl\nmy ($test) = 0;\nif ($test > 0) {\n print \"hello\";\n}\n}}}\n\nSee WikiProcessors for more information.\n\n\n== Comments ==\n\nComments can be added to the plain text. These will not be rendered and will not display in any other format than plain text.\n{{{\n{{{\n#!comment\nYour comment here\n}}}\n}}}\n\nDisplay:\n{{{\n#!comment\nYour comment here\n}}}\n\n== Miscellaneous ==\n\nFour or more dashes will be replaced by a horizontal line (<HR>)\n\nExample:\n{{{\n ----\n}}}\n\nDisplay:\n----\n\n\n\n----\nSee also: TracLinks, TracGuide, WikiHtml, WikiMacros, WikiProcessors, TracSyntaxColoring.\n",
"reporter": "nega",
"cc": "",
"resolution": "wontfix",
"time": "2020-05-13T18:59:30",
"component": "other",
"summary": "trac formatting sample",
"priority": "normal",
"keywords": "ignore, formatting",
"milestone": "Long-Term Future",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| 1.0 | trac formatting sample (Trac #2428) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2428">https://code.icecube.wisc.edu/projects/icecube/ticket/2428</a>, reported by negaand owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2020-05-14T20:16:34",
"_ts": "1589487394572980",
"description": "= WikiFormatting =\n\nWiki markup is a core feature in Trac, tightly integrating all the other parts of Trac into a flexible and powerful whole.\n\nTrac has a built in small and powerful wiki rendering engine. This wiki engine implements an ever growing subset of the commands from other popular Wikis,\nespecially [http://moinmoin.wikiwikiweb.de/ MoinMoin]. \n\n\nThis page demonstrates the formatting syntax available anywhere WikiFormatting is allowed.\n\n\n== Font Styles ==\n\nThe Trac wiki supports the following font styles:\n{{{\n * '''bold''', '''!''' can be bold too''', and '''! '''\n * ''italic''\n * '''''bold italic'''''\n * __underline__\n * {{{monospace}}} or `monospace`\n * ~~strike-through~~\n * ^superscript^ \n * ,,subscript,,\n}}}\n\nDisplay:\n * '''bold''', '''!''' can be bold too''', and '''! '''\n * ''italic''\n * '''''bold italic'''''\n * __underline__\n * {{{monospace}}} or `monospace`\n * ~~strike-through~~\n * ^superscript^ \n * ,,subscript,,\n\nNotes:\n * `{{{...}}}` and {{{`...`}}} commands not only select a monospace font, but also treat their content as verbatim text, meaning that no further wiki processing is done on this text.\n * {{{ ! }}} tells wiki parser to not take the following characters as wiki format, so pay attention to put a space after !, e.g. when ending bold.\n\n== Headings ==\n\nYou can create heading by starting a line with one up to five ''equal'' characters (\"=\")\nfollowed by a single space and the headline text. The line should end with a space \nfollowed by the same number of ''='' characters.\nThe heading might optionally be followed by an explicit id. If not, an implicit but nevertheless readable id will be generated.\n\nExample:\n{{{\n= Heading =\n== Subheading ==\n=== About ''this'' ===\n=== Explicit id === #using-explicit-id-in-heading\n}}}\n\nDisplay:\n= Heading =\n== Subheading ==\n=== About ''this'' ===\n=== Explicit id === #using-explicit-id-in-heading\n\n== Paragraphs ==\n\nA new text paragraph is created whenever two blocks of text are separated by one or more empty lines.\n\nA forced line break can also be inserted, using:\n{{{\nLine 1[[BR]]Line 2\n}}}\nDisplay:\n\nLine 1[[BR]]Line 2\n\n\n== Lists ==\n\nThe wiki supports both ordered/numbered and unordered lists.\n\nExample:\n{{{\n * Item 1\n * Item 1.1\n * Item 1.1.1 \n * Item 1.1.2\n * Item 1.1.3\n * Item 1.2\n * Item 2\n\n 1. Item 1\n a. Item 1.a\n a. Item 1.b\n i. Item 1.b.i\n i. Item 1.b.ii\n 1. Item 2\nAnd numbered lists can also be given an explicit number:\n 3. Item 3\n}}}\n\nDisplay:\n * Item 1\n * Item 1.1\n * Item 1.1.1\n * Item 1.1.2\n * Item 1.1.3\n * Item 1.2\n * Item 2\n\n 1. Item 1\n a. Item 1.a\n a. Item 1.b\n i. Item 1.b.i\n i. Item 1.b.ii\n 1. Item 2\nAnd numbered lists can also be given an explicit number:\n 3. Item 3\n\nNote that there must be one or more spaces preceding the list item markers, otherwise the list will be treated as a normal paragraph.\n\n\n== Definition Lists ==\n\n\nThe wiki also supports definition lists.\n\nExample:\n{{{\n llama::\n some kind of mammal, with hair\n ppython::\n some kind of reptile, without hair\n (can you spot the typo?)\n}}}\n\nDisplay:\n llama::\n some kind of mammal, with hair\n ppython::\n some kind of reptile, without hair\n (can you spot the typo?)\n\nNote that you need a space in front of the defined term.\n\n\n== Preformatted Text ==\n\nBlock containing preformatted text are suitable for source code snippets, notes and examples. Use three ''curly braces'' wrapped around the text to define a block quote. The curly braces need to be on a separate line.\n \nExample:\n{{{\n {{{\n def HelloWorld():\n print \"Hello World\"\n }}}\n}}}\n\nDisplay:\n{{{\n def HelloWorld():\n print \"Hello World\"\n}}}\n\n\n== Blockquotes ==\n\nIn order to mark a paragraph as blockquote, indent that paragraph with two spaces.\n\nExample:\n{{{\n This text is a quote from someone else.\n}}}\n\nDisplay:\n This text is a quote from someone else.\n\n== Discussion Citations ==\n\nTo delineate a citation in an ongoing discussion thread, such as the ticket comment area, e-mail-like citation marks (\">\", \">>\", etc.) may be used. \n\nExample:\n{{{\n>> Someone's original text\n> Someone else's reply text\nMy reply text\n}}}\n\nDisplay:\n>> Someone's original text\n> Someone else's reply text\nMy reply text\n\n''Note: Some WikiFormatting elements, such as lists and preformatted text, are lost in the citation area. Some reformatting may be necessary to create a clear citation.''\n\n== Tables ==\n\nSimple tables can be created like this:\n{{{\n||Cell 1||Cell 2||Cell 3||\n||Cell 4||Cell 5||Cell 6||\n}}}\n\nDisplay:\n||Cell 1||Cell 2||Cell 3||\n||Cell 4||Cell 5||Cell 6||\n\nNote that more complex tables can be created using\n[wiki:WikiRestructuredText#BiggerReSTExample reStructuredText].\n\n\n== Links ==\n\nHyperlinks are automatically created for WikiPageNames and URLs. !WikiPageLinks can be disabled by prepending an exclamation mark \"!\" character, such as {{{!WikiPageLink}}}.\n\nExample:\n{{{\n TitleIndex, http://www.edgewall.com/, !NotAlink\n}}}\n\nDisplay:\n TitleIndex, http://www.edgewall.com/, !NotAlink\n\nLinks can be given a more descriptive title by writing the link followed by a space and a title and all this inside square brackets. If the descriptive title is omitted, then the explicit prefix is discarded, unless the link is an external link. This can be useful for wiki pages not adhering to the WikiPageNames convention.\n\nExample:\n{{{\n * [http://www.edgewall.com/ Edgewall Software]\n * [wiki:TitleIndex Title Index]\n * [wiki:ISO9000]\n}}}\n\nDisplay:\n * [http://www.edgewall.com/ Edgewall Software]\n * [wiki:TitleIndex Title Index]\n * [wiki:ISO9000]\n\n== Trac Links ==\n\nWiki pages can link directly to other parts of the Trac system. Pages can refer to tickets, reports, changesets, milestones, source files and other Wiki pages using the following notations:\n{{{\n * Tickets: #1 or ticket:1\n * Reports: {1} or report:1\n * Changesets: r1, [1] or changeset:1\n * ...\n}}}\n\nDisplay:\n * Tickets: #1 or ticket:1\n * Reports: {1} or report:1\n * Changesets: r1, [1] or changeset:1\n * ... \n\nThere are many more flavors of Trac links, see TracLinks for more in-depth information.\n\n\n== Escaping Links and WikiPageNames ==\n\nYou may avoid making hyperlinks out of TracLinks by preceding an expression with a single \"!\" (exclamation mark).\n\nExample:\n{{{\n !NoHyperLink\n !#42 is not a link\n}}}\n\nDisplay:\n !NoHyperLink\n !#42 is not a link\n\n\n== Images ==\n\nUrls ending with `.png`, `.gif` or `.jpg` are no longer automatically interpreted as image links, and converted to `<img>` tags.\n\nYou now have to use the ![[Image]] macro. The simplest way to include an image is to upload it as attachment to the current page, and put the filename in a macro call like `[[Image(picture.gif)]]`.\n\nIn addition to the current page, it is possible to refer to other resources:\n * `[[Image(wiki:WikiFormatting:picture.gif)]]` (referring to attachment on another page)\n * `[[Image(ticket:1:picture.gif)]]` (file attached to a ticket)\n * `[[Image(htdocs:picture.gif)]]` (referring to a file inside project htdocs)\n * `[[Image(source:/trunk/trac/htdocs/trac_logo_mini.png)]]` (a file in repository)\n\nExample display: [[Image(htdocs:../common/trac_logo_mini.png)]]\n\nSee WikiMacros for further documentation on the `[[Image()]]` macro.\n\n\n== Macros ==\n\nMacros are ''custom functions'' to insert dynamic content in a page.\n\nExample:\n{{{\n [[RecentChanges(Trac,3)]]\n}}}\n\nDisplay:\n [[RecentChanges(Trac,3)]]\n\nSee WikiMacros for more information, and a list of installed macros.\n\n\n== Processors ==\n\nTrac supports alternative markup formats using WikiProcessors. For example, processors are used to write pages in \n[wiki:WikiRestructuredText reStructuredText] or [wiki:WikiHtml HTML]. \n\nExample 1:\n{{{\n#!html\n<pre class=\"wiki\">{{{\n#!html\n<h1 style=\"text-align: right; color: blue\">HTML Test</h1>\n}}}</pre>\n}}}\n\nDisplay:\n{{{\n#!html\n<h1 style=\"text-align: right; color: blue\">HTML Test</h1>\n}}}\n\nExample:\n{{{\n#!html\n<pre class=\"wiki\">{{{\n#!python\nclass Test:\n\n def __init__(self):\n print \"Hello World\"\nif __name__ == '__main__':\n Test()\n}}}</pre>\n}}}\n\nDisplay:\n{{{\n#!python\nclass Test:\n def __init__(self):\n print \"Hello World\"\nif __name__ == '__main__':\n Test()\n}}}\n\nPerl:\n{{{\n#!perl\nmy ($test) = 0;\nif ($test > 0) {\n print \"hello\";\n}\n}}}\n\nSee WikiProcessors for more information.\n\n\n== Comments ==\n\nComments can be added to the plain text. These will not be rendered and will not display in any other format than plain text.\n{{{\n{{{\n#!comment\nYour comment here\n}}}\n}}}\n\nDisplay:\n{{{\n#!comment\nYour comment here\n}}}\n\n== Miscellaneous ==\n\nFour or more dashes will be replaced by a horizontal line (<HR>)\n\nExample:\n{{{\n ----\n}}}\n\nDisplay:\n----\n\n\n\n----\nSee also: TracLinks, TracGuide, WikiHtml, WikiMacros, WikiProcessors, TracSyntaxColoring.\n",
"reporter": "nega",
"cc": "",
"resolution": "wontfix",
"time": "2020-05-13T18:59:30",
"component": "other",
"summary": "trac formatting sample",
"priority": "normal",
"keywords": "ignore, formatting",
"milestone": "Long-Term Future",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| defect | trac formatting sample trac migrated from json status closed changetime ts description wikiformatting n nwiki markup is a core feature in trac tightly integrating all the other parts of trac into a flexible and powerful whole n ntrac has a built in small and powerful wiki rendering engine this wiki engine implements an ever growing subset of the commands from other popular wikis nespecially n n nthis page demonstrates the formatting syntax available anywhere wikiformatting is allowed n n n font styles n nthe trac wiki supports the following font styles n n bold can be bold too and n italic n bold italic n underline n monospace or monospace n strike through n superscript n subscript n n ndisplay n bold can be bold too and n italic n bold italic n underline n monospace or monospace n strike through n superscript n subscript n nnotes n and commands not only select a monospace font but also treat their content as verbatim text meaning that no further wiki processing is done on this text n tells wiki parser to not take the following characters as wiki format so pay attention to put a space after e g when ending bold n n headings n nyou can create heading by starting a line with one up to five equal characters nfollowed by a single space and the headline text the line should end with a space nfollowed by the same number of characters nthe heading might optionally be followed by an explicit id if not an implicit but nevertheless readable id will be generated n nexample n n heading n subheading n about this n explicit id using explicit id in heading n n ndisplay n heading n subheading n about this n explicit id using explicit id in heading n n paragraphs n na new text paragraph is created whenever two blocks of text are separated by one or more empty lines n na forced line break can also be inserted using n nline line n ndisplay n nline line n n n lists n nthe wiki supports both ordered numbered and unordered lists n nexample n n item n item n item n item n item n item n item n n item n a item a n a item b n i item b i n i item b ii n item nand numbered lists can also be given an explicit number n item n n ndisplay n item n item n item n item n item n item n item n n item n a item a n a item b n i item b i n i item b ii n item nand numbered lists can also be given an explicit number n item n nnote that there must be one or more spaces preceding the list item markers otherwise the list will be treated as a normal paragraph n n n definition lists n n nthe wiki also supports definition lists n nexample n n llama n some kind of mammal with hair n ppython n some kind of reptile without hair n can you spot the typo n n ndisplay n llama n some kind of mammal with hair n ppython n some kind of reptile without hair n can you spot the typo n nnote that you need a space in front of the defined term n n n preformatted text n nblock containing preformatted text are suitable for source code snippets notes and examples use three curly braces wrapped around the text to define a block quote the curly braces need to be on a separate line n nexample n n n def helloworld n print hello world n n n ndisplay n n def helloworld n print hello world n n n n blockquotes n nin order to mark a paragraph as blockquote indent that paragraph with two spaces n nexample n n this text is a quote from someone else n n ndisplay n this text is a quote from someone else n n discussion citations n nto delineate a citation in an ongoing discussion thread such as the ticket comment area e mail like citation marks etc may be used n nexample n n someone s original text n someone else s reply text nmy reply text n n ndisplay n someone s original text n someone else s reply text nmy reply text n n note some wikiformatting elements such as lists and preformatted text are lost in the citation area some reformatting may be necessary to create a clear citation n n tables n nsimple tables can be created like this n n cell cell cell n cell cell cell n n ndisplay n cell cell cell n cell cell cell n nnote that more complex tables can be created using n n n n links n nhyperlinks are automatically created for wikipagenames and urls wikipagelinks can be disabled by prepending an exclamation mark character such as wikipagelink n nexample n n titleindex notalink n n ndisplay n titleindex notalink n nlinks can be given a more descriptive title by writing the link followed by a space and a title and all this inside square brackets if the descriptive title is omitted then the explicit prefix is discarded unless the link is an external link this can be useful for wiki pages not adhering to the wikipagenames convention n nexample n n n n n n ndisplay n n n n n trac links n nwiki pages can link directly to other parts of the trac system pages can refer to tickets reports changesets milestones source files and other wiki pages using the following notations n n tickets or ticket n reports or report n changesets or changeset n n n ndisplay n tickets or ticket n reports or report n changesets or changeset n n nthere are many more flavors of trac links see traclinks for more in depth information n n n escaping links and wikipagenames n nyou may avoid making hyperlinks out of traclinks by preceding an expression with a single exclamation mark n nexample n n nohyperlink n is not a link n n ndisplay n nohyperlink n is not a link n n n images n nurls ending with png gif or jpg are no longer automatically interpreted as image links and converted to tags n nyou now have to use the macro the simplest way to include an image is to upload it as attachment to the current page and put the filename in a macro call like n nin addition to the current page it is possible to refer to other resources n referring to attachment on another page n file attached to a ticket n referring to a file inside project htdocs n a file in repository n nexample display n nsee wikimacros for further documentation on the macro n n n macros n nmacros are custom functions to insert dynamic content in a page n nexample n n n n ndisplay n n nsee wikimacros for more information and a list of installed macros n n n processors n ntrac supports alternative markup formats using wikiprocessors for example processors are used to write pages in n or n nexample n n html n n html n lt style text align right color blue gt html test lt gt n n n ndisplay n n html n html test n n nexample n n html n n python nclass test n n def init self n print hello world nif name main n test n n n ndisplay n n python nclass test n def init self n print hello world nif name main n test n n nperl n n perl nmy test nif test n print hello n n n nsee wikiprocessors for more information n n n comments n ncomments can be added to the plain text these will not be rendered and will not display in any other format than plain text n n n comment nyour comment here n n n ndisplay n n comment nyour comment here n n n miscellaneous n nfour or more dashes will be replaced by a horizontal line n nexample n n n n ndisplay n n n n n nsee also traclinks tracguide wikihtml wikimacros wikiprocessors tracsyntaxcoloring n reporter nega cc resolution wontfix time component other summary trac formatting sample priority normal keywords ignore formatting milestone long term future owner nega type defect | 1 |
44,705 | 12,340,117,390 | IssuesEvent | 2020-05-14 19:20:35 | GerryFerdinandus/bittorrent-tracker-editor | https://api.github.com/repos/GerryFerdinandus/bittorrent-tracker-editor | opened | Linux version failed to download the trackers list. Ubuntu 20.04 | Type-Defect | ### What steps will reproduce the problem? ###
Via menu item select to download tracker list
### What is the expected output? What do you see instead? ###
New trackers must append to the tracker list.
But now, no trackers is downloaded or append to the list.
### What version of the product are you using. (Please use the latest version of bittorrent-tracker-editor and your torrent client) ###
Latest present beta version 1.33.0. beta6
### On what operating system? ###
Ubuntu 20.04
### Please provide any additional information below. ###
The problem is that on linux there are different openssl version that are not API compatible.
It works is Ubuntu 18.04 but failed in 20.04
Tracker editor internal build in library use openssl version 1.0.0, this is not always present in Linux.
Possible solution is to supply this Linux library via https://appimage.org
Windows does not have this issue. The openSSL DLL is already present in the download zip file.
| 1.0 | Linux version failed to download the trackers list. Ubuntu 20.04 - ### What steps will reproduce the problem? ###
Via menu item select to download tracker list
### What is the expected output? What do you see instead? ###
New trackers must append to the tracker list.
But now, no trackers is downloaded or append to the list.
### What version of the product are you using. (Please use the latest version of bittorrent-tracker-editor and your torrent client) ###
Latest present beta version 1.33.0. beta6
### On what operating system? ###
Ubuntu 20.04
### Please provide any additional information below. ###
The problem is that on linux there are different openssl version that are not API compatible.
It works is Ubuntu 18.04 but failed in 20.04
Tracker editor internal build in library use openssl version 1.0.0, this is not always present in Linux.
Possible solution is to supply this Linux library via https://appimage.org
Windows does not have this issue. The openSSL DLL is already present in the download zip file.
| defect | linux version failed to download the trackers list ubuntu what steps will reproduce the problem via menu item select to download tracker list what is the expected output what do you see instead new trackers must append to the tracker list but now no trackers is downloaded or append to the list what version of the product are you using please use the latest version of bittorrent tracker editor and your torrent client latest present beta version on what operating system ubuntu please provide any additional information below the problem is that on linux there are different openssl version that are not api compatible it works is ubuntu but failed in tracker editor internal build in library use openssl version this is not always present in linux possible solution is to supply this linux library via windows does not have this issue the openssl dll is already present in the download zip file | 1 |
728,484 | 25,080,608,504 | IssuesEvent | 2022-11-07 18:58:26 | thoth-station/integration-tests | https://api.github.com/repos/thoth-station/integration-tests | closed | Provenance checks do not finish on time (aws-prod) | priority/critical-urgent kind/bug sig/stack-guidance | **Describe the bug**
See integration tests report for aws-prod (2022-07-11 version 0.11.2):
```
Traceback (most recent call last):
File "/opt/app-root/lib64/python3.8/site-packages/behave/model.py", line 1329, in run
match.run(runner.context)
File "/opt/app-root/lib64/python3.8/site-packages/behave/matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "features/steps/provenance_check.py", line 57, in step_impl
raise RuntimeError("provenance-checker took too much time to finish")
RuntimeError: provenance-checker took too much time to finish
Captured logging:
INFO:thamos.lib:Successfully submitted provenance check analysis 'provenance-checker-220711022402-5a020e0151794ec6' to 'https://api.prod.thoth-station.ninja/api/v1'
```
For both `provenance_flask` and `provenance_flask_error` test cases.
It looks like provenance checks are not being scheduled despite the status message:
```
{
"error": "Analysis 'provenance-checker-220711081404-295f34a40aeaf941' is being queued and scheduled for processing",
"parameters": {
"analysis_id": "provenance-checker-220711081404-295f34a40aeaf941"
},
"status": {
"finished_at": null,
"reason": null,
"started_at": null,
"state": "pending"
}
}
```
(See Argo UI for aws-prod).
**Expected behavior**
Provenance-checks are scheduled and finish on time.
| 1.0 | Provenance checks do not finish on time (aws-prod) - **Describe the bug**
See integration tests report for aws-prod (2022-07-11 version 0.11.2):
```
Traceback (most recent call last):
File "/opt/app-root/lib64/python3.8/site-packages/behave/model.py", line 1329, in run
match.run(runner.context)
File "/opt/app-root/lib64/python3.8/site-packages/behave/matchers.py", line 98, in run
self.func(context, *args, **kwargs)
File "features/steps/provenance_check.py", line 57, in step_impl
raise RuntimeError("provenance-checker took too much time to finish")
RuntimeError: provenance-checker took too much time to finish
Captured logging:
INFO:thamos.lib:Successfully submitted provenance check analysis 'provenance-checker-220711022402-5a020e0151794ec6' to 'https://api.prod.thoth-station.ninja/api/v1'
```
For both `provenance_flask` and `provenance_flask_error` test cases.
It looks like provenance checks are not being scheduled despite the status message:
```
{
"error": "Analysis 'provenance-checker-220711081404-295f34a40aeaf941' is being queued and scheduled for processing",
"parameters": {
"analysis_id": "provenance-checker-220711081404-295f34a40aeaf941"
},
"status": {
"finished_at": null,
"reason": null,
"started_at": null,
"state": "pending"
}
}
```
(See Argo UI for aws-prod).
**Expected behavior**
Provenance-checks are scheduled and finish on time.
| non_defect | provenance checks do not finish on time aws prod describe the bug see integration tests report for aws prod version traceback most recent call last file opt app root site packages behave model py line in run match run runner context file opt app root site packages behave matchers py line in run self func context args kwargs file features steps provenance check py line in step impl raise runtimeerror provenance checker took too much time to finish runtimeerror provenance checker took too much time to finish captured logging info thamos lib successfully submitted provenance check analysis provenance checker to for both provenance flask and provenance flask error test cases it looks like provenance checks are not being scheduled despite the status message error analysis provenance checker is being queued and scheduled for processing parameters analysis id provenance checker status finished at null reason null started at null state pending see argo ui for aws prod expected behavior provenance checks are scheduled and finish on time | 0 |
721,210 | 24,821,567,949 | IssuesEvent | 2022-10-25 16:52:38 | osulp/Scholars-Archive | https://api.github.com/repos/osulp/Scholars-Archive | closed | Batch uploads - uploads but no edit | Bug Priority: High | ### Descriptive summary
Batch uploads break when you deposit ~~more than two items at a time. Upload 3+~~ ➡️ the items appear to process normally, but the **Contributor** field has an empty string and clicking edit goes to a blank screen. It doesn't appear to matter if the **Contributor** field is filled or not.
Example items:
0r967b775
c534fx23q
t722hj01z
bc386s298

---
### Expected behavior
Batch uploads allow more than one item at a time.
### Actual behavior
No luck!
### Steps to reproduce the behavior
1. Click [Batch upload](https://ir.library.oregonstate.edu/batch_uploads/new?locale=en&payload_concern=TechnicalReport)
2. Deposit 3+ works.
3. After they process, click Edit button.
| 1.0 | Batch uploads - uploads but no edit - ### Descriptive summary
Batch uploads break when you deposit ~~more than two items at a time. Upload 3+~~ ➡️ the items appear to process normally, but the **Contributor** field has an empty string and clicking edit goes to a blank screen. It doesn't appear to matter if the **Contributor** field is filled or not.
Example items:
0r967b775
c534fx23q
t722hj01z
bc386s298

---
### Expected behavior
Batch uploads allow more than one item at a time.
### Actual behavior
No luck!
### Steps to reproduce the behavior
1. Click [Batch upload](https://ir.library.oregonstate.edu/batch_uploads/new?locale=en&payload_concern=TechnicalReport)
2. Deposit 3+ works.
3. After they process, click Edit button.
| non_defect | batch uploads uploads but no edit descriptive summary batch uploads break when you deposit more than two items at a time upload ➡️ the items appear to process normally but the contributor field has an empty string and clicking edit goes to a blank screen it doesn t appear to matter if the contributor field is filled or not example items expected behavior batch uploads allow more than one item at a time actual behavior no luck steps to reproduce the behavior click deposit works after they process click edit button | 0 |
771,549 | 27,087,922,420 | IssuesEvent | 2023-02-14 18:26:27 | googleapis/google-cloud-ruby | https://api.github.com/repos/googleapis/google-cloud-ruby | closed | [Nightly CI Failures] Failures detected for google-analytics-data-v1beta | type: bug priority: p1 nightly failure | At 2023-02-09 09:04:06 UTC, detected failures in google-analytics-data-v1beta for: rubocop
report_key_fe6d9ddcba3700cf0aa5d6c8bf18cd82 | 1.0 | [Nightly CI Failures] Failures detected for google-analytics-data-v1beta - At 2023-02-09 09:04:06 UTC, detected failures in google-analytics-data-v1beta for: rubocop
report_key_fe6d9ddcba3700cf0aa5d6c8bf18cd82 | non_defect | failures detected for google analytics data at utc detected failures in google analytics data for rubocop report key | 0 |
29,443 | 11,756,299,922 | IssuesEvent | 2020-03-13 11:15:39 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | Vulnerability roundup 60: libsass-3.5.5: 3 advisories | 1.severity: security | [search](https://search.nix.gsc.io/?q=libsass&i=fosho&repos=nixos-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=libsass+in%3Apath&type=Code)
* [x] [CVE-2019-6283](https://nvd.nist.gov/vuln/detail/CVE-2019-6283) (nixos-unstable)
* [x] [CVE-2019-6284](https://nvd.nist.gov/vuln/detail/CVE-2019-6284) (nixos-unstable)
* [x] [CVE-2019-6286](https://nvd.nist.gov/vuln/detail/CVE-2019-6286) (nixos-unstable)
Scanned versions: nixos-unstable: bc41317e243. May contain false positives.
| True | Vulnerability roundup 60: libsass-3.5.5: 3 advisories - [search](https://search.nix.gsc.io/?q=libsass&i=fosho&repos=nixos-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=libsass+in%3Apath&type=Code)
* [x] [CVE-2019-6283](https://nvd.nist.gov/vuln/detail/CVE-2019-6283) (nixos-unstable)
* [x] [CVE-2019-6284](https://nvd.nist.gov/vuln/detail/CVE-2019-6284) (nixos-unstable)
* [x] [CVE-2019-6286](https://nvd.nist.gov/vuln/detail/CVE-2019-6286) (nixos-unstable)
Scanned versions: nixos-unstable: bc41317e243. May contain false positives.
| non_defect | vulnerability roundup libsass advisories nixos unstable nixos unstable nixos unstable scanned versions nixos unstable may contain false positives | 0 |
282,602 | 24,487,393,744 | IssuesEvent | 2022-10-09 16:16:31 | KhronosGroup/Vulkan-Loader | https://api.github.com/repos/KhronosGroup/Vulkan-Loader | closed | Add Windows GN build to Github Actions | enhancement ci/testing | The ANGLE autoroller has hit two issues where the GN build failed on windows due to changes made in this repo. They could have been caught earlier if there was a windows GN build that ran & built the repo. | 1.0 | Add Windows GN build to Github Actions - The ANGLE autoroller has hit two issues where the GN build failed on windows due to changes made in this repo. They could have been caught earlier if there was a windows GN build that ran & built the repo. | non_defect | add windows gn build to github actions the angle autoroller has hit two issues where the gn build failed on windows due to changes made in this repo they could have been caught earlier if there was a windows gn build that ran built the repo | 0 |
12,762 | 15,116,341,615 | IssuesEvent | 2021-02-09 06:33:41 | yuta252/startlens_learning | https://api.github.com/repos/yuta252/startlens_learning | closed | S3 storageから学習用画像ファイルの取得 | dev process | ## 概要
DeepLearningモデルで学習するためには、StartlensアプリでS3に格納した画像ファイルを取得してモデルの入力層に渡す必要がある。そこでS3から画像を取得しハンドリングするためのclassを作成した。
## 変更点
- フォルダ構成と初期設定
* settings.ini, settings.pyによる設定情報の管理
* Dockerfile, docker-compose.ymlによるインフラ環境の構築
* 環境変数.envファイルの設置
* constants.pyによる定数情報の管理
- fetch/resource.pyによるS3リソースのハンドリング
## 備考
- S3からの画像取得操作はboto3のboto3.resource(高レベルAPI)もしくはboto3.client(低レベルAPI)を利用する
- S3から取得した学習用画像ファイルは、大容量になることが予想されるため、一時ファイルとして保存するのではなくByteIOを活用し、オンメモリ上で画像の加工編集を行う。
## 課題
- オンメモリ上での画像処理と学習モデルへのインプットを行うが、学習を進めていくとメモリが逼迫する可能性がある。
- そこで、明示的にガベージコレクションを利用するなどしてメモリ管理の観点からの改良を図る。
## 参照
- [boto3公式ドキュメント](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-example-download-file.html)
- [boto3の認証情報検索順序](https://qiita.com/tsukamoto/items/00ec8ef7e9a4ce4fb0e9)
- [boto3 で S3 から指定した prefix のオブジェクトをダウンロードする](https://rriifftt.hatenablog.com/entry/2018/06/04/144906)
- [Python の boto3 で S3 とダウンロード/アップロードする](https://sig9.hatenablog.com/entry/2020/02/02/000000) | 1.0 | S3 storageから学習用画像ファイルの取得 - ## 概要
DeepLearningモデルで学習するためには、StartlensアプリでS3に格納した画像ファイルを取得してモデルの入力層に渡す必要がある。そこでS3から画像を取得しハンドリングするためのclassを作成した。
## 変更点
- フォルダ構成と初期設定
* settings.ini, settings.pyによる設定情報の管理
* Dockerfile, docker-compose.ymlによるインフラ環境の構築
* 環境変数.envファイルの設置
* constants.pyによる定数情報の管理
- fetch/resource.pyによるS3リソースのハンドリング
## 備考
- S3からの画像取得操作はboto3のboto3.resource(高レベルAPI)もしくはboto3.client(低レベルAPI)を利用する
- S3から取得した学習用画像ファイルは、大容量になることが予想されるため、一時ファイルとして保存するのではなくByteIOを活用し、オンメモリ上で画像の加工編集を行う。
## 課題
- オンメモリ上での画像処理と学習モデルへのインプットを行うが、学習を進めていくとメモリが逼迫する可能性がある。
- そこで、明示的にガベージコレクションを利用するなどしてメモリ管理の観点からの改良を図る。
## 参照
- [boto3公式ドキュメント](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-example-download-file.html)
- [boto3の認証情報検索順序](https://qiita.com/tsukamoto/items/00ec8ef7e9a4ce4fb0e9)
- [boto3 で S3 から指定した prefix のオブジェクトをダウンロードする](https://rriifftt.hatenablog.com/entry/2018/06/04/144906)
- [Python の boto3 で S3 とダウンロード/アップロードする](https://sig9.hatenablog.com/entry/2020/02/02/000000) | non_defect | storageから学習用画像ファイルの取得 概要 deeplearningモデルで学習するためには、 。 。 変更点 フォルダ構成と初期設定 settings ini settings pyによる設定情報の管理 dockerfile docker compose ymlによるインフラ環境の構築 環境変数 envファイルの設置 constants pyによる定数情報の管理 fetch resource 備考 resource 高レベルapi) client(低レベルapi)を利用する 、大容量になることが予想されるため、一時ファイルとして保存するのではなくbyteioを活用し、オンメモリ上で画像の加工編集を行う。 課題 オンメモリ上での画像処理と学習モデルへのインプットを行うが、学習を進めていくとメモリが逼迫する可能性がある。 そこで、明示的にガベージコレクションを利用するなどしてメモリ管理の観点からの改良を図る。 参照 | 0 |
714,744 | 24,572,706,872 | IssuesEvent | 2022-10-13 09:51:58 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | closed | Add interaction styles to the VHeaderInternal menu button | 🟨 priority: medium ✨ goal: improvement 🕹 aspect: interface | ## Problem
<!-- Describe a problem solved by this feature; or delete the section entirely. -->
`VHeaderInternal` on mobile widths has a 'hamburger' menu button that doesn't have a hover style.
## Description
<!-- Describe the feature and how it solves the problem. -->
The button should have `hover:bg-dark-charcoal hover:text-white` classes to match the [Figma mockups](https://www.figma.com/file/GIIQ4sDbaToCfFQyKMvzr8/Openverse-Design-Library?node-id=2960%3A8569).
<img width="245" alt="Screen Shot 2022-10-11 at 11 02 50 AM" src="https://user-images.githubusercontent.com/15233243/195033678-e19495d0-8c28-420e-b2cc-84b55937599a.png">
## Implementation
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in implementing this feature.
| 1.0 | Add interaction styles to the VHeaderInternal menu button - ## Problem
<!-- Describe a problem solved by this feature; or delete the section entirely. -->
`VHeaderInternal` on mobile widths has a 'hamburger' menu button that doesn't have a hover style.
## Description
<!-- Describe the feature and how it solves the problem. -->
The button should have `hover:bg-dark-charcoal hover:text-white` classes to match the [Figma mockups](https://www.figma.com/file/GIIQ4sDbaToCfFQyKMvzr8/Openverse-Design-Library?node-id=2960%3A8569).
<img width="245" alt="Screen Shot 2022-10-11 at 11 02 50 AM" src="https://user-images.githubusercontent.com/15233243/195033678-e19495d0-8c28-420e-b2cc-84b55937599a.png">
## Implementation
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in implementing this feature.
| non_defect | add interaction styles to the vheaderinternal menu button problem vheaderinternal on mobile widths has a hamburger menu button that doesn t have a hover style description the button should have hover bg dark charcoal hover text white classes to match the img width alt screen shot at am src implementation 🙋 i would be interested in implementing this feature | 0 |
294,556 | 25,381,609,326 | IssuesEvent | 2022-11-21 18:01:26 | mehah/otclient | https://api.github.com/repos/mehah/otclient | closed | Bug with potions, etc | Priority: Medium Status: Pending Test Type: Bug | ### Priority
Medium
### Area
- [ ] Data
- [ ] Source
- [ ] Docker
- [X] Other
### What happened?
hi all, I will be brief, when using a potion it happens that it is consumed but the sprite continues to appear in the inventory but without a name or anything (it ceases to exist)

and the following error appears on the console:

### What OS are you seeing the problem on?
Windows
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | Bug with potions, etc - ### Priority
Medium
### Area
- [ ] Data
- [ ] Source
- [ ] Docker
- [X] Other
### What happened?
hi all, I will be brief, when using a potion it happens that it is consumed but the sprite continues to appear in the inventory but without a name or anything (it ceases to exist)

and the following error appears on the console:

### What OS are you seeing the problem on?
Windows
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | non_defect | bug with potions etc priority medium area data source docker other what happened hi all i will be brief when using a potion it happens that it is consumed but the sprite continues to appear in the inventory but without a name or anything it ceases to exist and the following error appears on the console what os are you seeing the problem on windows code of conduct i agree to follow this project s code of conduct | 0 |
262,570 | 27,965,006,684 | IssuesEvent | 2023-03-24 18:41:07 | eclipse/jetty.project | https://api.github.com/repos/eclipse/jetty.project | opened | Investigate add a default exclude for `*_ECDH_*` in SslContextFactory | Enhancement Security | **Jetty version(s)**
Jetty 10 / 11 / 12
**Enhancement Description**
JDK 20 was just released, and along with it all `*_ECDH_*` cipher suites are disabled because they are viewed as insecure.
Should we add this exclusion to our default `SslContextFactory` exclusion list as well?
| True | Investigate add a default exclude for `*_ECDH_*` in SslContextFactory - **Jetty version(s)**
Jetty 10 / 11 / 12
**Enhancement Description**
JDK 20 was just released, and along with it all `*_ECDH_*` cipher suites are disabled because they are viewed as insecure.
Should we add this exclusion to our default `SslContextFactory` exclusion list as well?
| non_defect | investigate add a default exclude for ecdh in sslcontextfactory jetty version s jetty enhancement description jdk was just released and along with it all ecdh cipher suites are disabled because they are viewed as insecure should we add this exclusion to our default sslcontextfactory exclusion list as well | 0 |
328,976 | 28,143,360,495 | IssuesEvent | 2023-04-02 07:29:02 | AY2223S2-CS2103T-T12-3/tp | https://api.github.com/repos/AY2223S2-CS2103T-T12-3/tp | closed | [PE-D][Tester A] Unble to display full content of a very very long name | type.Bug Tester A will not fix | ## Step to reproduce the bug:
- Just perform edit with a very very long name
## Potential Problematic behavior
- The name may not show fully resulting the user(library manager?) am able to find out the exact full name of the person who borrows the book

<!--session: 1680242616960-67e41d1a-27c0-48e9-91ee-c75210e1a82a-->
<!--Version: Web v3.4.7-->
-------------
Labels: `type.FunctionalityBug` `severity.Medium`
original: SPWwj/ped#2 | 1.0 | [PE-D][Tester A] Unble to display full content of a very very long name - ## Step to reproduce the bug:
- Just perform edit with a very very long name
## Potential Problematic behavior
- The name may not show fully resulting the user(library manager?) am able to find out the exact full name of the person who borrows the book

<!--session: 1680242616960-67e41d1a-27c0-48e9-91ee-c75210e1a82a-->
<!--Version: Web v3.4.7-->
-------------
Labels: `type.FunctionalityBug` `severity.Medium`
original: SPWwj/ped#2 | non_defect | unble to display full content of a very very long name step to reproduce the bug just perform edit with a very very long name potential problematic behavior the name may not show fully resulting the user library manager am able to find out the exact full name of the person who borrows the book labels type functionalitybug severity medium original spwwj ped | 0 |
22,179 | 3,609,952,074 | IssuesEvent | 2016-02-05 01:33:43 | cicku/autoproxy-gfwlist | https://api.github.com/repos/cicku/autoproxy-gfwlist | closed | https://vimeo.com/ 貌似不久前已经解封 | auto-migrated Priority-Medium Type-Defect | ```
URL?
https://vimeo.com/
DNS?
Description?
```
Original issue reported on code.google.com by `iui...@gmail.com` on 7 Apr 2013 at 4:34 | 1.0 | https://vimeo.com/ 貌似不久前已经解封 - ```
URL?
https://vimeo.com/
DNS?
Description?
```
Original issue reported on code.google.com by `iui...@gmail.com` on 7 Apr 2013 at 4:34 | defect | 貌似不久前已经解封 url dns description original issue reported on code google com by iui gmail com on apr at | 1 |
20,651 | 3,391,956,398 | IssuesEvent | 2015-11-30 17:30:34 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | org.jooq.Meta must not cache DatabaseMetaData in order not to violate the ConnectionProvider contract | C: Functionality P: High T: Defect | See also:
http://stackoverflow.com/q/33996181/521799 | 1.0 | org.jooq.Meta must not cache DatabaseMetaData in order not to violate the ConnectionProvider contract - See also:
http://stackoverflow.com/q/33996181/521799 | defect | org jooq meta must not cache databasemetadata in order not to violate the connectionprovider contract see also | 1 |
41,072 | 10,294,572,557 | IssuesEvent | 2019-08-27 20:03:56 | carbon-design-system/ibm-security | https://api.github.com/repos/carbon-design-system/ibm-security | closed | CodeSnippet - feedback does not show for copy button | Defect severity 4 | ## Bug - Copy button feedback in the Code Snippet does not show
**Expected behavior -**
When the copy button in a code snippet is clicked, the feedback tooltip should show.
**Actual behavior -**
When the copy button in a code snippet is clicked, the feedback tooltip does not show.
### Steps for reproducing
1. Go to the `CodeSnippet` demo in storybook (any variation): https://ibm-security.carbondesignsystem.com/?path=/story/components-codesnippet--inline
2. Click on the copy button. | 1.0 | CodeSnippet - feedback does not show for copy button - ## Bug - Copy button feedback in the Code Snippet does not show
**Expected behavior -**
When the copy button in a code snippet is clicked, the feedback tooltip should show.
**Actual behavior -**
When the copy button in a code snippet is clicked, the feedback tooltip does not show.
### Steps for reproducing
1. Go to the `CodeSnippet` demo in storybook (any variation): https://ibm-security.carbondesignsystem.com/?path=/story/components-codesnippet--inline
2. Click on the copy button. | defect | codesnippet feedback does not show for copy button bug copy button feedback in the code snippet does not show expected behavior when the copy button in a code snippet is clicked the feedback tooltip should show actual behavior when the copy button in a code snippet is clicked the feedback tooltip does not show steps for reproducing go to the codesnippet demo in storybook any variation click on the copy button | 1 |
685,294 | 23,451,699,617 | IssuesEvent | 2022-08-16 03:58:44 | FEeasy404/GameUs | https://api.github.com/repos/FEeasy404/GameUs | closed | 검증되지 않은 토큰일 시 로그인 페이지로 이동하게 수정 | 🚨Priority: High ⚔Fix | ## 수정 사항 설명
토큰이 올바르지 않거나 로그인하지 않고 바로 다른 페이지로 갔을 때, alert창을 띄우는 등 로그인 페이지로 이동하게 수정하겠습니다.
## 할 일
- [ ] 토큰 검증 실패 시 로그인 페이지로 이동하게 수정
## ETC
| 1.0 | 검증되지 않은 토큰일 시 로그인 페이지로 이동하게 수정 - ## 수정 사항 설명
토큰이 올바르지 않거나 로그인하지 않고 바로 다른 페이지로 갔을 때, alert창을 띄우는 등 로그인 페이지로 이동하게 수정하겠습니다.
## 할 일
- [ ] 토큰 검증 실패 시 로그인 페이지로 이동하게 수정
## ETC
| non_defect | 검증되지 않은 토큰일 시 로그인 페이지로 이동하게 수정 수정 사항 설명 토큰이 올바르지 않거나 로그인하지 않고 바로 다른 페이지로 갔을 때 alert창을 띄우는 등 로그인 페이지로 이동하게 수정하겠습니다 할 일 토큰 검증 실패 시 로그인 페이지로 이동하게 수정 etc | 0 |
30,920 | 6,354,177,925 | IssuesEvent | 2017-07-29 06:46:27 | jquery/esprima | https://api.github.com/repos/jquery/esprima | closed | yield should be parsed as identifier in object methods | defect | ### Steps to reproduce
```js
function *a(){({b(){yield}})}
function *a(){({get b(){yield}})}
function *a(){({set b(c){yield}})}
```
### Expected output
In each of these cases `yield` is parsed as `YieldExpression`.
### Actual output
It should be parsed as regular `Identifier` because object method is a separate function on its own.
| 1.0 | yield should be parsed as identifier in object methods - ### Steps to reproduce
```js
function *a(){({b(){yield}})}
function *a(){({get b(){yield}})}
function *a(){({set b(c){yield}})}
```
### Expected output
In each of these cases `yield` is parsed as `YieldExpression`.
### Actual output
It should be parsed as regular `Identifier` because object method is a separate function on its own.
| defect | yield should be parsed as identifier in object methods steps to reproduce js function a b yield function a get b yield function a set b c yield expected output in each of these cases yield is parsed as yieldexpression actual output it should be parsed as regular identifier because object method is a separate function on its own | 1 |
24,208 | 11,009,669,264 | IssuesEvent | 2019-12-04 13:09:41 | directoryxx/Inventory-SISI | https://api.github.com/repos/directoryxx/Inventory-SISI | opened | CVE-2018-11499 (High) detected in node-sass-v4.11.0 | security vulnerability | ## CVE-2018-11499 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.11.0</b></p></summary>
<p>
<p>:rainbow: Node.js bindings to libsass</p>
<p>Library home page: <a href=https://github.com/sass/node-sass.git>https://github.com/sass/node-sass.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/directoryxx/Inventory-SISI/commit/7b48ea6a62895408dfb3f1fd18d7d7cb70464d46">7b48ea6a62895408dfb3f1fd18d7d7cb70464d46</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Library Source Files (83)</summary>
<p></p>
<p> * The source files were matched to this source library based on a best effort match. Source libraries are selected from a list of probable public libraries.</p>
<p>
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/map.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/expand.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/expand.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/factory.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/operators.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/boolean.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/util.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/value.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/emitter.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/number.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/callback_bridge.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/file.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/custom_importer_bridge.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/sass.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_context_wrapper.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/operation.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/operators.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/constants.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/error_handling.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/sass_value_wrapper.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/custom_importer_bridge.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/parser.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/constants.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/null.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/list.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/string.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/boolean.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/cssize.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/functions.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/util.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/custom_function_bridge.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/custom_importer_bridge.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/bind.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/eval.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/inspect.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/backtrace.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/extend.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_context_wrapper.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/sass_value_wrapper.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/error_handling.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/callback_bridge.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/parser.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/debugger.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_context_wrapper.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/emitter.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/number.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/color.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/ast.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/sass_values.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/sass_types/color.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/output.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/check_nesting.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/null.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/custom_function_bridge.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/ast_def_macros.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/functions.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/cssize.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/prelexer.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/ast.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/to_c.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/to_value.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/boolean.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/ast_fwd_decl.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/binding.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/color.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/inspect.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/values.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_context_wrapper.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/sass_types/list.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/check_nesting.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/to_value.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/context.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/map.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/binding.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/color.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/sass_context.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/string.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/prelexer.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/context.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/boolean.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/sass_types/factory.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/sass_types/list.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/eval.cpp
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A use-after-free vulnerability exists in handle_error() in sass_context.cpp in LibSass 3.4.x and 3.5.x through 3.5.4 that could be leveraged to cause a denial of service (application crash) or possibly unspecified other impact.
<p>Publish Date: 2018-05-26
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11499>CVE-2018-11499</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11499">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11499</a></p>
<p>Release Date: 2018-05-26</p>
<p>Fix Resolution: 3.6.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2018-11499 (High) detected in node-sass-v4.11.0 - ## CVE-2018-11499 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.11.0</b></p></summary>
<p>
<p>:rainbow: Node.js bindings to libsass</p>
<p>Library home page: <a href=https://github.com/sass/node-sass.git>https://github.com/sass/node-sass.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/directoryxx/Inventory-SISI/commit/7b48ea6a62895408dfb3f1fd18d7d7cb70464d46">7b48ea6a62895408dfb3f1fd18d7d7cb70464d46</a></p>
</p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Library Source Files (83)</summary>
<p></p>
<p> * The source files were matched to this source library based on a best effort match. Source libraries are selected from a list of probable public libraries.</p>
<p>
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/map.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/expand.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/expand.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/factory.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/operators.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/boolean.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/util.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/value.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/emitter.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/number.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/callback_bridge.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/file.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/custom_importer_bridge.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/sass.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_context_wrapper.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/operation.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/operators.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/constants.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/error_handling.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/sass_value_wrapper.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/custom_importer_bridge.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/parser.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/constants.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/null.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/list.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/string.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/boolean.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/cssize.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/functions.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/util.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/custom_function_bridge.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/custom_importer_bridge.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/bind.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/eval.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/inspect.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/backtrace.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/extend.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_context_wrapper.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/sass_value_wrapper.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/error_handling.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/callback_bridge.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/parser.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/debugger.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_context_wrapper.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/emitter.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/number.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/color.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/ast.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/sass_values.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/sass_types/color.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/output.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/check_nesting.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/null.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/custom_function_bridge.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/ast_def_macros.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/functions.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/cssize.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/prelexer.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/ast.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/to_c.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/to_value.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/boolean.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/ast_fwd_decl.hpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/binding.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/color.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/inspect.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/values.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_context_wrapper.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/sass_types/list.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/check_nesting.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/to_value.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/context.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/map.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/binding.cpp
- /Inventory-SISI/assets/adminlte/bower_components/bootstrap-daterangepicker/node_modules/node-sass/src/sass_types/color.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/sass_context.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/string.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/prelexer.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/context.hpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/sass_types/boolean.h
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/sass_types/factory.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/grunt-sass/node_modules/node-sass/src/sass_types/list.cpp
- /Inventory-SISI/assets/adminlte/bower_components/select2/node_modules/node-sass/src/libsass/src/eval.cpp
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A use-after-free vulnerability exists in handle_error() in sass_context.cpp in LibSass 3.4.x and 3.5.x through 3.5.4 that could be leveraged to cause a denial of service (application crash) or possibly unspecified other impact.
<p>Publish Date: 2018-05-26
<p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11499>CVE-2018-11499</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11499">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11499</a></p>
<p>Release Date: 2018-05-26</p>
<p>Fix Resolution: 3.6.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve high detected in node sass cve high severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href found in head commit a href library source files the source files were matched to this source library based on a best effort match source libraries are selected from a list of probable public libraries inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass types map cpp inventory sisi assets adminlte bower components node modules node sass src libsass src expand hpp inventory sisi assets adminlte bower components node modules node sass src libsass src expand cpp inventory sisi assets adminlte bower components node modules node sass src sass types factory cpp inventory sisi assets adminlte bower components node modules node sass src libsass src operators cpp inventory sisi assets adminlte bower components node modules node sass src sass types boolean cpp inventory sisi assets adminlte bower components node modules node sass src libsass src util hpp inventory sisi assets adminlte bower components node modules node sass src sass types value h inventory sisi assets adminlte bower components node modules node sass src libsass src emitter hpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass types number cpp inventory sisi assets adminlte bower components node modules node sass src callback bridge h inventory sisi assets adminlte bower components node modules node sass src libsass src file cpp inventory sisi assets adminlte bower components node modules grunt sass node modules node sass src custom importer bridge cpp inventory sisi assets adminlte bower components node modules node sass src libsass src sass cpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass context wrapper cpp inventory sisi assets adminlte bower components node modules node sass src libsass src operation hpp inventory sisi assets adminlte bower components node modules node sass src libsass src operators hpp inventory sisi assets adminlte bower components node modules node sass src libsass src constants hpp inventory sisi assets adminlte bower components node modules node sass src libsass src error handling hpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass types sass value wrapper h inventory sisi assets adminlte bower components node modules node sass src custom importer bridge cpp inventory sisi assets adminlte bower components node modules node sass src libsass src parser hpp inventory sisi assets adminlte bower components node modules node sass src libsass src constants cpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass types null cpp inventory sisi assets adminlte bower components node modules node sass src sass types list cpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass types string cpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass types boolean cpp inventory sisi assets adminlte bower components node modules node sass src libsass src cssize cpp inventory sisi assets adminlte bower components node modules node sass src libsass src functions hpp inventory sisi assets adminlte bower components node modules node sass src libsass src util cpp inventory sisi assets adminlte bower components node modules node sass src custom function bridge cpp inventory sisi assets adminlte bower components node modules node sass src custom importer bridge h inventory sisi assets adminlte bower components node modules node sass src libsass src bind cpp inventory sisi assets adminlte bower components node modules node sass src libsass src eval hpp inventory sisi assets adminlte bower components node modules node sass src libsass src inspect cpp inventory sisi assets adminlte bower components node modules node sass src libsass src backtrace cpp inventory sisi assets adminlte bower components node modules node sass src libsass src extend cpp inventory sisi assets adminlte bower components node modules node sass src sass context wrapper h inventory sisi assets adminlte bower components node modules node sass src sass types sass value wrapper h inventory sisi assets adminlte bower components node modules node sass src libsass src error handling cpp inventory sisi assets adminlte bower components node modules grunt sass node modules node sass src callback bridge h inventory sisi assets adminlte bower components node modules node sass src libsass src parser cpp inventory sisi assets adminlte bower components node modules node sass src libsass src debugger hpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass context wrapper h inventory sisi assets adminlte bower components node modules node sass src libsass src emitter cpp inventory sisi assets adminlte bower components node modules node sass src sass types number cpp inventory sisi assets adminlte bower components node modules node sass src sass types color h inventory sisi assets adminlte bower components node modules node sass src libsass src ast hpp inventory sisi assets adminlte bower components node modules node sass src libsass src sass values cpp inventory sisi assets adminlte bower components node modules grunt sass node modules node sass src sass types color cpp inventory sisi assets adminlte bower components node modules node sass src libsass src output cpp inventory sisi assets adminlte bower components node modules node sass src libsass src check nesting cpp inventory sisi assets adminlte bower components node modules node sass src sass types null cpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src custom function bridge cpp inventory sisi assets adminlte bower components node modules node sass src libsass src ast def macros hpp inventory sisi assets adminlte bower components node modules node sass src libsass src functions cpp inventory sisi assets adminlte bower components node modules node sass src libsass src cssize hpp inventory sisi assets adminlte bower components node modules node sass src libsass src prelexer cpp inventory sisi assets adminlte bower components node modules node sass src libsass src ast cpp inventory sisi assets adminlte bower components node modules node sass src libsass src to c cpp inventory sisi assets adminlte bower components node modules node sass src libsass src to value hpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass types boolean h inventory sisi assets adminlte bower components node modules node sass src libsass src ast fwd decl hpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src binding cpp inventory sisi assets adminlte bower components node modules node sass src sass types color cpp inventory sisi assets adminlte bower components node modules node sass src libsass src inspect hpp inventory sisi assets adminlte bower components node modules node sass src libsass src values cpp inventory sisi assets adminlte bower components node modules node sass src sass context wrapper cpp inventory sisi assets adminlte bower components node modules grunt sass node modules node sass src sass types list h inventory sisi assets adminlte bower components node modules node sass src libsass src check nesting hpp inventory sisi assets adminlte bower components node modules node sass src libsass src to value cpp inventory sisi assets adminlte bower components node modules node sass src libsass src context cpp inventory sisi assets adminlte bower components node modules node sass src sass types map cpp inventory sisi assets adminlte bower components node modules node sass src binding cpp inventory sisi assets adminlte bower components bootstrap daterangepicker node modules node sass src sass types color h inventory sisi assets adminlte bower components node modules node sass src libsass src sass context cpp inventory sisi assets adminlte bower components node modules node sass src sass types string cpp inventory sisi assets adminlte bower components node modules node sass src libsass src prelexer hpp inventory sisi assets adminlte bower components node modules node sass src libsass src context hpp inventory sisi assets adminlte bower components node modules node sass src sass types boolean h inventory sisi assets adminlte bower components node modules grunt sass node modules node sass src sass types factory cpp inventory sisi assets adminlte bower components node modules grunt sass node modules node sass src sass types list cpp inventory sisi assets adminlte bower components node modules node sass src libsass src eval cpp vulnerability details a use after free vulnerability exists in handle error in sass context cpp in libsass x and x through that could be leveraged to cause a denial of service application crash or possibly unspecified other impact publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
34,780 | 7,460,372,540 | IssuesEvent | 2018-03-30 19:23:15 | kerdokullamae/test_koik_issued | https://api.github.com/repos/kerdokullamae/test_koik_issued | reopened | KÜ väli root_id on täitmata | C: AIS P: highest T: defect | **Reported by sven syld on 13 Jan 2017 14:36 UTC**
Selle tõttu mh ei tööta KÜ-de sorteerimine osade väljade järgi ega pagineerimine. Katki läinud ilmselt NestedSet arendusega. | 1.0 | KÜ väli root_id on täitmata - **Reported by sven syld on 13 Jan 2017 14:36 UTC**
Selle tõttu mh ei tööta KÜ-de sorteerimine osade väljade järgi ega pagineerimine. Katki läinud ilmselt NestedSet arendusega. | defect | kü väli root id on täitmata reported by sven syld on jan utc selle tõttu mh ei tööta kü de sorteerimine osade väljade järgi ega pagineerimine katki läinud ilmselt nestedset arendusega | 1 |
21,077 | 3,456,495,375 | IssuesEvent | 2015-12-18 01:45:53 | googlei18n/noto-fonts | https://api.github.com/repos/googlei18n/noto-fonts | closed | Noto Symbols: Variations sequences for symbols are not supported | Android FoundIn-1.x Script-Symbol Type-Defect | ```
The following characters have variation sequences defined for them, but they
are not supported in the Noto Sans Symbols font:
2229 FE00; with serifs; # INTERSECTION
222A FE00; with serifs; # UNION
2268 FE00; with vertical stroke; # LESS-THAN BUT NOT EQUAL TO
2269 FE00; with vertical stroke; # GREATER-THAN BUT NOT EQUAL TO
2272 FE00; following the slant of the lower leg; # LESS-THAN OR EQUIVALENT TO
2273 FE00; following the slant of the lower leg; # GREATER-THAN OR EQUIVALENT TO
228A FE00; with stroke through bottom members; # SUBSET OF WITH NOT EQUAL TO
228B FE00; with stroke through bottom members; # SUPERSET OF WITH NOT EQUAL TO
2293 FE00; with serifs; # SQUARE CAP
2294 FE00; with serifs; # SQUARE CUP
2295 FE00; with white rim; # CIRCLED PLUS
2297 FE00; with white rim; # CIRCLED TIMES
229C FE00; with equal sign touching the circle; # CIRCLED EQUALS
22DA FE00; with slanted equal; # LESS-THAN EQUAL TO OR GREATER-THAN
22DB FE00; with slanted equal; # GREATER-THAN EQUAL TO OR LESS-THAN
2A3C FE00; tall variant with narrow foot; # INTERIOR PRODUCT
2A3D FE00; tall variant with narrow foot; # RIGHTHAND INTERIOR PRODUCT
2A9D FE00; with similar following the slant of the upper leg; # SIMILAR OR
LESS-THAN
2A9E FE00; with similar following the slant of the upper leg; # SIMILAR OR
GREATER-THAN
2AAC FE00; with slanted equal; # SMALLER THAN OR EQUAL TO
2AAD FE00; with slanted equal; # LARGER THAN OR EQUAL TO
2ACB FE00; with stroke through bottom members; # SUBSET OF ABOVE NOT EQUAL TO
2ACC FE00; with stroke through bottom members; # SUPERSET OF ABOVE NOT EQUAL TO
(This is contrary to Mongolian and Phags-pa, where the sequences are supported
in the fonts.)
The glyphs for the above sequences (shown at
http://www.unicode.org/Public/UCD/latest/ucd/StandardizedVariants.html) should
be added to the Noto Symbols font, and a cmap subtable format 14 should be
added to map the sequences to glyphs.
(CC-ing Behdad to confirm that cmap subtable format 14 is preferable to a GSUB
rule.)
```
Original issue reported on code.google.com by `roozbeh@google.com` on 2 Apr 2015 at 12:16 | 1.0 | Noto Symbols: Variations sequences for symbols are not supported - ```
The following characters have variation sequences defined for them, but they
are not supported in the Noto Sans Symbols font:
2229 FE00; with serifs; # INTERSECTION
222A FE00; with serifs; # UNION
2268 FE00; with vertical stroke; # LESS-THAN BUT NOT EQUAL TO
2269 FE00; with vertical stroke; # GREATER-THAN BUT NOT EQUAL TO
2272 FE00; following the slant of the lower leg; # LESS-THAN OR EQUIVALENT TO
2273 FE00; following the slant of the lower leg; # GREATER-THAN OR EQUIVALENT TO
228A FE00; with stroke through bottom members; # SUBSET OF WITH NOT EQUAL TO
228B FE00; with stroke through bottom members; # SUPERSET OF WITH NOT EQUAL TO
2293 FE00; with serifs; # SQUARE CAP
2294 FE00; with serifs; # SQUARE CUP
2295 FE00; with white rim; # CIRCLED PLUS
2297 FE00; with white rim; # CIRCLED TIMES
229C FE00; with equal sign touching the circle; # CIRCLED EQUALS
22DA FE00; with slanted equal; # LESS-THAN EQUAL TO OR GREATER-THAN
22DB FE00; with slanted equal; # GREATER-THAN EQUAL TO OR LESS-THAN
2A3C FE00; tall variant with narrow foot; # INTERIOR PRODUCT
2A3D FE00; tall variant with narrow foot; # RIGHTHAND INTERIOR PRODUCT
2A9D FE00; with similar following the slant of the upper leg; # SIMILAR OR
LESS-THAN
2A9E FE00; with similar following the slant of the upper leg; # SIMILAR OR
GREATER-THAN
2AAC FE00; with slanted equal; # SMALLER THAN OR EQUAL TO
2AAD FE00; with slanted equal; # LARGER THAN OR EQUAL TO
2ACB FE00; with stroke through bottom members; # SUBSET OF ABOVE NOT EQUAL TO
2ACC FE00; with stroke through bottom members; # SUPERSET OF ABOVE NOT EQUAL TO
(This is contrary to Mongolian and Phags-pa, where the sequences are supported
in the fonts.)
The glyphs for the above sequences (shown at
http://www.unicode.org/Public/UCD/latest/ucd/StandardizedVariants.html) should
be added to the Noto Symbols font, and a cmap subtable format 14 should be
added to map the sequences to glyphs.
(CC-ing Behdad to confirm that cmap subtable format 14 is preferable to a GSUB
rule.)
```
Original issue reported on code.google.com by `roozbeh@google.com` on 2 Apr 2015 at 12:16 | defect | noto symbols variations sequences for symbols are not supported the following characters have variation sequences defined for them but they are not supported in the noto sans symbols font with serifs intersection with serifs union with vertical stroke less than but not equal to with vertical stroke greater than but not equal to following the slant of the lower leg less than or equivalent to following the slant of the lower leg greater than or equivalent to with stroke through bottom members subset of with not equal to with stroke through bottom members superset of with not equal to with serifs square cap with serifs square cup with white rim circled plus with white rim circled times with equal sign touching the circle circled equals with slanted equal less than equal to or greater than with slanted equal greater than equal to or less than tall variant with narrow foot interior product tall variant with narrow foot righthand interior product with similar following the slant of the upper leg similar or less than with similar following the slant of the upper leg similar or greater than with slanted equal smaller than or equal to with slanted equal larger than or equal to with stroke through bottom members subset of above not equal to with stroke through bottom members superset of above not equal to this is contrary to mongolian and phags pa where the sequences are supported in the fonts the glyphs for the above sequences shown at should be added to the noto symbols font and a cmap subtable format should be added to map the sequences to glyphs cc ing behdad to confirm that cmap subtable format is preferable to a gsub rule original issue reported on code google com by roozbeh google com on apr at | 1 |
30,348 | 7,190,589,667 | IssuesEvent | 2018-02-02 17:47:33 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Parameter in a componets default.xml file are not sourced anymore | No Code Attached Yet | ### Steps to reproduce the issue
You have an XML file of a component using paramater e.g in
components\com_fileuploader\views\fileuploader\tmpl\default.xml:
when you load your model and you want to get the parameters from the XML doing:
$app = JFactory::getApplication('site');
$params = $app->getParams('com_fileuploader');
$rubrik = $params->get('rubrik'); // => Retruns null
### Expected result
$rubrik has the parameter specified in the XML of the component
### Actual result
$rubrik is empty
### System information (as much as possible)
### Additional comments
| 1.0 | Parameter in a componets default.xml file are not sourced anymore - ### Steps to reproduce the issue
You have an XML file of a component using paramater e.g in
components\com_fileuploader\views\fileuploader\tmpl\default.xml:
when you load your model and you want to get the parameters from the XML doing:
$app = JFactory::getApplication('site');
$params = $app->getParams('com_fileuploader');
$rubrik = $params->get('rubrik'); // => Retruns null
### Expected result
$rubrik has the parameter specified in the XML of the component
### Actual result
$rubrik is empty
### System information (as much as possible)
### Additional comments
| non_defect | parameter in a componets default xml file are not sourced anymore steps to reproduce the issue you have an xml file of a component using paramater e g in components com fileuploader views fileuploader tmpl default xml when you load your model and you want to get the parameters from the xml doing app jfactory getapplication site params app getparams com fileuploader rubrik params get rubrik retruns null expected result rubrik has the parameter specified in the xml of the component actual result rubrik is empty system information as much as possible additional comments | 0 |
105,501 | 9,085,354,421 | IssuesEvent | 2019-02-18 08:01:18 | SixLabors/ImageSharp | https://api.github.com/repos/SixLabors/ImageSharp | closed | Improve unit tests speed | area:discussion unit tests | I noticed the unit test suite of the project takes about 4 mins to run, which is pretty slow for unit tests.
Martin Fowler has some recommendations [here](http://martinfowler.com/bliki/UnitTest.html) on unit testing speed, but generally one test should be in the range of milliseconds and the suite in seconds.
We can look into how to speed them up, maybe we can move some expensive initialization. Currently there are 119 tests which run for more than 1s, here's the breakdown.

| 1.0 | Improve unit tests speed - I noticed the unit test suite of the project takes about 4 mins to run, which is pretty slow for unit tests.
Martin Fowler has some recommendations [here](http://martinfowler.com/bliki/UnitTest.html) on unit testing speed, but generally one test should be in the range of milliseconds and the suite in seconds.
We can look into how to speed them up, maybe we can move some expensive initialization. Currently there are 119 tests which run for more than 1s, here's the breakdown.

| non_defect | improve unit tests speed i noticed the unit test suite of the project takes about mins to run which is pretty slow for unit tests martin fowler has some recommendations on unit testing speed but generally one test should be in the range of milliseconds and the suite in seconds we can look into how to speed them up maybe we can move some expensive initialization currently there are tests which run for more than here s the breakdown | 0 |
32,515 | 6,813,835,496 | IssuesEvent | 2017-11-06 10:45:26 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Bug with overlaypanel in 4.3.0 | defect pending-review | I have a delete confirmation overlaypanel that appears when clicking an "X" icon in my app. it is inside a p-dialog component if that matters...
after updating to primeNG 4.3.0 the overlaypanel no longer appears. Upon inspection, it appears that it is not toggling `display: none` to `display: block` as it normally should. Are you able to reproduce? | 1.0 | Bug with overlaypanel in 4.3.0 - I have a delete confirmation overlaypanel that appears when clicking an "X" icon in my app. it is inside a p-dialog component if that matters...
after updating to primeNG 4.3.0 the overlaypanel no longer appears. Upon inspection, it appears that it is not toggling `display: none` to `display: block` as it normally should. Are you able to reproduce? | defect | bug with overlaypanel in i have a delete confirmation overlaypanel that appears when clicking an x icon in my app it is inside a p dialog component if that matters after updating to primeng the overlaypanel no longer appears upon inspection it appears that it is not toggling display none to display block as it normally should are you able to reproduce | 1 |
143,582 | 22,092,558,538 | IssuesEvent | 2022-06-01 07:25:14 | iterative/dvc.org | https://api.github.com/repos/iterative/dvc.org | opened | blog: confusing page header | type: enhancement website: design-required C: blog | TBH it looks like the top article is titled **Data Version Control in Real Life**
<img width="1288" alt="image" src="https://user-images.githubusercontent.com/1477535/171349934-892416e2-dc71-443f-96e6-4132b0e0cce4.png">
Options I see:
1. Replace that text with just "DVC Blog"
2. Replace it dynamically with the top blog title (more space for `descriptionLong`) -- may need design input.
WDYT @jendefig ? Thanks | 1.0 | blog: confusing page header - TBH it looks like the top article is titled **Data Version Control in Real Life**
<img width="1288" alt="image" src="https://user-images.githubusercontent.com/1477535/171349934-892416e2-dc71-443f-96e6-4132b0e0cce4.png">
Options I see:
1. Replace that text with just "DVC Blog"
2. Replace it dynamically with the top blog title (more space for `descriptionLong`) -- may need design input.
WDYT @jendefig ? Thanks | non_defect | blog confusing page header tbh it looks like the top article is titled data version control in real life img width alt image src options i see replace that text with just dvc blog replace it dynamically with the top blog title more space for descriptionlong may need design input wdyt jendefig thanks | 0 |
429,795 | 30,090,403,634 | IssuesEvent | 2023-06-29 11:55:05 | appsmithorg/appsmith-docs | https://api.github.com/repos/appsmithorg/appsmith-docs | opened | [Docs]: Radio Group Rehaul | Documentation User Education Pod | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Documentation Link
_No response_
### Discord/slack/intercom Link
_No response_
### Describe the problem and improvement.
[Docs]: Radio Group Rehaul | 1.0 | [Docs]: Radio Group Rehaul - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Documentation Link
_No response_
### Discord/slack/intercom Link
_No response_
### Describe the problem and improvement.
[Docs]: Radio Group Rehaul | non_defect | radio group rehaul is there an existing issue for this i have searched the existing issues documentation link no response discord slack intercom link no response describe the problem and improvement radio group rehaul | 0 |
41,781 | 10,605,969,609 | IssuesEvent | 2019-10-10 21:46:51 | hasse69/rar2fs | https://api.github.com/repos/hasse69/rar2fs | closed | rar subdir content not showing up if subdir is also a local directory | Defect Priority-Medium | Consider the following structure
```
root/dir1/fileLocal.txt
root/dir2/fileLocal.txt
root/fileLocal.txt
root/archive.rar:dir1/fileRared.txt
root/archive.rar:dir3/fileRared.txt
root/archive.rar:fileRared.txt
```
After `rar2fs root/ mount/`, the following is observed when listing directories in `mount/`:
```
mount/dir1/fileLocal.txt
mount/dir2/fileLocal.txt
mount/dir3/fileRared.txt
mount/fileLocal.txt
mount/fileRared.txt
```
Note how **`mount/dir1/fileRared.txt`** is missing in the directory listing.
However the file can be accessed directly, e.g. using `cat mount/dir1/fileRared.txt`.
Interestingly, for the root directory, both `fileLocal.txt` and `fileRared.txt` show up. | 1.0 | rar subdir content not showing up if subdir is also a local directory - Consider the following structure
```
root/dir1/fileLocal.txt
root/dir2/fileLocal.txt
root/fileLocal.txt
root/archive.rar:dir1/fileRared.txt
root/archive.rar:dir3/fileRared.txt
root/archive.rar:fileRared.txt
```
After `rar2fs root/ mount/`, the following is observed when listing directories in `mount/`:
```
mount/dir1/fileLocal.txt
mount/dir2/fileLocal.txt
mount/dir3/fileRared.txt
mount/fileLocal.txt
mount/fileRared.txt
```
Note how **`mount/dir1/fileRared.txt`** is missing in the directory listing.
However the file can be accessed directly, e.g. using `cat mount/dir1/fileRared.txt`.
Interestingly, for the root directory, both `fileLocal.txt` and `fileRared.txt` show up. | defect | rar subdir content not showing up if subdir is also a local directory consider the following structure root filelocal txt root filelocal txt root filelocal txt root archive rar filerared txt root archive rar filerared txt root archive rar filerared txt after root mount the following is observed when listing directories in mount mount filelocal txt mount filelocal txt mount filerared txt mount filelocal txt mount filerared txt note how mount filerared txt is missing in the directory listing however the file can be accessed directly e g using cat mount filerared txt interestingly for the root directory both filelocal txt and filerared txt show up | 1 |
8,717 | 2,611,537,176 | IssuesEvent | 2015-02-27 06:06:39 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | opened | Full screen mode with Retina doesn't work correctly | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Use MacBook Pro with Retina
2. Choose full screen game mode
3. Use either default resolution (2560*1600) or use any other 2xxx*1xxx
resolution
4. Start the game
You will see just background and probably some other elements of game, you will
not see hedges etc.
The game version is 0.9.20.5, tried with MacBook Pro with Retina, OSX 10.9.4
```
Original issue reported on code.google.com by `and7ey@gmail.com` on 19 Sep 2014 at 6:19 | 1.0 | Full screen mode with Retina doesn't work correctly - ```
What steps will reproduce the problem?
1. Use MacBook Pro with Retina
2. Choose full screen game mode
3. Use either default resolution (2560*1600) or use any other 2xxx*1xxx
resolution
4. Start the game
You will see just background and probably some other elements of game, you will
not see hedges etc.
The game version is 0.9.20.5, tried with MacBook Pro with Retina, OSX 10.9.4
```
Original issue reported on code.google.com by `and7ey@gmail.com` on 19 Sep 2014 at 6:19 | defect | full screen mode with retina doesn t work correctly what steps will reproduce the problem use macbook pro with retina choose full screen game mode use either default resolution or use any other resolution start the game you will see just background and probably some other elements of game you will not see hedges etc the game version is tried with macbook pro with retina osx original issue reported on code google com by gmail com on sep at | 1 |
25,841 | 4,470,218,663 | IssuesEvent | 2016-08-25 15:17:21 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | Plataforma-Proveedor | defect | Después de darle click al botón de limpiar, ya no reconoce las facturas indicando que:
Esta Factura no pertenece al RFC : TIA101020BP4
Supongo que intenta reconocer que el receptor sea la TIA y no el emisor. | 1.0 | Plataforma-Proveedor - Después de darle click al botón de limpiar, ya no reconoce las facturas indicando que:
Esta Factura no pertenece al RFC : TIA101020BP4
Supongo que intenta reconocer que el receptor sea la TIA y no el emisor. | defect | plataforma proveedor después de darle click al botón de limpiar ya no reconoce las facturas indicando que esta factura no pertenece al rfc supongo que intenta reconocer que el receptor sea la tia y no el emisor | 1 |
16,884 | 2,957,036,235 | IssuesEvent | 2015-07-08 14:38:14 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Argument 1 passed to Cake\ORM\Query::addDefaultTypes() must be an instance of Cake\ORM\Table | Defect On hold ORM | I'm getting this for some reason when I include the `Tags` in my contain. This association is automatically created by @jadb [Tags plugin](https://github.com/UseMuffin/Tags).
```
Argument 1 passed to Cake\ORM\Query::addDefaultTypes() must be an instance of Cake\ORM\Table, instance of Cake\ORM\Association\HasMany given, called in C:\xampp\htdocs\crm\vendor\cakephp\cakephp\src\ORM\Association\BelongsToMany.php on line 960
```
I've realized that this started happening after updating the core of my project. The change from 3.0.6 => 3.0.7 is causing the notice. The problem can be solved by reverting this commit 46c3106694424ea2d00a1d57f5ff58fbef4785b3 of CakePHP. Actually reverting the single change in ORM/Association/BelongsToMany.php is fixing this for me.
```php
->addDefaultTypes($assoc->target())
```
I'm not yet sure if this is a regression of https://github.com/cakephp/cakephp/issues/6775 and if we have to change the behavior or the core.
Original issue report: https://github.com/UseMuffin/Tags/issues/13 | 1.0 | Argument 1 passed to Cake\ORM\Query::addDefaultTypes() must be an instance of Cake\ORM\Table - I'm getting this for some reason when I include the `Tags` in my contain. This association is automatically created by @jadb [Tags plugin](https://github.com/UseMuffin/Tags).
```
Argument 1 passed to Cake\ORM\Query::addDefaultTypes() must be an instance of Cake\ORM\Table, instance of Cake\ORM\Association\HasMany given, called in C:\xampp\htdocs\crm\vendor\cakephp\cakephp\src\ORM\Association\BelongsToMany.php on line 960
```
I've realized that this started happening after updating the core of my project. The change from 3.0.6 => 3.0.7 is causing the notice. The problem can be solved by reverting this commit 46c3106694424ea2d00a1d57f5ff58fbef4785b3 of CakePHP. Actually reverting the single change in ORM/Association/BelongsToMany.php is fixing this for me.
```php
->addDefaultTypes($assoc->target())
```
I'm not yet sure if this is a regression of https://github.com/cakephp/cakephp/issues/6775 and if we have to change the behavior or the core.
Original issue report: https://github.com/UseMuffin/Tags/issues/13 | defect | argument passed to cake orm query adddefaulttypes must be an instance of cake orm table i m getting this for some reason when i include the tags in my contain this association is automatically created by jadb argument passed to cake orm query adddefaulttypes must be an instance of cake orm table instance of cake orm association hasmany given called in c xampp htdocs crm vendor cakephp cakephp src orm association belongstomany php on line i ve realized that this started happening after updating the core of my project the change from is causing the notice the problem can be solved by reverting this commit of cakephp actually reverting the single change in orm association belongstomany php is fixing this for me php adddefaulttypes assoc target i m not yet sure if this is a regression of and if we have to change the behavior or the core original issue report | 1 |
119,089 | 15,397,156,832 | IssuesEvent | 2021-03-03 21:42:43 | konveyor/forklift-ui | https://api.github.com/repos/konveyor/forklift-ui | closed | [Bz#1899371] Add support for canceling a migration | enhancement high-priority needs-design | In IMS we had cancellation at a per-VM level. Unclear how this will work exactly here.
Depends on controller support not yet implemented.
https://bugzilla.redhat.com/show_bug.cgi?id=1899371 | 1.0 | [Bz#1899371] Add support for canceling a migration - In IMS we had cancellation at a per-VM level. Unclear how this will work exactly here.
Depends on controller support not yet implemented.
https://bugzilla.redhat.com/show_bug.cgi?id=1899371 | non_defect | add support for canceling a migration in ims we had cancellation at a per vm level unclear how this will work exactly here depends on controller support not yet implemented | 0 |
141,364 | 18,976,615,324 | IssuesEvent | 2021-11-20 04:30:40 | kevins01/Java3 | https://api.github.com/repos/kevins01/Java3 | opened | CVE-2021-34428 (Low) detected in jetty-server-9.4.8.v20171121.jar | security vulnerability | ## CVE-2021-34428 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-server-9.4.8.v20171121.jar</b></p></summary>
<p>The core jetty server artifact.</p>
<p>Library home page: <a href="http://www.eclipse.org/jetty">http://www.eclipse.org/jetty</a></p>
<p>Path to dependency file: Java3/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/eclipse/jetty/jetty-server/9.4.8.v20171121/jetty-server-9.4.8.v20171121.jar</p>
<p>
Dependency Hierarchy:
- spark-core-2.7.2.jar (Root Library)
- :x: **jetty-server-9.4.8.v20171121.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kevins01/Java3/commit/2544bb08a0eb663391f7c8b9c2d44bfd2ae9decd">2544bb08a0eb663391f7c8b9c2d44bfd2ae9decd</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, if an exception is thrown from the SessionListener#sessionDestroyed() method, then the session ID is not invalidated in the session ID manager. On deployments with clustered sessions and multiple contexts this can result in a session not being invalidated. This can result in an application used on a shared computer being left logged in.
<p>Publish Date: 2021-06-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-34428>CVE-2021-34428</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>3.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/eclipse/jetty.project/security/advisories/GHSA-m6cp-vxjx-65j6">https://github.com/eclipse/jetty.project/security/advisories/GHSA-m6cp-vxjx-65j6</a></p>
<p>Release Date: 2021-06-22</p>
<p>Fix Resolution: org.eclipse.jetty:jetty-server:9.4.41.v20210516,10.0.3,11.0.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-34428 (Low) detected in jetty-server-9.4.8.v20171121.jar - ## CVE-2021-34428 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-server-9.4.8.v20171121.jar</b></p></summary>
<p>The core jetty server artifact.</p>
<p>Library home page: <a href="http://www.eclipse.org/jetty">http://www.eclipse.org/jetty</a></p>
<p>Path to dependency file: Java3/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/eclipse/jetty/jetty-server/9.4.8.v20171121/jetty-server-9.4.8.v20171121.jar</p>
<p>
Dependency Hierarchy:
- spark-core-2.7.2.jar (Root Library)
- :x: **jetty-server-9.4.8.v20171121.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kevins01/Java3/commit/2544bb08a0eb663391f7c8b9c2d44bfd2ae9decd">2544bb08a0eb663391f7c8b9c2d44bfd2ae9decd</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
For Eclipse Jetty versions <= 9.4.40, <= 10.0.2, <= 11.0.2, if an exception is thrown from the SessionListener#sessionDestroyed() method, then the session ID is not invalidated in the session ID manager. On deployments with clustered sessions and multiple contexts this can result in a session not being invalidated. This can result in an application used on a shared computer being left logged in.
<p>Publish Date: 2021-06-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-34428>CVE-2021-34428</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>3.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Physical
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/eclipse/jetty.project/security/advisories/GHSA-m6cp-vxjx-65j6">https://github.com/eclipse/jetty.project/security/advisories/GHSA-m6cp-vxjx-65j6</a></p>
<p>Release Date: 2021-06-22</p>
<p>Fix Resolution: org.eclipse.jetty:jetty-server:9.4.41.v20210516,10.0.3,11.0.3</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve low detected in jetty server jar cve low severity vulnerability vulnerable library jetty server jar the core jetty server artifact library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org eclipse jetty jetty server jetty server jar dependency hierarchy spark core jar root library x jetty server jar vulnerable library found in head commit a href vulnerability details for eclipse jetty versions if an exception is thrown from the sessionlistener sessiondestroyed method then the session id is not invalidated in the session id manager on deployments with clustered sessions and multiple contexts this can result in a session not being invalidated this can result in an application used on a shared computer being left logged in publish date url a href cvss score details base score metrics exploitability metrics attack vector physical attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org eclipse jetty jetty server step up your open source security game with whitesource | 0 |
46,430 | 13,055,911,239 | IssuesEvent | 2020-07-30 03:05:47 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | tpx coverage is very poor (Trac #1189) | Incomplete Migration Migrated from Trac combo reconstruction defect | Migrated from https://code.icecube.wisc.edu/ticket/1189
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"_ts": "1550067117911749",
"component": "combo reconstruction",
"summary": "tpx coverage is very poor",
"priority": "normal",
"keywords": "",
"time": "2015-08-19T13:42:07",
"milestone": "",
"owner": "karg",
"type": "defect"
}
```
| 1.0 | tpx coverage is very poor (Trac #1189) - Migrated from https://code.icecube.wisc.edu/ticket/1189
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "",
"reporter": "kjmeagher",
"cc": "",
"resolution": "fixed",
"_ts": "1550067117911749",
"component": "combo reconstruction",
"summary": "tpx coverage is very poor",
"priority": "normal",
"keywords": "",
"time": "2015-08-19T13:42:07",
"milestone": "",
"owner": "karg",
"type": "defect"
}
```
| defect | tpx coverage is very poor trac migrated from json status closed changetime description reporter kjmeagher cc resolution fixed ts component combo reconstruction summary tpx coverage is very poor priority normal keywords time milestone owner karg type defect | 1 |
77,297 | 26,904,053,062 | IssuesEvent | 2023-02-06 17:36:51 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | DSL.execute() for dynamic procedural code uses invalid DSL.name() quoting for MySQL, causing errors | T: Defect | ### Expected behavior
In MySQL, backticks should be used with `DSL.name()`
### Actual behavior
Given the following:
```kt
DSL.begin(
DSL.startTransaction(),
DSL.dropTemporaryTableIfExists(tempTable),
DSL.createTemporaryTable(DSL.name(tempTable)).`as`(
DSL.select().from(DSL.name(op.table.value)).limit(0)
)
DSL.execute(
DSL.insertInto(DSL.table(DSL.name(tempTable)), columns.map { DSL.field(it) })
.apply {
op.rows.forEach { row ->
this.values(row.value.values.map { DSL.inline(it) })
}
},
),
DSL.execute(
DSL.insertInto(DSL.table(DSL.name(op.table.value)))
.select(DSL.select().from(DSL.table(DSL.name(tempTable))))
),
DSL.commit(),
)
```
The rendered output is:
```sql
create procedure `block_1675704660492_2659647`()
modifies sql data
begin
start transaction;
drop temporary table if exists `has_no_pk_temp`;
create temporary table `has_no_pk_temp`
as
select *
from `Chinook`.`has_no_pk`
limit 0;
prepare s from 'insert into "has_no_pk_temp" (name, id) values (''qux'', 5), (''qux'', 5)';
execute s;
deallocate prepare s;
savepoint `post_insert_check`;
prepare s from 'insert into "Chinook"."has_no_pk" select * from "has_no_pk_temp"';
execute s;
deallocate prepare s;
commit;
end;
call `block_1675704660492_2659647`();
drop procedure `block_1675704660492_2659647`;
```
The quotes around `"has_no_pk_temp"` and `"Chinook"."has_no_pk"` cause the query to fail unfortunately =/
It runs if you change them to backticks
### Steps to reproduce the problem
See above
### jOOQ Version
3.18.0-SNAPSHOT Enterprise (`3.18.0-SNAPSHOT-20230128041848`)
### Database product and version
MySQL
### Java Version
_No response_
### OS Version
_No response_
### JDBC driver name and version (include name if unofficial driver)
_No response_ | 1.0 | DSL.execute() for dynamic procedural code uses invalid DSL.name() quoting for MySQL, causing errors - ### Expected behavior
In MySQL, backticks should be used with `DSL.name()`
### Actual behavior
Given the following:
```kt
DSL.begin(
DSL.startTransaction(),
DSL.dropTemporaryTableIfExists(tempTable),
DSL.createTemporaryTable(DSL.name(tempTable)).`as`(
DSL.select().from(DSL.name(op.table.value)).limit(0)
)
DSL.execute(
DSL.insertInto(DSL.table(DSL.name(tempTable)), columns.map { DSL.field(it) })
.apply {
op.rows.forEach { row ->
this.values(row.value.values.map { DSL.inline(it) })
}
},
),
DSL.execute(
DSL.insertInto(DSL.table(DSL.name(op.table.value)))
.select(DSL.select().from(DSL.table(DSL.name(tempTable))))
),
DSL.commit(),
)
```
The rendered output is:
```sql
create procedure `block_1675704660492_2659647`()
modifies sql data
begin
start transaction;
drop temporary table if exists `has_no_pk_temp`;
create temporary table `has_no_pk_temp`
as
select *
from `Chinook`.`has_no_pk`
limit 0;
prepare s from 'insert into "has_no_pk_temp" (name, id) values (''qux'', 5), (''qux'', 5)';
execute s;
deallocate prepare s;
savepoint `post_insert_check`;
prepare s from 'insert into "Chinook"."has_no_pk" select * from "has_no_pk_temp"';
execute s;
deallocate prepare s;
commit;
end;
call `block_1675704660492_2659647`();
drop procedure `block_1675704660492_2659647`;
```
The quotes around `"has_no_pk_temp"` and `"Chinook"."has_no_pk"` cause the query to fail unfortunately =/
It runs if you change them to backticks
### Steps to reproduce the problem
See above
### jOOQ Version
3.18.0-SNAPSHOT Enterprise (`3.18.0-SNAPSHOT-20230128041848`)
### Database product and version
MySQL
### Java Version
_No response_
### OS Version
_No response_
### JDBC driver name and version (include name if unofficial driver)
_No response_ | defect | dsl execute for dynamic procedural code uses invalid dsl name quoting for mysql causing errors expected behavior in mysql backticks should be used with dsl name actual behavior given the following kt dsl begin dsl starttransaction dsl droptemporarytableifexists temptable dsl createtemporarytable dsl name temptable as dsl select from dsl name op table value limit dsl execute dsl insertinto dsl table dsl name temptable columns map dsl field it apply op rows foreach row this values row value values map dsl inline it dsl execute dsl insertinto dsl table dsl name op table value select dsl select from dsl table dsl name temptable dsl commit the rendered output is sql create procedure block modifies sql data begin start transaction drop temporary table if exists has no pk temp create temporary table has no pk temp as select from chinook has no pk limit prepare s from insert into has no pk temp name id values qux qux execute s deallocate prepare s savepoint post insert check prepare s from insert into chinook has no pk select from has no pk temp execute s deallocate prepare s commit end call block drop procedure block the quotes around has no pk temp and chinook has no pk cause the query to fail unfortunately it runs if you change them to backticks steps to reproduce the problem see above jooq version snapshot enterprise snapshot database product and version mysql java version no response os version no response jdbc driver name and version include name if unofficial driver no response | 1 |
69,726 | 22,630,493,175 | IssuesEvent | 2022-06-30 14:17:32 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | In High Contrast, the search box's scroll buttons are not readable | T-Defect S-Tolerable Help Wanted A-Themes-Official O-Frequent good first issue Z-Labs A-New-Search-Experience | ### Steps to reproduce
1. Set "Use high contrast" in Settings -> Appearance
2. Enable "The new search" in labs
3. In a room, press Ctrl-K to launch the search box
### Outcome
#### What did you expect?
Something like the normal light theme:

(This is really nice, by the way)
#### What happened instead?
Buttons are not visible/readable

### Operating system
Ubuntu 21.10
### Browser information
Firefox 100.0
### URL for webapp
https://develop.element.io
### Application version
Element version: af609e35a3cc-react-36f2f3e2cef0-js-11cc2aca9dc1 Olm version: 3.2.8
### Homeserver
matrix.org
### Will you send logs?
No | 1.0 | In High Contrast, the search box's scroll buttons are not readable - ### Steps to reproduce
1. Set "Use high contrast" in Settings -> Appearance
2. Enable "The new search" in labs
3. In a room, press Ctrl-K to launch the search box
### Outcome
#### What did you expect?
Something like the normal light theme:

(This is really nice, by the way)
#### What happened instead?
Buttons are not visible/readable

### Operating system
Ubuntu 21.10
### Browser information
Firefox 100.0
### URL for webapp
https://develop.element.io
### Application version
Element version: af609e35a3cc-react-36f2f3e2cef0-js-11cc2aca9dc1 Olm version: 3.2.8
### Homeserver
matrix.org
### Will you send logs?
No | defect | in high contrast the search box s scroll buttons are not readable steps to reproduce set use high contrast in settings appearance enable the new search in labs in a room press ctrl k to launch the search box outcome what did you expect something like the normal light theme this is really nice by the way what happened instead buttons are not visible readable operating system ubuntu browser information firefox url for webapp application version element version react js olm version homeserver matrix org will you send logs no | 1 |
34,968 | 7,488,599,552 | IssuesEvent | 2018-04-06 02:26:29 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | notEmpty validation rule not working | Defect Need more information validation | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3-5-12
Based on the Cakephp3 tutorial. When using the ArticlesTable.php, when I make 'title = null', the notEmpty validator does not work and the data (with 'title = null') is saved to the database.
```
// In ArticlesController.php
public function add() {
$article = $this->Articles->newEntity();
if ($this->request->is('post')) {
$article = $this->Articles->patchEntity($article, $this->request->getData());
unset( $article->title );
// Hardcoding the user_id is temporary, and will be removed later
// when we build authentication out.
$article->user_id = 1;
if ($this->Articles->save($article)) {
$this->Flash->success(__('Your article has been saved.'));
return $this->redirect(['action' => 'index']);
}
$this->Flash->error(__('Unable to add your article.'));
}
$this->set('article', $article);
}
```
```
// In ArticlesTable.php
public function validationDefault(Validator $validator) {
$validator
->notEmpty('title' , 'Title empty' )
return $validator;
}
```
| 1.0 | notEmpty validation rule not working - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3-5-12
Based on the Cakephp3 tutorial. When using the ArticlesTable.php, when I make 'title = null', the notEmpty validator does not work and the data (with 'title = null') is saved to the database.
```
// In ArticlesController.php
public function add() {
$article = $this->Articles->newEntity();
if ($this->request->is('post')) {
$article = $this->Articles->patchEntity($article, $this->request->getData());
unset( $article->title );
// Hardcoding the user_id is temporary, and will be removed later
// when we build authentication out.
$article->user_id = 1;
if ($this->Articles->save($article)) {
$this->Flash->success(__('Your article has been saved.'));
return $this->redirect(['action' => 'index']);
}
$this->Flash->error(__('Unable to add your article.'));
}
$this->set('article', $article);
}
```
```
// In ArticlesTable.php
public function validationDefault(Validator $validator) {
$validator
->notEmpty('title' , 'Title empty' )
return $validator;
}
```
| defect | notempty validation rule not working this is a multiple allowed bug enhancement feature discussion rfc cakephp version based on the tutorial when using the articlestable php when i make title null the notempty validator does not work and the data with title null is saved to the database in articlescontroller php public function add article this articles newentity if this request is post article this articles patchentity article this request getdata unset article title hardcoding the user id is temporary and will be removed later when we build authentication out article user id if this articles save article this flash success your article has been saved return this redirect this flash error unable to add your article this set article article in articlestable php public function validationdefault validator validator validator notempty title title empty return validator | 1 |
144,096 | 13,096,044,966 | IssuesEvent | 2020-08-03 15:03:43 | anton-liauchuk/educational-platform | https://api.github.com/repos/anton-liauchuk/educational-platform | opened | Update documentation | documentation | 1. license;
2. contribution guideline;
3. extend project documentation; | 1.0 | Update documentation - 1. license;
2. contribution guideline;
3. extend project documentation; | non_defect | update documentation license contribution guideline extend project documentation | 0 |
13,648 | 23,476,820,331 | IssuesEvent | 2022-08-17 06:59:33 | BrightSpots/rcv | https://api.github.com/repos/BrightSpots/rcv | closed | "exhaust if multiple continuing" not working properly | bug v1.3.0 requirement | From NY testing:
*Expected Behavior:*
When using a CSV that contains one or more CVRs with overvotes in the first rank; where 3 or more candidates are selected within a single selection. When only one candidate has been eliminated during the first round, this will leave the remaining two more remaining candidates within the overvote as active and eligible. The system will thus consider these CVR selections as exhausted immediately and are tabulated as inactive.
*Observed Behavior:*
Within an overvoted contest when one candidate was eliminated and the remaining two or more candidates are eligible within the contest still. The system would count the votes towards one of these candidates instead of immediately exhausting the CVR record.
Short term: document this bug.
Next release: fix it. | 1.0 | "exhaust if multiple continuing" not working properly - From NY testing:
*Expected Behavior:*
When using a CSV that contains one or more CVRs with overvotes in the first rank; where 3 or more candidates are selected within a single selection. When only one candidate has been eliminated during the first round, this will leave the remaining two more remaining candidates within the overvote as active and eligible. The system will thus consider these CVR selections as exhausted immediately and are tabulated as inactive.
*Observed Behavior:*
Within an overvoted contest when one candidate was eliminated and the remaining two or more candidates are eligible within the contest still. The system would count the votes towards one of these candidates instead of immediately exhausting the CVR record.
Short term: document this bug.
Next release: fix it. | non_defect | exhaust if multiple continuing not working properly from ny testing expected behavior when using a csv that contains one or more cvrs with overvotes in the first rank where or more candidates are selected within a single selection when only one candidate has been eliminated during the first round this will leave the remaining two more remaining candidates within the overvote as active and eligible the system will thus consider these cvr selections as exhausted immediately and are tabulated as inactive observed behavior within an overvoted contest when one candidate was eliminated and the remaining two or more candidates are eligible within the contest still the system would count the votes towards one of these candidates instead of immediately exhausting the cvr record short term document this bug next release fix it | 0 |
40,276 | 9,941,026,234 | IssuesEvent | 2019-07-03 10:31:34 | OpenMS/OpenMS | https://api.github.com/repos/OpenMS/OpenMS | closed | mzML DataProcessing section might be inconsistent between inmemory vs. lowmem PeakPicking | defect minor wontfix | if spectra carry additional floatData Arrays, then the inmemory mzML handler will write a dataProcessing section like
```
+ <dataProcessing id="dp_sp_0_bi_0">
+ <processingMethod order="0" softwareRef="so_default">
+ <cvParam cvRef="MS" accession="MS:1000544" name="Conversion to mzML" />
+ <userParam name="warning" type="xsd:string" value="fictional processing method used to fulfill format requirements" />
+ </processingMethod>
+ </dataProcessing>
+ <dataProcessing id="dp_sp_4_bi_0">
+ <processingMethod order="0" softwareRef="so_default">
+ <cvParam cvRef="MS" accession="MS:1000544" name="Conversion to mzML" />
+ <userParam name="warning" type="xsd:string" value="fictional processing method used to fulfill format requirements" />
+ </processingMethod>
+ </dataProcessing>
```
whereas the lowmem counterpart will only write the first DP (since it does not know about the arrays of upcoming spectra).
first seen in #2082
| 1.0 | mzML DataProcessing section might be inconsistent between inmemory vs. lowmem PeakPicking - if spectra carry additional floatData Arrays, then the inmemory mzML handler will write a dataProcessing section like
```
+ <dataProcessing id="dp_sp_0_bi_0">
+ <processingMethod order="0" softwareRef="so_default">
+ <cvParam cvRef="MS" accession="MS:1000544" name="Conversion to mzML" />
+ <userParam name="warning" type="xsd:string" value="fictional processing method used to fulfill format requirements" />
+ </processingMethod>
+ </dataProcessing>
+ <dataProcessing id="dp_sp_4_bi_0">
+ <processingMethod order="0" softwareRef="so_default">
+ <cvParam cvRef="MS" accession="MS:1000544" name="Conversion to mzML" />
+ <userParam name="warning" type="xsd:string" value="fictional processing method used to fulfill format requirements" />
+ </processingMethod>
+ </dataProcessing>
```
whereas the lowmem counterpart will only write the first DP (since it does not know about the arrays of upcoming spectra).
first seen in #2082
| defect | mzml dataprocessing section might be inconsistent between inmemory vs lowmem peakpicking if spectra carry additional floatdata arrays then the inmemory mzml handler will write a dataprocessing section like whereas the lowmem counterpart will only write the first dp since it does not know about the arrays of upcoming spectra first seen in | 1 |
14,990 | 2,834,433,439 | IssuesEvent | 2015-05-26 04:38:57 | ibus/ibus | https://api.github.com/repos/ibus/ibus | closed | missing words (kanji) ibus-anthy | Component-ibus-anthy Priority-Medium Type-Defect | ```
Hello,
With the last ibus-anthy 1.2.1,I'm on mandriva 2010.1 and last Slackware, the lake
kanji is missing : みずうみ it's impossible to change to the right kanji it shows 実ず海.
えらばれました impossible to change to the 選 kanji.選ばれる the jisho form works fine. the masu
form doesn't work.
thanks a lot for your reading and hope it will be fixed soon.
```
Original issue reported on code.google.com by `pierrot_les_petits_pieds_jp@yahoo.co.jp` on 2010-09-23 16:13:00 | 1.0 | missing words (kanji) ibus-anthy - ```
Hello,
With the last ibus-anthy 1.2.1,I'm on mandriva 2010.1 and last Slackware, the lake
kanji is missing : みずうみ it's impossible to change to the right kanji it shows 実ず海.
えらばれました impossible to change to the 選 kanji.選ばれる the jisho form works fine. the masu
form doesn't work.
thanks a lot for your reading and hope it will be fixed soon.
```
Original issue reported on code.google.com by `pierrot_les_petits_pieds_jp@yahoo.co.jp` on 2010-09-23 16:13:00 | defect | missing words kanji ibus anthy hello with the last ibus anthy i m on mandriva and last slackware the lake kanji is missing みずうみ it s impossible to change to the right kanji it shows 実ず海 えらばれました impossible to change to the 選 kanji 選ばれる the jisho form works fine the masu form doesn t work thanks a lot for your reading and hope it will be fixed soon original issue reported on code google com by pierrot les petits pieds jp yahoo co jp on | 1 |
80,141 | 30,035,613,323 | IssuesEvent | 2023-06-27 12:34:45 | apache/jmeter | https://api.github.com/repos/apache/jmeter | closed | After disabling the Java Request sampler, it cannot be enabled again. | defect | ### Expected behavior
In version 5.6 of jmeter, I used a java request sampler in my script. When I disable a Java request sampler and enable it again, the GUI page displays successful activation. When I click on other components, it automatically sets it to disabled status.
In jmeter version 5.5, this phenomenon was not replicated.
### Actual behavior
I am using org. apache. jmeter. protocol. java. test. JavaTest, and this issue also exists when I switch to my own customized Java sample request.
### Steps to reproduce the problem
in Thread Group disable Java Request1

enable again Java Request1 , GUI display enabled successfully.

When I click on other requests, it automatically switches to a disabled state.

### JMeter Version
5.6
### Java Version
sun jdk version 1.8.0_201
### OS Version
Microsoft Windows [版本 10.0.22621.1848] | 1.0 | After disabling the Java Request sampler, it cannot be enabled again. - ### Expected behavior
In version 5.6 of jmeter, I used a java request sampler in my script. When I disable a Java request sampler and enable it again, the GUI page displays successful activation. When I click on other components, it automatically sets it to disabled status.
In jmeter version 5.5, this phenomenon was not replicated.
### Actual behavior
I am using org. apache. jmeter. protocol. java. test. JavaTest, and this issue also exists when I switch to my own customized Java sample request.
### Steps to reproduce the problem
in Thread Group disable Java Request1

enable again Java Request1 , GUI display enabled successfully.

When I click on other requests, it automatically switches to a disabled state.

### JMeter Version
5.6
### Java Version
sun jdk version 1.8.0_201
### OS Version
Microsoft Windows [版本 10.0.22621.1848] | defect | after disabling the java request sampler it cannot be enabled again expected behavior in version of jmeter i used a java request sampler in my script when i disable a java request sampler and enable it again the gui page displays successful activation when i click on other components it automatically sets it to disabled status in jmeter version this phenomenon was not replicated actual behavior i am using org apache jmeter protocol java test javatest and this issue also exists when i switch to my own customized java sample request steps to reproduce the problem in thread group disable java enable again java gui display enabled successfully when i click on other requests it automatically switches to a disabled state jmeter version java version sun jdk version os version microsoft windows | 1 |
50,551 | 13,187,576,552 | IssuesEvent | 2020-08-13 03:52:09 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | genie - not found in I3_PORTS when SYSTEM_PACKAGES=ON (Trac #931) | Migrated from Trac cmake defect |
<details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/931
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:45",
"description": "",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"_ts": "1550067105393059",
"component": "cmake",
"summary": "genie - not found in I3_PORTS when SYSTEM_PACKAGES=ON",
"priority": "normal",
"keywords": "",
"time": "2015-04-14T19:54:06",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| 1.0 | genie - not found in I3_PORTS when SYSTEM_PACKAGES=ON (Trac #931) -
<details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/931
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:45",
"description": "",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"_ts": "1550067105393059",
"component": "cmake",
"summary": "genie - not found in I3_PORTS when SYSTEM_PACKAGES=ON",
"priority": "normal",
"keywords": "",
"time": "2015-04-14T19:54:06",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| defect | genie not found in ports when system packages on trac migrated from reported by nega and owned by nega json status closed changetime description reporter nega cc resolution fixed ts component cmake summary genie not found in ports when system packages on priority normal keywords time milestone owner nega type defect | 1 |
27,612 | 5,053,139,500 | IssuesEvent | 2016-12-21 06:36:03 | open-psa/mef | https://api.github.com/repos/open-psa/mef | opened | Incorrect formula for Histogram distribution expected value | defect fault-tree wording | The formula looks very wrong.
Moreover, the description seems to assume normalized weights
and discusses weights in a non-conventional way (E_i vs w_i).
Density Prob. Distributions and Discrete Prob. Distributions are confusingly mixed-up. | 1.0 | Incorrect formula for Histogram distribution expected value - The formula looks very wrong.
Moreover, the description seems to assume normalized weights
and discusses weights in a non-conventional way (E_i vs w_i).
Density Prob. Distributions and Discrete Prob. Distributions are confusingly mixed-up. | defect | incorrect formula for histogram distribution expected value the formula looks very wrong moreover the description seems to assume normalized weights and discusses weights in a non conventional way e i vs w i density prob distributions and discrete prob distributions are confusingly mixed up | 1 |
11,690 | 3,014,823,257 | IssuesEvent | 2015-07-29 16:33:02 | webpush-wg/webpush-protocol | https://api.github.com/repos/webpush-wg/webpush-protocol | opened | Acknowledging Acknowledgements | acknowledgements design | As [captured] (https://www.ietf.org/proceedings/93/minutes/minutes-93-webpush) in the IETF 93 meeting minutes:
*Discussion about whether acknowledgement is needed for acknowledgement itself need to be discussed further. The feeling of the room was relatively strong inclination not to do this.*
@dandruta did request support for the feature. | 1.0 | Acknowledging Acknowledgements - As [captured] (https://www.ietf.org/proceedings/93/minutes/minutes-93-webpush) in the IETF 93 meeting minutes:
*Discussion about whether acknowledgement is needed for acknowledgement itself need to be discussed further. The feeling of the room was relatively strong inclination not to do this.*
@dandruta did request support for the feature. | non_defect | acknowledging acknowledgements as in the ietf meeting minutes discussion about whether acknowledgement is needed for acknowledgement itself need to be discussed further the feeling of the room was relatively strong inclination not to do this dandruta did request support for the feature | 0 |
156,442 | 19,861,843,479 | IssuesEvent | 2022-01-22 01:14:27 | JMD60260/kitkatclub | https://api.github.com/repos/JMD60260/kitkatclub | opened | CVE-2020-8166 (Medium) detected in actionpack-5.2.3.gem | security vulnerability | ## CVE-2020-8166 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.2.3.gem</b></p></summary>
<p>Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.</p>
<p>Library home page: <a href="https://rubygems.org/gems/actionpack-5.2.3.gem">https://rubygems.org/gems/actionpack-5.2.3.gem</a></p>
<p>Path to dependency file: /Gemfile.lock</p>
<p>Path to vulnerable library: /var/lib/gems/2.5.0/cache/actionpack-5.2.3.gem</p>
<p>
Dependency Hierarchy:
- coffee-rails-4.2.2.gem (Root Library)
- railties-5.2.3.gem
- :x: **actionpack-5.2.3.gem** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A CSRF forgery vulnerability exists in rails < 5.2.5, rails < 6.0.4 that makes it possible for an attacker to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token.
<p>Publish Date: 2020-07-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8166>CVE-2020-8166</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-jp5v-5gx4-jmj9">https://github.com/advisories/GHSA-jp5v-5gx4-jmj9</a></p>
<p>Release Date: 2020-07-02</p>
<p>Fix Resolution: 5.2.4.3,6.0.3.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2020-8166 (Medium) detected in actionpack-5.2.3.gem - ## CVE-2020-8166 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>actionpack-5.2.3.gem</b></p></summary>
<p>Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.</p>
<p>Library home page: <a href="https://rubygems.org/gems/actionpack-5.2.3.gem">https://rubygems.org/gems/actionpack-5.2.3.gem</a></p>
<p>Path to dependency file: /Gemfile.lock</p>
<p>Path to vulnerable library: /var/lib/gems/2.5.0/cache/actionpack-5.2.3.gem</p>
<p>
Dependency Hierarchy:
- coffee-rails-4.2.2.gem (Root Library)
- railties-5.2.3.gem
- :x: **actionpack-5.2.3.gem** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A CSRF forgery vulnerability exists in rails < 5.2.5, rails < 6.0.4 that makes it possible for an attacker to, given a global CSRF token such as the one present in the authenticity_token meta tag, forge a per-form CSRF token.
<p>Publish Date: 2020-07-02
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8166>CVE-2020-8166</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-jp5v-5gx4-jmj9">https://github.com/advisories/GHSA-jp5v-5gx4-jmj9</a></p>
<p>Release Date: 2020-07-02</p>
<p>Fix Resolution: 5.2.4.3,6.0.3.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in actionpack gem cve medium severity vulnerability vulnerable library actionpack gem web apps on rails simple battle tested conventions for building and testing mvc web applications works with any rack compatible server library home page a href path to dependency file gemfile lock path to vulnerable library var lib gems cache actionpack gem dependency hierarchy coffee rails gem root library railties gem x actionpack gem vulnerable library vulnerability details a csrf forgery vulnerability exists in rails rails that makes it possible for an attacker to given a global csrf token such as the one present in the authenticity token meta tag forge a per form csrf token publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
62,154 | 17,023,861,468 | IssuesEvent | 2021-07-03 04:14:08 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Changeset page generates links with incorrect lon=NaN parameter. | Component: website Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 10.04am, Thursday, 25th April 2013]**
When viewing a changeset, the View/Edit/Export tabs generates links with incorrect lon=NaN parameter.
eg
1) go to http://www.openstreetmap.org/browse/changeset/15852015
2) View tab links to http://www.openstreetmap.org/?lat=15.07803&lon=NaN&zoom=16 | 1.0 | Changeset page generates links with incorrect lon=NaN parameter. - **[Submitted to the original trac issue database at 10.04am, Thursday, 25th April 2013]**
When viewing a changeset, the View/Edit/Export tabs generates links with incorrect lon=NaN parameter.
eg
1) go to http://www.openstreetmap.org/browse/changeset/15852015
2) View tab links to http://www.openstreetmap.org/?lat=15.07803&lon=NaN&zoom=16 | defect | changeset page generates links with incorrect lon nan parameter when viewing a changeset the view edit export tabs generates links with incorrect lon nan parameter eg go to view tab links to | 1 |
10,828 | 2,622,192,273 | IssuesEvent | 2015-03-04 00:23:37 | byzhang/cudpp | https://api.github.com/repos/byzhang/cudpp | closed | build error when i choose the StaticLib_Release configuration | auto-migrated Milestone-Release2.0 Priority-Medium Type-Defect | ```
We're switching to CMake in CUDPP 2.0, which fixes these issues, so I'm closing
this.
```
Original issue reported on code.google.com by `yaoya...@gmail.com` on 8 Jul 2011 at 8:44 | 1.0 | build error when i choose the StaticLib_Release configuration - ```
We're switching to CMake in CUDPP 2.0, which fixes these issues, so I'm closing
this.
```
Original issue reported on code.google.com by `yaoya...@gmail.com` on 8 Jul 2011 at 8:44 | defect | build error when i choose the staticlib release configuration we re switching to cmake in cudpp which fixes these issues so i m closing this original issue reported on code google com by yaoya gmail com on jul at | 1 |
64,628 | 18,771,526,436 | IssuesEvent | 2021-11-06 23:06:57 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | Calendar throws exception when have the onViewDateChange property | defect | **Hi, I cannot use Calendar with the onViewDateChange property. An exception is immediately thrown.**
```
[x] bug report
```
**Current behavior**
TypeError: Cannot read property 'getMonth' of null
Calendar.renderDateView
C:/Dev/RE_Project/Frontier-Risk-Web/node_modules/primereact/calendar/calendar.esm.js:3124
3121 | key: "renderDateView",
3122 | value: function renderDateView() {
3123 | var viewDate = this.getViewDate();
> 3124 | var monthsMetaData = this.createMonths(viewDate.getMonth(), viewDate.getFullYear());
| ^ 3125 | var months = this.renderMonths(monthsMetaData);
3126 | return /*#__PURE__*/React.createElement(React.Fragment, null, months);
3127 | }
**Expected behavior**
No Exception
**Minimal reproduction of the problem with instructions**
<Calendar onViewDateChange={() => {}} />
* **React version:**
v16.13.1
* **PrimeReact version:**
v6.5.1
* **Browser:** [Chrome]
* **Language:** [all]
| 1.0 | Calendar throws exception when have the onViewDateChange property - **Hi, I cannot use Calendar with the onViewDateChange property. An exception is immediately thrown.**
```
[x] bug report
```
**Current behavior**
TypeError: Cannot read property 'getMonth' of null
Calendar.renderDateView
C:/Dev/RE_Project/Frontier-Risk-Web/node_modules/primereact/calendar/calendar.esm.js:3124
3121 | key: "renderDateView",
3122 | value: function renderDateView() {
3123 | var viewDate = this.getViewDate();
> 3124 | var monthsMetaData = this.createMonths(viewDate.getMonth(), viewDate.getFullYear());
| ^ 3125 | var months = this.renderMonths(monthsMetaData);
3126 | return /*#__PURE__*/React.createElement(React.Fragment, null, months);
3127 | }
**Expected behavior**
No Exception
**Minimal reproduction of the problem with instructions**
<Calendar onViewDateChange={() => {}} />
* **React version:**
v16.13.1
* **PrimeReact version:**
v6.5.1
* **Browser:** [Chrome]
* **Language:** [all]
| defect | calendar throws exception when have the onviewdatechange property hi i cannot use calendar with the onviewdatechange property an exception is immediately thrown bug report current behavior typeerror cannot read property getmonth of null calendar renderdateview c dev re project frontier risk web node modules primereact calendar calendar esm js key renderdateview value function renderdateview var viewdate this getviewdate var monthsmetadata this createmonths viewdate getmonth viewdate getfullyear var months this rendermonths monthsmetadata return pure react createelement react fragment null months expected behavior no exception minimal reproduction of the problem with instructions react version primereact version browser language | 1 |
32,685 | 6,892,989,815 | IssuesEvent | 2017-11-23 00:05:09 | cakephp/bake | https://api.github.com/repos/cakephp/bake | closed | Prefix duplicated for tests | Defect | When running "cake bake all Posts" with `--prefix admin`
the tests somehow end up in
/tests/TestCase/Controller/Admin/Admin/PostsControllerTest.php
Expected would be
/tests/TestCase/Controller/Admin/PostsControllerTest.php | 1.0 | Prefix duplicated for tests - When running "cake bake all Posts" with `--prefix admin`
the tests somehow end up in
/tests/TestCase/Controller/Admin/Admin/PostsControllerTest.php
Expected would be
/tests/TestCase/Controller/Admin/PostsControllerTest.php | defect | prefix duplicated for tests when running cake bake all posts with prefix admin the tests somehow end up in tests testcase controller admin admin postscontrollertest php expected would be tests testcase controller admin postscontrollertest php | 1 |
217,793 | 16,738,171,679 | IssuesEvent | 2021-06-11 06:20:28 | timescale/docs | https://api.github.com/repos/timescale/docs | closed | [Content Bug] Run_job link does not work in the Compression how-to guide | bug documentation | # Describe the bug
The link to "run_job" gives a not found error.
## What do the docs say now?
old link: https://docs.timescale.com/api/latest/actions-and-automation/run_job/
## What should the docs say?
new link: https://docs.timescale.com/api/latest/actions/run_job/
# Page affected
https://docs.timescale.com/timescaledb/latest/how-to-guides/compression/backfill-historical-data/##manually-decompressing-chunks-for-backfill
# Version affected
latest
# Subject matter expert (SME)
[If known, who is a good person to ask about this topic]
# Screenshots

# Any further info
[Anything else you want to add, or further links]
| 1.0 | [Content Bug] Run_job link does not work in the Compression how-to guide - # Describe the bug
The link to "run_job" gives a not found error.
## What do the docs say now?
old link: https://docs.timescale.com/api/latest/actions-and-automation/run_job/
## What should the docs say?
new link: https://docs.timescale.com/api/latest/actions/run_job/
# Page affected
https://docs.timescale.com/timescaledb/latest/how-to-guides/compression/backfill-historical-data/##manually-decompressing-chunks-for-backfill
# Version affected
latest
# Subject matter expert (SME)
[If known, who is a good person to ask about this topic]
# Screenshots

# Any further info
[Anything else you want to add, or further links]
| non_defect | run job link does not work in the compression how to guide describe the bug the link to run job gives a not found error what do the docs say now old link what should the docs say new link page affected version affected latest subject matter expert sme screenshots any further info | 0 |
11,059 | 8,893,649,031 | IssuesEvent | 2019-01-16 00:18:34 | ImpressCMS/impresscms | https://api.github.com/repos/ImpressCMS/impresscms | opened | Version and latest date should be automatically updated on Wikipedia after each release | infrastructure | Maybe we should look into how to [create wikipedia bot](https://en.wikipedia.org/wiki/Help:Creating_a_bot)? Or maybe there are some tools for that? In any case this would be good, because automation is always a good thing. | 1.0 | Version and latest date should be automatically updated on Wikipedia after each release - Maybe we should look into how to [create wikipedia bot](https://en.wikipedia.org/wiki/Help:Creating_a_bot)? Or maybe there are some tools for that? In any case this would be good, because automation is always a good thing. | non_defect | version and latest date should be automatically updated on wikipedia after each release maybe we should look into how to or maybe there are some tools for that in any case this would be good because automation is always a good thing | 0 |
275,310 | 30,226,356,825 | IssuesEvent | 2023-07-06 01:04:51 | billmcchesney1/terraform-provider-restapi | https://api.github.com/repos/billmcchesney1/terraform-provider-restapi | closed | CVE-2022-29526 (Medium) detected in github.com/golang/sys-v0.0.0-20190302025430-12036c158aa7 - autoclosed | Mend: dependency security vulnerability | ## CVE-2022-29526 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/sys-v0.0.0-20190302025430-12036c158aa7</b></p></summary>
<p>[mirror] Go packages for low-level interaction with the operating system</p>
<p>Library home page: <a href="https://proxy.golang.org/github.com/golang/sys/@v/v0.0.0-20190302025430-12036c158aa7.zip">https://proxy.golang.org/github.com/golang/sys/@v/v0.0.0-20190302025430-12036c158aa7.zip</a></p>
<p>
Dependency Hierarchy:
- github.com/hashicorp/terraform-v0.12.0-beta2 (Root Library)
- github.com/mitchellh/cli-v1.0.0
- github.com/mattn/go-isatty-v0.0.5
- :x: **github.com/golang/sys-v0.0.0-20190302025430-12036c158aa7** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/terraform-provider-restapi/commit/f7fe51cfc9cb28df7c91cd678cb98694031e1c0a">f7fe51cfc9cb28df7c91cd678cb98694031e1c0a</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
Go before 1.17.10 and 1.18.x before 1.18.2 has Incorrect Privilege Assignment. When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is accessible.
<p>Publish Date: 2022-06-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-29526>CVE-2022-29526</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://security-tracker.debian.org/tracker/CVE-2022-29526">https://security-tracker.debian.org/tracker/CVE-2022-29526</a></p>
<p>Release Date: 2022-06-23</p>
<p>Fix Resolution: go1.17.10,go1.18.2,go1.19</p>
</p>
</details>
<p></p>
| True | CVE-2022-29526 (Medium) detected in github.com/golang/sys-v0.0.0-20190302025430-12036c158aa7 - autoclosed - ## CVE-2022-29526 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/sys-v0.0.0-20190302025430-12036c158aa7</b></p></summary>
<p>[mirror] Go packages for low-level interaction with the operating system</p>
<p>Library home page: <a href="https://proxy.golang.org/github.com/golang/sys/@v/v0.0.0-20190302025430-12036c158aa7.zip">https://proxy.golang.org/github.com/golang/sys/@v/v0.0.0-20190302025430-12036c158aa7.zip</a></p>
<p>
Dependency Hierarchy:
- github.com/hashicorp/terraform-v0.12.0-beta2 (Root Library)
- github.com/mitchellh/cli-v1.0.0
- github.com/mattn/go-isatty-v0.0.5
- :x: **github.com/golang/sys-v0.0.0-20190302025430-12036c158aa7** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/billmcchesney1/terraform-provider-restapi/commit/f7fe51cfc9cb28df7c91cd678cb98694031e1c0a">f7fe51cfc9cb28df7c91cd678cb98694031e1c0a</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
Go before 1.17.10 and 1.18.x before 1.18.2 has Incorrect Privilege Assignment. When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is accessible.
<p>Publish Date: 2022-06-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-29526>CVE-2022-29526</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://security-tracker.debian.org/tracker/CVE-2022-29526">https://security-tracker.debian.org/tracker/CVE-2022-29526</a></p>
<p>Release Date: 2022-06-23</p>
<p>Fix Resolution: go1.17.10,go1.18.2,go1.19</p>
</p>
</details>
<p></p>
| non_defect | cve medium detected in github com golang sys autoclosed cve medium severity vulnerability vulnerable library github com golang sys go packages for low level interaction with the operating system library home page a href dependency hierarchy github com hashicorp terraform root library github com mitchellh cli github com mattn go isatty x github com golang sys vulnerable library found in head commit a href found in base branch master vulnerability details go before and x before has incorrect privilege assignment when called with a non zero flags parameter the faccessat function could incorrectly report that a file is accessible publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution | 0 |
619,749 | 19,533,837,718 | IssuesEvent | 2021-12-30 23:38:31 | Slicer/Slicer | https://api.github.com/repos/Slicer/Slicer | opened | Support configuring Slicer from a source archive | type:enhancement priority:low | ## Is your feature request related to a problem? Please describe.
Attempting to build Slicer from an archive of the source (instead of git repository) will fail with the following error:
```
CMake Error: Slicer_MAIN_PROJECT_WC_REVISION is mandatory
```
reported by checks implemented in https://github.com/Slicer/Slicer/blob/3de75b9c4c6f3ee9a1e5da17059b9f11517e16ab/CMake/SlicerConfigureVersionHeaderTarget.cmake#L129-L151
## Describe the solution you'd like
Configuring from a directory not managed by version control should not fail.
Archive created from a source tree managed by version control should include hard-coded revision metadata.
## Describe alternatives you've considered
Only support configuring from a source tree managed by version control.
## Additional context
NA
| 1.0 | Support configuring Slicer from a source archive - ## Is your feature request related to a problem? Please describe.
Attempting to build Slicer from an archive of the source (instead of git repository) will fail with the following error:
```
CMake Error: Slicer_MAIN_PROJECT_WC_REVISION is mandatory
```
reported by checks implemented in https://github.com/Slicer/Slicer/blob/3de75b9c4c6f3ee9a1e5da17059b9f11517e16ab/CMake/SlicerConfigureVersionHeaderTarget.cmake#L129-L151
## Describe the solution you'd like
Configuring from a directory not managed by version control should not fail.
Archive created from a source tree managed by version control should include hard-coded revision metadata.
## Describe alternatives you've considered
Only support configuring from a source tree managed by version control.
## Additional context
NA
| non_defect | support configuring slicer from a source archive is your feature request related to a problem please describe attempting to build slicer from an archive of the source instead of git repository will fail with the following error cmake error slicer main project wc revision is mandatory reported by checks implemented in describe the solution you d like configuring from a directory not managed by version control should not fail archive created from a source tree managed by version control should include hard coded revision metadata describe alternatives you ve considered only support configuring from a source tree managed by version control additional context na | 0 |
113,955 | 17,173,953,090 | IssuesEvent | 2021-07-15 09:04:39 | lukebroganws/WebGoat | https://api.github.com/repos/lukebroganws/WebGoat | opened | CVE-2019-11358 (Medium) detected in jquery-2.1.4.min.js, jquery-1.10.2.min.js | security vulnerability | ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-1.10.2.min.js</b></p></summary>
<p>
<details><summary><b>jquery-2.1.4.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p>
<p>Path to vulnerable library: WebGoat/webgoat-container/src/main/resources/static/js/libs/jquery-2.1.4.min.js,WebGoat/webgoat-container/target/classes/static/js/libs/jquery-2.1.4.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.1.4.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.10.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js</a></p>
<p>Path to vulnerable library: WebGoat/webgoat-container/target/classes/static/js/jquery/jquery-1.10.2.min.js,WebGoat/webgoat-container/src/main/resources/static/js/jquery/jquery-1.10.2.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.10.2.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/lukebroganws/WebGoat/commit/b2022112dd30124cae6978a00eb676d7dc031808">b2022112dd30124cae6978a00eb676d7dc031808</a></p>
<p>Found in base branch: <b>develop</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.10.2","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"jquery:1.10.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"}],"baseBranches":["develop"],"vulnerabilityIdentifier":"CVE-2019-11358","vulnerabilityDetails":"jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | True | CVE-2019-11358 (Medium) detected in jquery-2.1.4.min.js, jquery-1.10.2.min.js - ## CVE-2019-11358 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.4.min.js</b>, <b>jquery-1.10.2.min.js</b></p></summary>
<p>
<details><summary><b>jquery-2.1.4.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js</a></p>
<p>Path to vulnerable library: WebGoat/webgoat-container/src/main/resources/static/js/libs/jquery-2.1.4.min.js,WebGoat/webgoat-container/target/classes/static/js/libs/jquery-2.1.4.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-2.1.4.min.js** (Vulnerable Library)
</details>
<details><summary><b>jquery-1.10.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js</a></p>
<p>Path to vulnerable library: WebGoat/webgoat-container/target/classes/static/js/jquery/jquery-1.10.2.min.js,WebGoat/webgoat-container/src/main/resources/static/js/jquery/jquery-1.10.2.min.js</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.10.2.min.js** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/lukebroganws/WebGoat/commit/b2022112dd30124cae6978a00eb676d7dc031808">b2022112dd30124cae6978a00eb676d7dc031808</a></p>
<p>Found in base branch: <b>develop</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.
<p>Publish Date: 2019-04-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358>CVE-2019-11358</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11358</a></p>
<p>Release Date: 2019-04-20</p>
<p>Fix Resolution: 3.4.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"JavaScript","packageName":"jquery","packageVersion":"2.1.4","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"jquery:2.1.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"},{"packageType":"JavaScript","packageName":"jquery","packageVersion":"1.10.2","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"jquery:1.10.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"3.4.0"}],"baseBranches":["develop"],"vulnerabilityIdentifier":"CVE-2019-11358","vulnerabilityDetails":"jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-11358","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | non_defect | cve medium detected in jquery min js jquery min js cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to vulnerable library webgoat webgoat container src main resources static js libs jquery min js webgoat webgoat container target classes static js libs jquery min js dependency hierarchy x jquery min js vulnerable library jquery min js javascript library for dom operations library home page a href path to vulnerable library webgoat webgoat container target classes static js jquery jquery min js webgoat webgoat container src main resources static js jquery jquery min js dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch develop vulnerability details jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree jquery isminimumfixversionavailable true minimumfixversion packagetype javascript packagename jquery packageversion packagefilepaths istransitivedependency false dependencytree jquery isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails jquery before as used in drupal backdrop cms and other products mishandles jquery extend true because of object prototype pollution if an unsanitized source object contained an enumerable proto property it could extend the native object prototype vulnerabilityurl | 0 |
1,300 | 2,603,751,014 | IssuesEvent | 2015-02-24 17:44:05 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | closed | Problems with modules OnUnitDestroy and onUnitHide | auto-migrated Priority-High Type-Defect Usability | ```
What steps will reproduce the problem?
Killing a unit (my or enemy's), while OnUnitDestroy and onUnitHide are set
to print a text message
What is the expected output? What do you see instead?
1. It seems that OnUnitDestroy isn't called, when a unit dies. (no output
on the screen)
2. onUnitHide works well, when enemy unit hides, but when something dies,
it outputs "A Unknown [xxxxxxx] was last seen at 100000,100002". (xxxxxx is
random string, everything else is the same).
What version of the product are you using? On what operating system?
BWAPI r2108 with BWTA r133 (I got the latest sources and compiled them).
Please provide any additional information below.
I tried with the initial ExampleAiModule (without any improvements), but
the same happens. I think, that in BWAPI 2.6.1 (which can be downloaded)
this problem doesn't exists.
Here are the modules (the same happens without "if (!Broodwar->isReplay())")
void ExampleAIModule::onUnitDestroy(BWAPI::Unit* unit)
{
if (!Broodwar->isReplay())
Broodwar->sendText("A %s [%x] has been destroyed at
(%d,%d)",unit->getType().getName().c_str(),unit,unit->getPosition().x(),unit->ge
tPosition().y());
}
void ExampleAIModule::onUnitHide(BWAPI::Unit* unit)
{
if (!Broodwar->isReplay())
Broodwar->sendText("A %s [%x] was last seen at
(%d,%d)",unit->getType().getName().c_str(),unit,unit->getPosition().x(),unit->ge
tPosition().y());
}
```
-----
Original issue reported on code.google.com by `Nuclear...@gmail.com` on 4 Mar 2010 at 10:44 | 1.0 | Problems with modules OnUnitDestroy and onUnitHide - ```
What steps will reproduce the problem?
Killing a unit (my or enemy's), while OnUnitDestroy and onUnitHide are set
to print a text message
What is the expected output? What do you see instead?
1. It seems that OnUnitDestroy isn't called, when a unit dies. (no output
on the screen)
2. onUnitHide works well, when enemy unit hides, but when something dies,
it outputs "A Unknown [xxxxxxx] was last seen at 100000,100002". (xxxxxx is
random string, everything else is the same).
What version of the product are you using? On what operating system?
BWAPI r2108 with BWTA r133 (I got the latest sources and compiled them).
Please provide any additional information below.
I tried with the initial ExampleAiModule (without any improvements), but
the same happens. I think, that in BWAPI 2.6.1 (which can be downloaded)
this problem doesn't exists.
Here are the modules (the same happens without "if (!Broodwar->isReplay())")
void ExampleAIModule::onUnitDestroy(BWAPI::Unit* unit)
{
if (!Broodwar->isReplay())
Broodwar->sendText("A %s [%x] has been destroyed at
(%d,%d)",unit->getType().getName().c_str(),unit,unit->getPosition().x(),unit->ge
tPosition().y());
}
void ExampleAIModule::onUnitHide(BWAPI::Unit* unit)
{
if (!Broodwar->isReplay())
Broodwar->sendText("A %s [%x] was last seen at
(%d,%d)",unit->getType().getName().c_str(),unit,unit->getPosition().x(),unit->ge
tPosition().y());
}
```
-----
Original issue reported on code.google.com by `Nuclear...@gmail.com` on 4 Mar 2010 at 10:44 | defect | problems with modules onunitdestroy and onunithide what steps will reproduce the problem killing a unit my or enemy s while onunitdestroy and onunithide are set to print a text message what is the expected output what do you see instead it seems that onunitdestroy isn t called when a unit dies no output on the screen onunithide works well when enemy unit hides but when something dies it outputs a unknown was last seen at xxxxxx is random string everything else is the same what version of the product are you using on what operating system bwapi with bwta i got the latest sources and compiled them please provide any additional information below i tried with the initial exampleaimodule without any improvements but the same happens i think that in bwapi which can be downloaded this problem doesn t exists here are the modules the same happens without if broodwar isreplay void exampleaimodule onunitdestroy bwapi unit unit if broodwar isreplay broodwar sendtext a s has been destroyed at d d unit gettype getname c str unit unit getposition x unit ge tposition y void exampleaimodule onunithide bwapi unit unit if broodwar isreplay broodwar sendtext a s was last seen at d d unit gettype getname c str unit unit getposition x unit ge tposition y original issue reported on code google com by nuclear gmail com on mar at | 1 |
39,955 | 9,763,232,877 | IssuesEvent | 2019-06-05 13:24:11 | vector-im/riot-web | https://api.github.com/repos/vector-im/riot-web | closed | Room Directory and Chat with Riot Biot from welcome broken when HS disables guest access | bug defect p1 release-blocker type:welcomepage | If the default HS for your Riot install has guest access disabled (`allow_guest_access: False`), then both the "Chat with Riot Bot" and "Room Directory" actions will fail quite badly:
* Chat with Riot Bot silently does nothing
* Room Directory opens a model an infinite spinner:
 | 1.0 | Room Directory and Chat with Riot Biot from welcome broken when HS disables guest access - If the default HS for your Riot install has guest access disabled (`allow_guest_access: False`), then both the "Chat with Riot Bot" and "Room Directory" actions will fail quite badly:
* Chat with Riot Bot silently does nothing
* Room Directory opens a model an infinite spinner:
 | defect | room directory and chat with riot biot from welcome broken when hs disables guest access if the default hs for your riot install has guest access disabled allow guest access false then both the chat with riot bot and room directory actions will fail quite badly chat with riot bot silently does nothing room directory opens a model an infinite spinner | 1 |
18,712 | 3,080,680,757 | IssuesEvent | 2015-08-22 00:32:24 | jameslh/pagedown | https://api.github.com/repos/jameslh/pagedown | closed | Error in documentation, there is a bracket missing | auto-migrated Priority-Medium Type-Defect | ```
Fairly simple.
Looking at the in-browser example for the Markdown.Sanitizer.js...
document.write(converter.makeHtml("<script>alert(42);</script><b>bold"); //
creates "alert(42);bold"
you can find that there is only one closing bracket before the ;
```
Original issue reported on code.google.com by `Michael....@gmail.com` on 25 Sep 2012 at 8:09 | 1.0 | Error in documentation, there is a bracket missing - ```
Fairly simple.
Looking at the in-browser example for the Markdown.Sanitizer.js...
document.write(converter.makeHtml("<script>alert(42);</script><b>bold"); //
creates "alert(42);bold"
you can find that there is only one closing bracket before the ;
```
Original issue reported on code.google.com by `Michael....@gmail.com` on 25 Sep 2012 at 8:09 | defect | error in documentation there is a bracket missing fairly simple looking at the in browser example for the markdown sanitizer js document write converter makehtml alert bold creates alert bold you can find that there is only one closing bracket before the original issue reported on code google com by michael gmail com on sep at | 1 |
32,441 | 6,793,486,230 | IssuesEvent | 2017-11-01 07:47:08 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | utc parameter is not working when keying in the date | defect | Hi,
I have a calendar like below(shorten version). If I select the date from calendar, then I get the date in 'utc'. That's fine. But If I entered the date manually, then I do not get the date in 'utc'. I checked with the latest version of primereact@1.1.0.
`<Calendar utc="true" dateFormat="dd/mm/yy"/>`
- Abu
| 1.0 | utc parameter is not working when keying in the date - Hi,
I have a calendar like below(shorten version). If I select the date from calendar, then I get the date in 'utc'. That's fine. But If I entered the date manually, then I do not get the date in 'utc'. I checked with the latest version of primereact@1.1.0.
`<Calendar utc="true" dateFormat="dd/mm/yy"/>`
- Abu
| defect | utc parameter is not working when keying in the date hi i have a calendar like below shorten version if i select the date from calendar then i get the date in utc that s fine but if i entered the date manually then i do not get the date in utc i checked with the latest version of primereact abu | 1 |
55,060 | 14,169,063,476 | IssuesEvent | 2020-11-12 12:41:36 | hazelcast/hazelcast-nodejs-client | https://api.github.com/repos/hazelcast/hazelcast-nodejs-client | reopened | Incorrect splice usage in getAll operation on NearCachedMapProxy | Source: Internal Type: Defect | `Array.splice`'s return is [used](https://github.com/hazelcast/hazelcast-nodejs-client/blob/f6fddf41157472f82783e51ae798a5c1776a6fef/src/proxy/NearCachedMapProxy.ts#L149) instead of plain `.splice` invocation in `NearCachedMapProxy`. As the result near cache warm-up logic in `getAll` operation has a flaw. | 1.0 | Incorrect splice usage in getAll operation on NearCachedMapProxy - `Array.splice`'s return is [used](https://github.com/hazelcast/hazelcast-nodejs-client/blob/f6fddf41157472f82783e51ae798a5c1776a6fef/src/proxy/NearCachedMapProxy.ts#L149) instead of plain `.splice` invocation in `NearCachedMapProxy`. As the result near cache warm-up logic in `getAll` operation has a flaw. | defect | incorrect splice usage in getall operation on nearcachedmapproxy array splice s return is instead of plain splice invocation in nearcachedmapproxy as the result near cache warm up logic in getall operation has a flaw | 1 |
3,841 | 2,708,211,501 | IssuesEvent | 2015-04-08 07:10:40 | PeaceGeeksSociety/RHoK-Website | https://api.github.com/repos/PeaceGeeksSociety/RHoK-Website | opened | Design required for Team sub-pages | Design | Team pages should be designed, based on elements available on the
Team view - http://cepo-southsudan.org/team
Individual Team nodes - http://cepo-southsudan.org/team/mr-edmund-yakani-berizilious | 1.0 | Design required for Team sub-pages - Team pages should be designed, based on elements available on the
Team view - http://cepo-southsudan.org/team
Individual Team nodes - http://cepo-southsudan.org/team/mr-edmund-yakani-berizilious | non_defect | design required for team sub pages team pages should be designed based on elements available on the team view individual team nodes | 0 |
48,245 | 13,067,563,134 | IssuesEvent | 2020-07-31 00:51:44 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | [steamshovel] loading matplotlib artists from saved session segfaults (Trac #2048) | Migrated from Trac combo core defect | With Qt 5.9.0 on OS X Sierra, steamshovel segfaults on startup if there were any matplotlib artists in the saved session state, as rendering these attempts to call QGLWidget::bindTexture() before the GL context is fully initialized. Delaying session loading until the main window is shown (as in the attached patch) works around this behavior. I'm not sure if this is a Qt bug or OS X bug.
Steps to reproduce:
1. Start a new steamshovel session with `steamshovel --reset GCD.i3 data.i3`
2. Add Geometry and Waveform artists. Bind the Waveform artist to !InIceRawData.
3. Quit steamshovel and start again with `steamshovel GCD.i3 data.i3`. It will segfault before the main window is shown.
Migrated from https://code.icecube.wisc.edu/ticket/2048
```json
{
"status": "closed",
"changetime": "2017-07-03T09:30:50",
"description": "With Qt 5.9.0 on OS X Sierra, steamshovel segfaults on startup if there were any matplotlib artists in the saved session state, as rendering these attempts to call QGLWidget::bindTexture() before the GL context is fully initialized. Delaying session loading until the main window is shown (as in the attached patch) works around this behavior. I'm not sure if this is a Qt bug or OS X bug.\n\nSteps to reproduce:\n1. Start a new steamshovel session with `steamshovel --reset GCD.i3 data.i3`\n2. Add Geometry and Waveform artists. Bind the Waveform artist to !InIceRawData.\n3. Quit steamshovel and start again with `steamshovel GCD.i3 data.i3`. It will segfault before the main window is shown. ",
"reporter": "jvansanten",
"cc": "",
"resolution": "fixed",
"_ts": "1499074250139553",
"component": "combo core",
"summary": "[steamshovel] loading matplotlib artists from saved session segfaults",
"priority": "normal",
"keywords": "",
"time": "2017-06-30T13:23:13",
"milestone": "",
"owner": "sander.vanheule",
"type": "defect"
}
```
| 1.0 | [steamshovel] loading matplotlib artists from saved session segfaults (Trac #2048) - With Qt 5.9.0 on OS X Sierra, steamshovel segfaults on startup if there were any matplotlib artists in the saved session state, as rendering these attempts to call QGLWidget::bindTexture() before the GL context is fully initialized. Delaying session loading until the main window is shown (as in the attached patch) works around this behavior. I'm not sure if this is a Qt bug or OS X bug.
Steps to reproduce:
1. Start a new steamshovel session with `steamshovel --reset GCD.i3 data.i3`
2. Add Geometry and Waveform artists. Bind the Waveform artist to !InIceRawData.
3. Quit steamshovel and start again with `steamshovel GCD.i3 data.i3`. It will segfault before the main window is shown.
Migrated from https://code.icecube.wisc.edu/ticket/2048
```json
{
"status": "closed",
"changetime": "2017-07-03T09:30:50",
"description": "With Qt 5.9.0 on OS X Sierra, steamshovel segfaults on startup if there were any matplotlib artists in the saved session state, as rendering these attempts to call QGLWidget::bindTexture() before the GL context is fully initialized. Delaying session loading until the main window is shown (as in the attached patch) works around this behavior. I'm not sure if this is a Qt bug or OS X bug.\n\nSteps to reproduce:\n1. Start a new steamshovel session with `steamshovel --reset GCD.i3 data.i3`\n2. Add Geometry and Waveform artists. Bind the Waveform artist to !InIceRawData.\n3. Quit steamshovel and start again with `steamshovel GCD.i3 data.i3`. It will segfault before the main window is shown. ",
"reporter": "jvansanten",
"cc": "",
"resolution": "fixed",
"_ts": "1499074250139553",
"component": "combo core",
"summary": "[steamshovel] loading matplotlib artists from saved session segfaults",
"priority": "normal",
"keywords": "",
"time": "2017-06-30T13:23:13",
"milestone": "",
"owner": "sander.vanheule",
"type": "defect"
}
```
| defect | loading matplotlib artists from saved session segfaults trac with qt on os x sierra steamshovel segfaults on startup if there were any matplotlib artists in the saved session state as rendering these attempts to call qglwidget bindtexture before the gl context is fully initialized delaying session loading until the main window is shown as in the attached patch works around this behavior i m not sure if this is a qt bug or os x bug steps to reproduce start a new steamshovel session with steamshovel reset gcd data add geometry and waveform artists bind the waveform artist to inicerawdata quit steamshovel and start again with steamshovel gcd data it will segfault before the main window is shown migrated from json status closed changetime description with qt on os x sierra steamshovel segfaults on startup if there were any matplotlib artists in the saved session state as rendering these attempts to call qglwidget bindtexture before the gl context is fully initialized delaying session loading until the main window is shown as in the attached patch works around this behavior i m not sure if this is a qt bug or os x bug n nsteps to reproduce start a new steamshovel session with steamshovel reset gcd data add geometry and waveform artists bind the waveform artist to inicerawdata quit steamshovel and start again with steamshovel gcd data it will segfault before the main window is shown reporter jvansanten cc resolution fixed ts component combo core summary loading matplotlib artists from saved session segfaults priority normal keywords time milestone owner sander vanheule type defect | 1 |
14,321 | 2,798,410,461 | IssuesEvent | 2015-05-12 18:29:12 | skaut/dsw-oddil | https://api.github.com/repos/skaut/dsw-oddil | closed | Wordpress 4.2 hlásí chybu v register_sidebar | defect template | Notice: Funkce register_sidebar byla použita nesprávným způsobem. No id was set in the arguments array for the "Postranní panel 1" sidebar. Defaulting to "sidebar-1". Manually set the id to "sidebar-1" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (Tato zpráva se nově zobrazuje od verze 4.2.0.) in /var/www/virtual/dsw-oddil/web/www/wp-includes/functions.php on line 3560 | 1.0 | Wordpress 4.2 hlásí chybu v register_sidebar - Notice: Funkce register_sidebar byla použita nesprávným způsobem. No id was set in the arguments array for the "Postranní panel 1" sidebar. Defaulting to "sidebar-1". Manually set the id to "sidebar-1" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (Tato zpráva se nově zobrazuje od verze 4.2.0.) in /var/www/virtual/dsw-oddil/web/www/wp-includes/functions.php on line 3560 | defect | wordpress hlásí chybu v register sidebar notice funkce register sidebar byla použita nesprávným způsobem no id was set in the arguments array for the postranní panel sidebar defaulting to sidebar manually set the id to sidebar to silence this notice and keep existing sidebar content please see debugging in wordpress for more information tato zpráva se nově zobrazuje od verze in var www virtual dsw oddil web www wp includes functions php on line | 1 |
86,027 | 3,701,779,207 | IssuesEvent | 2016-02-29 14:38:36 | radiasoft/sirepo | https://api.github.com/repos/radiasoft/sirepo | opened | Warp example not working | 1st Priority | The warp script doesn't work. The output is wrong and Dynamics simulations don't start.
Nathan, I think the ball was in your court to get the basic script working. Would you be able to work on it this week? We had someone inquiring about using it in Sirepo. Thanks! | 1.0 | Warp example not working - The warp script doesn't work. The output is wrong and Dynamics simulations don't start.
Nathan, I think the ball was in your court to get the basic script working. Would you be able to work on it this week? We had someone inquiring about using it in Sirepo. Thanks! | non_defect | warp example not working the warp script doesn t work the output is wrong and dynamics simulations don t start nathan i think the ball was in your court to get the basic script working would you be able to work on it this week we had someone inquiring about using it in sirepo thanks | 0 |
1,181 | 2,601,755,289 | IssuesEvent | 2015-02-24 00:32:42 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | closed | Restart Game broke | auto-migrated Priority-Medium Type-Defect Usability | ```
The command /restart, and accessing Restart from the game menu don't seem to be
working (Single Player).
```
-----
Original issue reported on code.google.com by `AHeinerm` on 7 Oct 2010 at 4:15 | 1.0 | Restart Game broke - ```
The command /restart, and accessing Restart from the game menu don't seem to be
working (Single Player).
```
-----
Original issue reported on code.google.com by `AHeinerm` on 7 Oct 2010 at 4:15 | defect | restart game broke the command restart and accessing restart from the game menu don t seem to be working single player original issue reported on code google com by aheinerm on oct at | 1 |
419,132 | 28,138,273,147 | IssuesEvent | 2023-04-01 16:42:45 | Dispader/Dispader | https://api.github.com/repos/Dispader/Dispader | opened | First Issue for GitHub "Team Backlog" Project | documentation | This is an issue created with the Cmd-K, New Issue keyboard shortcut, from within the "Team Backlog" Project view.
It appears that the default Repository for the Issue was created by default in the `Dispader` (new, default GitHub User Repository). | 1.0 | First Issue for GitHub "Team Backlog" Project - This is an issue created with the Cmd-K, New Issue keyboard shortcut, from within the "Team Backlog" Project view.
It appears that the default Repository for the Issue was created by default in the `Dispader` (new, default GitHub User Repository). | non_defect | first issue for github team backlog project this is an issue created with the cmd k new issue keyboard shortcut from within the team backlog project view it appears that the default repository for the issue was created by default in the dispader new default github user repository | 0 |
238,324 | 7,778,139,426 | IssuesEvent | 2018-06-05 13:25:40 | borela/naomi | https://api.github.com/repos/borela/naomi | closed | Syntax highlighting for comments in do-while | bug priority: high | Hi. This is a small bug here:
```js
do {}
// comment
while(false)
```
 | 1.0 | Syntax highlighting for comments in do-while - Hi. This is a small bug here:
```js
do {}
// comment
while(false)
```
 | non_defect | syntax highlighting for comments in do while hi this is a small bug here js do comment while false | 0 |
20,392 | 3,352,030,946 | IssuesEvent | 2015-11-17 21:02:00 | g4gaurang/bcbsmaissuestracker | https://api.github.com/repos/g4gaurang/bcbsmaissuestracker | opened | "Organization Attribute" Error when navigating through CL | Environment-Production Priority-Low Status- New Type-Defect | Hello,
The below screenshot errors were encountered when navigating through CL. I just logged in, clicked Quick Links, Content Library, and encountered this. Note that per screenshots, this wasn't specific to a folder. Also note that we had never seen this error before.


| 1.0 | "Organization Attribute" Error when navigating through CL - Hello,
The below screenshot errors were encountered when navigating through CL. I just logged in, clicked Quick Links, Content Library, and encountered this. Note that per screenshots, this wasn't specific to a folder. Also note that we had never seen this error before.


| defect | organization attribute error when navigating through cl hello the below screenshot errors were encountered when navigating through cl i just logged in clicked quick links content library and encountered this note that per screenshots this wasn t specific to a folder also note that we had never seen this error before | 1 |
11,024 | 4,134,218,658 | IssuesEvent | 2016-06-12 01:50:25 | triplea-game/triplea | https://api.github.com/repos/triplea-game/triplea | closed | Remove Class Casting Refactor | Code Improvement Discussion | Remove casting refactor discussion / task.
Explicit casting generally is a code smell. In the below example, it is almost certian the cast to BufferedImage is unnecessary, the code still compiles without it. Yet, we introduce an element of potential failure in case teh return type were to ever change. This class case can just be removed. The task here is to find other class casts, and find ways to remove them. This is also a good place to discuss such a refactor.
```
- final BufferedImage highlight =
- (BufferedImage) uiContext.getUnitImageFactory().getHighlightImage(category.getType(),
- category.getOwner(), m_data, category.hasDamageOrBombingUnitDamage(), category.getDisabled());
- final AffineTransform t = new AffineTransform();
- t.translate(normalizeX(r.getX() - getXOffset()) * m_scale, normalizeY(r.getY() - getYOffset()) * m_scale);
- t.scale(m_scale, m_scale);
- g2d.drawImage(highlight, t, this);
``` | 1.0 | Remove Class Casting Refactor - Remove casting refactor discussion / task.
Explicit casting generally is a code smell. In the below example, it is almost certian the cast to BufferedImage is unnecessary, the code still compiles without it. Yet, we introduce an element of potential failure in case teh return type were to ever change. This class case can just be removed. The task here is to find other class casts, and find ways to remove them. This is also a good place to discuss such a refactor.
```
- final BufferedImage highlight =
- (BufferedImage) uiContext.getUnitImageFactory().getHighlightImage(category.getType(),
- category.getOwner(), m_data, category.hasDamageOrBombingUnitDamage(), category.getDisabled());
- final AffineTransform t = new AffineTransform();
- t.translate(normalizeX(r.getX() - getXOffset()) * m_scale, normalizeY(r.getY() - getYOffset()) * m_scale);
- t.scale(m_scale, m_scale);
- g2d.drawImage(highlight, t, this);
``` | non_defect | remove class casting refactor remove casting refactor discussion task explicit casting generally is a code smell in the below example it is almost certian the cast to bufferedimage is unnecessary the code still compiles without it yet we introduce an element of potential failure in case teh return type were to ever change this class case can just be removed the task here is to find other class casts and find ways to remove them this is also a good place to discuss such a refactor final bufferedimage highlight bufferedimage uicontext getunitimagefactory gethighlightimage category gettype category getowner m data category hasdamageorbombingunitdamage category getdisabled final affinetransform t new affinetransform t translate normalizex r getx getxoffset m scale normalizey r gety getyoffset m scale t scale m scale m scale drawimage highlight t this | 0 |
422,587 | 12,280,514,176 | IssuesEvent | 2020-05-08 14:14:49 | input-output-hk/cardano-ledger-specs | https://api.github.com/repos/input-output-hk/cardano-ledger-specs | closed | SDELEG Rule does a double assignment | byron formal-spec :scroll: priority low | (1) In the definition of the SDELEG rule (Eq 10) of the Byron Ledger spec, vk_s is defined/destructured twice.
We could solve this like so: instead of using dwit, define a new function, say dsig, that returns only the signature (sigma) (and not vk_s).

(2) Another issue is that the environment for this rule lacks the block stability param. k (which is present in the Exec. spec SDELEG STS). | 1.0 | SDELEG Rule does a double assignment - (1) In the definition of the SDELEG rule (Eq 10) of the Byron Ledger spec, vk_s is defined/destructured twice.
We could solve this like so: instead of using dwit, define a new function, say dsig, that returns only the signature (sigma) (and not vk_s).

(2) Another issue is that the environment for this rule lacks the block stability param. k (which is present in the Exec. spec SDELEG STS). | non_defect | sdeleg rule does a double assignment in the definition of the sdeleg rule eq of the byron ledger spec vk s is defined destructured twice we could solve this like so instead of using dwit define a new function say dsig that returns only the signature sigma and not vk s another issue is that the environment for this rule lacks the block stability param k which is present in the exec spec sdeleg sts | 0 |
76,458 | 26,438,615,022 | IssuesEvent | 2023-01-15 17:53:31 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | InputNumber: Pass Through Attributes are incorrectly placed | :lady_beetle: defect :bangbang: needs-triage | ### Describe the bug
A pass through attribute on InputNumber is not placed on the input.

### Reproducer
[reproducer.zip](https://github.com/primefaces/primefaces/files/10420741/reproducer.zip)
### Expected behavior
Pass through attributes on InputNumber should be placed on the input.
### PrimeFaces edition
Community
### PrimeFaces version
13.0.0
### Theme
_No response_
### JSF implementation
All
### JSF version
2.3
### Java version
8
### Browser(s)
_No response_ | 1.0 | InputNumber: Pass Through Attributes are incorrectly placed - ### Describe the bug
A pass through attribute on InputNumber is not placed on the input.

### Reproducer
[reproducer.zip](https://github.com/primefaces/primefaces/files/10420741/reproducer.zip)
### Expected behavior
Pass through attributes on InputNumber should be placed on the input.
### PrimeFaces edition
Community
### PrimeFaces version
13.0.0
### Theme
_No response_
### JSF implementation
All
### JSF version
2.3
### Java version
8
### Browser(s)
_No response_ | defect | inputnumber pass through attributes are incorrectly placed describe the bug a pass through attribute on inputnumber is not placed on the input reproducer expected behavior pass through attributes on inputnumber should be placed on the input primefaces edition community primefaces version theme no response jsf implementation all jsf version java version browser s no response | 1 |
182,782 | 14,922,446,393 | IssuesEvent | 2021-01-23 14:51:52 | jasmcaus/caer | https://api.github.com/repos/jasmcaus/caer | opened | Add Type Annotations [OPEN FOR CONTRIBUTIONS] | documentation | There are quite a few functions in the repo that need to be annotated.
This issue will be left open for external contributions. If you wish to contribute, please submit a PR for the same!
Thanks!
- J | 1.0 | Add Type Annotations [OPEN FOR CONTRIBUTIONS] - There are quite a few functions in the repo that need to be annotated.
This issue will be left open for external contributions. If you wish to contribute, please submit a PR for the same!
Thanks!
- J | non_defect | add type annotations there are quite a few functions in the repo that need to be annotated this issue will be left open for external contributions if you wish to contribute please submit a pr for the same thanks j | 0 |
147,284 | 13,205,080,673 | IssuesEvent | 2020-08-14 17:11:26 | biopython/biopython | https://api.github.com/repos/biopython/biopython | closed | No module level docstring for Bio.PDFB.kdtrees | Documentation | Noted by @rob-miller here https://github.com/biopython/biopython/issues/2736#issuecomment-589960052
The class and functions within it have some documentation, but not the module itself:
```
>>> from Bio.PDB import kdtrees
>>> help(kdtrees)
(blank)
>>>help(kdtrees.KDTree)
(text)
```
See https://github.com/biopython/biopython/blob/master/Bio/PDB/kdtrees.c
Related, the epydoc was blank (Biopython 1.75):
http://biopython.org/DIST/docs/api/Bio.PDB.kdtrees-module.html
Related, it does not appear in the Sphinx API documentation:
https://biopython.org/docs/1.76/api/Bio.PDB.html
https://biopython.org/docs/dev/api/Bio.PDB.html
| 1.0 | No module level docstring for Bio.PDFB.kdtrees - Noted by @rob-miller here https://github.com/biopython/biopython/issues/2736#issuecomment-589960052
The class and functions within it have some documentation, but not the module itself:
```
>>> from Bio.PDB import kdtrees
>>> help(kdtrees)
(blank)
>>>help(kdtrees.KDTree)
(text)
```
See https://github.com/biopython/biopython/blob/master/Bio/PDB/kdtrees.c
Related, the epydoc was blank (Biopython 1.75):
http://biopython.org/DIST/docs/api/Bio.PDB.kdtrees-module.html
Related, it does not appear in the Sphinx API documentation:
https://biopython.org/docs/1.76/api/Bio.PDB.html
https://biopython.org/docs/dev/api/Bio.PDB.html
| non_defect | no module level docstring for bio pdfb kdtrees noted by rob miller here the class and functions within it have some documentation but not the module itself from bio pdb import kdtrees help kdtrees blank help kdtrees kdtree text see related the epydoc was blank biopython related it does not appear in the sphinx api documentation | 0 |
58,320 | 16,484,435,637 | IssuesEvent | 2021-05-24 15:54:01 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Toggling video off shows a black screen on the other side - bad UX | T-Defect | <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->

<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
Toggling video off shows a black screen on the other side - bad UX
### Steps to reproduce
- Make a video call
- toggle video off
I would expect some avatar or at least any picture but not a black screen which resembles a camera problem.
| 1.0 | Toggling video off shows a black screen on the other side - bad UX - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P -->

<!-- Please report security issues by email to security@matrix.org -->
<!-- This is a bug report template. By following the instructions below and
filling out the sections with your information, you will help the us to get all
the necessary data to fix your issue.
You can also preview your report before submitting it. You may remove sections
that aren't relevant to your particular case.
Text between <!-- and --> marks will be invisible in the report.
-->
### Description
Toggling video off shows a black screen on the other side - bad UX
### Steps to reproduce
- Make a video call
- toggle video off
I would expect some avatar or at least any picture but not a black screen which resembles a camera problem.
| defect | toggling video off shows a black screen on the other side bad ux this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description toggling video off shows a black screen on the other side bad ux steps to reproduce make a video call toggle video off i would expect some avatar or at least any picture but not a black screen which resembles a camera problem | 1 |
73,796 | 7,359,031,375 | IssuesEvent | 2018-03-10 01:24:21 | omegaup/omegaup | https://api.github.com/repos/omegaup/omegaup | opened | Refactor de identidad: fase 4 | 13 P1 omegaUp For Contests | Esto es parte del feature #1300
https://docs.google.com/document/d/1COTwqOYNvuYER5jkeKZWJXxSdVn_2X-CjoDolmEiQ1Y/edit#
Cambiar Runs, Clarifications para referenciar a la identidad en vez de al usuario.
| 1.0 | Refactor de identidad: fase 4 - Esto es parte del feature #1300
https://docs.google.com/document/d/1COTwqOYNvuYER5jkeKZWJXxSdVn_2X-CjoDolmEiQ1Y/edit#
Cambiar Runs, Clarifications para referenciar a la identidad en vez de al usuario.
| non_defect | refactor de identidad fase esto es parte del feature cambiar runs clarifications para referenciar a la identidad en vez de al usuario | 0 |
500,036 | 14,484,885,185 | IssuesEvent | 2020-12-10 16:54:23 | atbcb/usab-uswds | https://api.github.com/repos/atbcb/usab-uswds | opened | animations swiper CSS | Low priority bug | under ADA guides/animations, the single swiper needs work
CSS for pagination is not working. if you use inspector the pagination buttons are there, but for some reason they are not showing up. Pagination is working for the homepage. They are using the same CSS styles, not sure why it is not working | 1.0 | animations swiper CSS - under ADA guides/animations, the single swiper needs work
CSS for pagination is not working. if you use inspector the pagination buttons are there, but for some reason they are not showing up. Pagination is working for the homepage. They are using the same CSS styles, not sure why it is not working | non_defect | animations swiper css under ada guides animations the single swiper needs work css for pagination is not working if you use inspector the pagination buttons are there but for some reason they are not showing up pagination is working for the homepage they are using the same css styles not sure why it is not working | 0 |
40,178 | 10,467,936,783 | IssuesEvent | 2019-09-22 09:56:30 | square/okhttp | https://api.github.com/repos/square/okhttp | closed | Adjust travis CI build logging to make (non-raw) logs useful | build-ci enhancement | https://travis-ci.org/square/okhttp/builds/337345242
Currently build logs are so noisy that anything near the end stops tailing, and you need to use the raw logs. I plan to adjust this so that tail works well, and heopfully we still get failed logs, and full log output in build artifacts. | 1.0 | Adjust travis CI build logging to make (non-raw) logs useful - https://travis-ci.org/square/okhttp/builds/337345242
Currently build logs are so noisy that anything near the end stops tailing, and you need to use the raw logs. I plan to adjust this so that tail works well, and heopfully we still get failed logs, and full log output in build artifacts. | non_defect | adjust travis ci build logging to make non raw logs useful currently build logs are so noisy that anything near the end stops tailing and you need to use the raw logs i plan to adjust this so that tail works well and heopfully we still get failed logs and full log output in build artifacts | 0 |
72,038 | 23,902,707,919 | IssuesEvent | 2022-09-08 20:24:34 | department-of-veterans-affairs/va.gov-cms | https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms | closed | Investigate tablefield patch | Drupal engineering ⭐️ Public Websites ⭐️ Sitewide CMS 508-defect-1 | ## Description
The issue is that the current state of the tablefield module does not support specifing header row or column and the associated scope property.
This drupal.org issue seems to address the problem https://www.drupal.org/project/tablefield/issues/3128030
It creates an additional setting to record the heading orientation.
## Acceptance Criteria
- [x] Test patch in PR environment: does it fix the reported issue, does it break other tables?
- [x] Validate patch does not break existing nodes with tables in paragraphs
- [ ] Validate that setting the appropriate heading option will result in the proper scope value being set on the FE content build
- [ ] If the patch works. RTBC it on the drupal.org issue.
- [ ] If it does not work, spec out what would need to happen to make it work.
- [ ] Summarize findings for Sitewide CMS review before merge (Erika, Cindy Terdiman)
- [ ] PM/DM: May require Change Mgmt, review scale of the change after findings
- [ ] Define next steps for required FE work, ensure that it's clear in #10372
**Related issues**
- Main FE tracking ticket: https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10372
- https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10130
- https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10295
- https://github.com/department-of-veterans-affairs/va.gov-cms/issues/2932
### CMS Team
Please check the team(s) that will do this work.
- [ ] `Program`
- [ ] `Platform CMS Team`
- [ ] `Sitewide Crew`
- [ ] `⭐️ Sitewide CMS`
- [x] `⭐️ Public Websites`
- [ ] `⭐️ Facilities`
- [ ] `⭐️ User support`
| 1.0 | Investigate tablefield patch - ## Description
The issue is that the current state of the tablefield module does not support specifing header row or column and the associated scope property.
This drupal.org issue seems to address the problem https://www.drupal.org/project/tablefield/issues/3128030
It creates an additional setting to record the heading orientation.
## Acceptance Criteria
- [x] Test patch in PR environment: does it fix the reported issue, does it break other tables?
- [x] Validate patch does not break existing nodes with tables in paragraphs
- [ ] Validate that setting the appropriate heading option will result in the proper scope value being set on the FE content build
- [ ] If the patch works. RTBC it on the drupal.org issue.
- [ ] If it does not work, spec out what would need to happen to make it work.
- [ ] Summarize findings for Sitewide CMS review before merge (Erika, Cindy Terdiman)
- [ ] PM/DM: May require Change Mgmt, review scale of the change after findings
- [ ] Define next steps for required FE work, ensure that it's clear in #10372
**Related issues**
- Main FE tracking ticket: https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10372
- https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10130
- https://github.com/department-of-veterans-affairs/va.gov-cms/issues/10295
- https://github.com/department-of-veterans-affairs/va.gov-cms/issues/2932
### CMS Team
Please check the team(s) that will do this work.
- [ ] `Program`
- [ ] `Platform CMS Team`
- [ ] `Sitewide Crew`
- [ ] `⭐️ Sitewide CMS`
- [x] `⭐️ Public Websites`
- [ ] `⭐️ Facilities`
- [ ] `⭐️ User support`
| defect | investigate tablefield patch description the issue is that the current state of the tablefield module does not support specifing header row or column and the associated scope property this drupal org issue seems to address the problem it creates an additional setting to record the heading orientation acceptance criteria test patch in pr environment does it fix the reported issue does it break other tables validate patch does not break existing nodes with tables in paragraphs validate that setting the appropriate heading option will result in the proper scope value being set on the fe content build if the patch works rtbc it on the drupal org issue if it does not work spec out what would need to happen to make it work summarize findings for sitewide cms review before merge erika cindy terdiman pm dm may require change mgmt review scale of the change after findings define next steps for required fe work ensure that it s clear in related issues main fe tracking ticket cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support | 1 |
54,827 | 13,941,463,244 | IssuesEvent | 2020-10-22 19:27:23 | AeroScripts/QuestieDev | https://api.github.com/repos/AeroScripts/QuestieDev | opened | Commendation Officers | Type - Defect | See closed issue 2238
The latest version of Questie switches the persistent commendation officers on and off with the "AQ" quests. They're separate.
15761 Officer Vu'Shalay
15762 Officer Lunalight
15763 Officer Porterhouse
15764 Officer Ironbeard
15765 Officer Redblade
15766 Officer Maloof
15767 Officer Thunderstrider
15768 Officer Gothena | 1.0 | Commendation Officers - See closed issue 2238
The latest version of Questie switches the persistent commendation officers on and off with the "AQ" quests. They're separate.
15761 Officer Vu'Shalay
15762 Officer Lunalight
15763 Officer Porterhouse
15764 Officer Ironbeard
15765 Officer Redblade
15766 Officer Maloof
15767 Officer Thunderstrider
15768 Officer Gothena | defect | commendation officers see closed issue the latest version of questie switches the persistent commendation officers on and off with the aq quests they re separate officer vu shalay officer lunalight officer porterhouse officer ironbeard officer redblade officer maloof officer thunderstrider officer gothena | 1 |
50,633 | 13,187,646,926 | IssuesEvent | 2020-08-13 04:06:00 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | dst-extractor - tries to build w/o dst (Trac #1100) | Migrated from Trac cmake defect | if `dst` doesn't get built (for instance when `healpix-cxx` is missing), `dst-extractor` will try to build and fail at the link stage, unable to find libdst.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1100">https://code.icecube.wisc.edu/ticket/1100</a>, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "if `dst` doesn't get built (for instance when `healpix-cxx` is missing), `dst-extractor` will try to build and fail at the link stage, unable to find libdst.",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"_ts": "1550067117911749",
"component": "cmake",
"summary": "dst-extractor - tries to build w/o dst",
"priority": "normal",
"keywords": "",
"time": "2015-08-10T21:17:58",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| 1.0 | dst-extractor - tries to build w/o dst (Trac #1100) - if `dst` doesn't get built (for instance when `healpix-cxx` is missing), `dst-extractor` will try to build and fail at the link stage, unable to find libdst.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1100">https://code.icecube.wisc.edu/ticket/1100</a>, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:57",
"description": "if `dst` doesn't get built (for instance when `healpix-cxx` is missing), `dst-extractor` will try to build and fail at the link stage, unable to find libdst.",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"_ts": "1550067117911749",
"component": "cmake",
"summary": "dst-extractor - tries to build w/o dst",
"priority": "normal",
"keywords": "",
"time": "2015-08-10T21:17:58",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| defect | dst extractor tries to build w o dst trac if dst doesn t get built for instance when healpix cxx is missing dst extractor will try to build and fail at the link stage unable to find libdst migrated from json status closed changetime description if dst doesn t get built for instance when healpix cxx is missing dst extractor will try to build and fail at the link stage unable to find libdst reporter nega cc resolution fixed ts component cmake summary dst extractor tries to build w o dst priority normal keywords time milestone owner nega type defect | 1 |
73,277 | 24,538,116,683 | IssuesEvent | 2022-10-11 23:16:05 | zed-industries/feedback | https://api.github.com/repos/zed-industries/feedback | opened | unepxected indent can occurred when input something on comment with multiline cursor, in python file | defect triage | ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Assume that we have the following file:
```python
# main.py
#first line:
# indent line1
#second line:
# indent line2
```
If we put the cursor at the following line(| indicate the cursor)
```python
#|first line:
#| indent line1
#|second line:
#| indent line2
```
Then I press any character like "a", the result will be:
```python
#afirst line:
#a indent line1
#asecond line:
#a indent line2
```
As we can see, the last line is indented...
Additionally, if the first line and end line don't ends with `:`, it works as expected.
### Expected behavior
The last line shoudn't indent, the body should be something like this:
```python
#afirst line:
#a indent line1
#asecond line:
#a indent line2
```
### Environment
Zed 0.59.0 – /Applications/Zed.app \nmacOS 12.6 \narchitecture x86_64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
_No response_
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue
_No response_ | 1.0 | unepxected indent can occurred when input something on comment with multiline cursor, in python file - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Assume that we have the following file:
```python
# main.py
#first line:
# indent line1
#second line:
# indent line2
```
If we put the cursor at the following line(| indicate the cursor)
```python
#|first line:
#| indent line1
#|second line:
#| indent line2
```
Then I press any character like "a", the result will be:
```python
#afirst line:
#a indent line1
#asecond line:
#a indent line2
```
As we can see, the last line is indented...
Additionally, if the first line and end line don't ends with `:`, it works as expected.
### Expected behavior
The last line shoudn't indent, the body should be something like this:
```python
#afirst line:
#a indent line1
#asecond line:
#a indent line2
```
### Environment
Zed 0.59.0 – /Applications/Zed.app \nmacOS 12.6 \narchitecture x86_64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
_No response_
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue
_No response_ | defect | unepxected indent can occurred when input something on comment with multiline cursor in python file check for existing issues completed describe the bug provide steps to reproduce it assume that we have the following file python main py first line indent second line indent if we put the cursor at the following line indicate the cursor python first line indent second line indent then i press any character like a the result will be python afirst line a indent asecond line a indent as we can see the last line is indented additionally if the first line and end line don t ends with it works as expected expected behavior the last line shoudn t indent the body should be something like this python afirst line a indent asecond line a indent environment zed – applications zed app nmacos narchitecture if applicable add mockups screenshots to help explain present your vision of the feature no response if applicable attach your library logs zed zed log file to this issue no response | 1 |
40,296 | 9,941,799,003 | IssuesEvent | 2019-07-03 12:31:29 | OpenMS/OpenMS | https://api.github.com/repos/OpenMS/OpenMS | closed | MSGFPlusAdapter doesn't work for compressed inputs (mzML.gz) | defect minor wontfix | TOPP tools can generally accept gzip-compressed variants of their input files, e.g. mzML.gz instead of mzML (not sure if it works for all formats). Such files are decompressed when they are read in by OpenMS. However, in the MSGFPlusAdapter, the path is just passed on to the MS-GF+ Java call, and MS-GF+ can't read gzipped input. The problem is that this isn't caught by the input parameter checks (OpenMS thinks mzML.gz is fine for an mzML input file).
In the MSGFPlusAdapter, a compressed input file needs to be decompressed explicitly into a temporary file, which can then be used with MS-GF+.
| 1.0 | MSGFPlusAdapter doesn't work for compressed inputs (mzML.gz) - TOPP tools can generally accept gzip-compressed variants of their input files, e.g. mzML.gz instead of mzML (not sure if it works for all formats). Such files are decompressed when they are read in by OpenMS. However, in the MSGFPlusAdapter, the path is just passed on to the MS-GF+ Java call, and MS-GF+ can't read gzipped input. The problem is that this isn't caught by the input parameter checks (OpenMS thinks mzML.gz is fine for an mzML input file).
In the MSGFPlusAdapter, a compressed input file needs to be decompressed explicitly into a temporary file, which can then be used with MS-GF+.
| defect | msgfplusadapter doesn t work for compressed inputs mzml gz topp tools can generally accept gzip compressed variants of their input files e g mzml gz instead of mzml not sure if it works for all formats such files are decompressed when they are read in by openms however in the msgfplusadapter the path is just passed on to the ms gf java call and ms gf can t read gzipped input the problem is that this isn t caught by the input parameter checks openms thinks mzml gz is fine for an mzml input file in the msgfplusadapter a compressed input file needs to be decompressed explicitly into a temporary file which can then be used with ms gf | 1 |
77,552 | 27,048,307,802 | IssuesEvent | 2023-02-13 11:22:52 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Unread counter shown for thread replies with empty thread list | T-Defect | ### Steps to reproduce
1. Be invited to room with prior threads which is set to history visibility from point of invite
1. Await some thread responses in the room
### Outcome
#### What did you expect?
Either be shown the events in the thread list or not be shown that there's an unread (1) but have the message itself hidden
#### What happened instead?


### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | Unread counter shown for thread replies with empty thread list - ### Steps to reproduce
1. Be invited to room with prior threads which is set to history visibility from point of invite
1. Await some thread responses in the room
### Outcome
#### What did you expect?
Either be shown the events in the thread list or not be shown that there's an unread (1) but have the message itself hidden
#### What happened instead?


### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
_No response_
### Application version
_No response_
### Homeserver
_No response_
### Will you send logs?
No | defect | unread counter shown for thread replies with empty thread list steps to reproduce be invited to room with prior threads which is set to history visibility from point of invite await some thread responses in the room outcome what did you expect either be shown the events in the thread list or not be shown that there s an unread but have the message itself hidden what happened instead operating system no response browser information no response url for webapp no response application version no response homeserver no response will you send logs no | 1 |
40,210 | 16,396,318,072 | IssuesEvent | 2021-05-18 00:28:36 | microsoft/vscode-cpptools | https://api.github.com/repos/microsoft/vscode-cpptools | closed | Some compilers on Mac define __unix__ but not __linux__ or __APPLE__ causing the IntelliSense mode to change to macos | Language Service bug fixed (release pending) quick fix | The bug is reported at https://github.com/microsoft/vscode-cpptools/discussions/7445 | 1.0 | Some compilers on Mac define __unix__ but not __linux__ or __APPLE__ causing the IntelliSense mode to change to macos - The bug is reported at https://github.com/microsoft/vscode-cpptools/discussions/7445 | non_defect | some compilers on mac define unix but not linux or apple causing the intellisense mode to change to macos the bug is reported at | 0 |
20,637 | 3,390,348,527 | IssuesEvent | 2015-11-30 10:11:12 | gfurlong/extjs-public | https://api.github.com/repos/gfurlong/extjs-public | closed | Add the latest ExtJS release 5.0.1 | auto-migrated Priority-Medium Type-Defect | ```
Add the latest ExtJS release 5.0.1
```
Original issue reported on code.google.com by `adam.sie...@gmail.com` on 7 Dec 2014 at 4:49 | 1.0 | Add the latest ExtJS release 5.0.1 - ```
Add the latest ExtJS release 5.0.1
```
Original issue reported on code.google.com by `adam.sie...@gmail.com` on 7 Dec 2014 at 4:49 | defect | add the latest extjs release add the latest extjs release original issue reported on code google com by adam sie gmail com on dec at | 1 |
24,418 | 3,974,544,162 | IssuesEvent | 2016-05-04 22:40:40 | FreeRADIUS/freeradius-server | https://api.github.com/repos/FreeRADIUS/freeradius-server | closed | OP codes in rlm_python radiusd module do not match those from token.h | defect | They are out of sync, thus produce mistaken results. In particular, the '++' operator was missing, hence everything after that value has shifted.
They should be
```
OP={ '{':2, '}':3, '(':4, ')':5, ',':6, ';':7, '++': 8, '+=':9, '-=':10, ':=':11,
'=':12, '!=':13, '>=':14, '>':15, '<=':16, '<':17, '=~':18, '!~':19, '=*':20, '!*':21,
'==':22 , '#':23 }
``` | 1.0 | OP codes in rlm_python radiusd module do not match those from token.h - They are out of sync, thus produce mistaken results. In particular, the '++' operator was missing, hence everything after that value has shifted.
They should be
```
OP={ '{':2, '}':3, '(':4, ')':5, ',':6, ';':7, '++': 8, '+=':9, '-=':10, ':=':11,
'=':12, '!=':13, '>=':14, '>':15, '<=':16, '<':17, '=~':18, '!~':19, '=*':20, '!*':21,
'==':22 , '#':23 }
``` | defect | op codes in rlm python radiusd module do not match those from token h they are out of sync thus produce mistaken results in particular the operator was missing hence everything after that value has shifted they should be op | 1 |
30,969 | 6,379,324,148 | IssuesEvent | 2017-08-02 14:32:22 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | nuclinfo.tors() not converting delta to 0-360° | Component-Analysis defect | ### From MDAnalysis/analysis/nuclinfo.py
```
alpha = a.dihedral.value()
beta = b.dihedral.value()
gamma = g.dihedral.value()
delta = d.dihedral.value()
epsilon = e.dihedral.value()
zeta = z.dihedral.value()
chi = c.dihedral.value()
if alpha < 0:
alpha = alpha + 360
if beta < 0:
beta = beta + 360
if gamma < 0:
gamma = gamma + 360
if epsilon < 0:
epsilon = epsilon + 360
if zeta < 0:
zeta = zeta + 360
if chi < 0:
chi = chi + 360
return [alpha, beta, gamma, delta, epsilon, zeta, chi]
```
Delta conversion is missing. I am working on it.
### Current version of MDAnalysis:
0.16.2
| 1.0 | nuclinfo.tors() not converting delta to 0-360° - ### From MDAnalysis/analysis/nuclinfo.py
```
alpha = a.dihedral.value()
beta = b.dihedral.value()
gamma = g.dihedral.value()
delta = d.dihedral.value()
epsilon = e.dihedral.value()
zeta = z.dihedral.value()
chi = c.dihedral.value()
if alpha < 0:
alpha = alpha + 360
if beta < 0:
beta = beta + 360
if gamma < 0:
gamma = gamma + 360
if epsilon < 0:
epsilon = epsilon + 360
if zeta < 0:
zeta = zeta + 360
if chi < 0:
chi = chi + 360
return [alpha, beta, gamma, delta, epsilon, zeta, chi]
```
Delta conversion is missing. I am working on it.
### Current version of MDAnalysis:
0.16.2
| defect | nuclinfo tors not converting delta to ° from mdanalysis analysis nuclinfo py alpha a dihedral value beta b dihedral value gamma g dihedral value delta d dihedral value epsilon e dihedral value zeta z dihedral value chi c dihedral value if alpha alpha alpha if beta beta beta if gamma gamma gamma if epsilon epsilon epsilon if zeta zeta zeta if chi chi chi return delta conversion is missing i am working on it current version of mdanalysis | 1 |
13,625 | 4,750,986,290 | IssuesEvent | 2016-10-22 16:48:41 | SuperTux/supertux | https://api.github.com/repos/SuperTux/supertux | closed | Jump not working while running | category:code status:needs-information type:bug | SuperTux version: v0.5.0-rc.1-8-g635693a
System information: Solus 1.2, kernel 4.7.0. SuperTux installed from distro's repository
##### Expected behavior
Be able to jump when walking (pressing right, and press space to jump).
##### Actual behavior
It seems to ignore my jump, so I just run directly into death ;)
##### Steps to reproduce actual behavior
Hold right-arrow down to run and then press space to jump - does not always do the expected.
| 1.0 | Jump not working while running - SuperTux version: v0.5.0-rc.1-8-g635693a
System information: Solus 1.2, kernel 4.7.0. SuperTux installed from distro's repository
##### Expected behavior
Be able to jump when walking (pressing right, and press space to jump).
##### Actual behavior
It seems to ignore my jump, so I just run directly into death ;)
##### Steps to reproduce actual behavior
Hold right-arrow down to run and then press space to jump - does not always do the expected.
| non_defect | jump not working while running supertux version rc system information solus kernel supertux installed from distro s repository expected behavior be able to jump when walking pressing right and press space to jump actual behavior it seems to ignore my jump so i just run directly into death steps to reproduce actual behavior hold right arrow down to run and then press space to jump does not always do the expected | 0 |
77,460 | 27,004,570,334 | IssuesEvent | 2023-02-10 10:34:51 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Loop | T-Defect | ### Steps to reproduce
1. You should inject `feneas.org` to your server list in Explore. I have this server there.
2. Start Element Desktop
3. Open Explore
4. Select `feneas.org`
More detailed and hard way:
1. Create own Matrix servers
2. Create rooms. Imitate that rooms with users exist.
3. Add in server list and ask for rooms.
4. Exit from Element
5. Disable server;
6. Ask for rooms again.
### Outcome
#### What did you expect?
Report that server does not exist.
#### What happened instead?
About 60 seconds of loading, empty room list and nothing that server does not exist.
### Operating system
Windows
### Application version
1.11.22
### How did you install the app?
In-app update
### Homeserver
matrix.org
### Will you send logs?
No | 1.0 | Loop - ### Steps to reproduce
1. You should inject `feneas.org` to your server list in Explore. I have this server there.
2. Start Element Desktop
3. Open Explore
4. Select `feneas.org`
More detailed and hard way:
1. Create own Matrix servers
2. Create rooms. Imitate that rooms with users exist.
3. Add in server list and ask for rooms.
4. Exit from Element
5. Disable server;
6. Ask for rooms again.
### Outcome
#### What did you expect?
Report that server does not exist.
#### What happened instead?
About 60 seconds of loading, empty room list and nothing that server does not exist.
### Operating system
Windows
### Application version
1.11.22
### How did you install the app?
In-app update
### Homeserver
matrix.org
### Will you send logs?
No | defect | loop steps to reproduce you should inject feneas org to your server list in explore i have this server there start element desktop open explore select feneas org more detailed and hard way create own matrix servers create rooms imitate that rooms with users exist add in server list and ask for rooms exit from element disable server ask for rooms again outcome what did you expect report that server does not exist what happened instead about seconds of loading empty room list and nothing that server does not exist operating system windows application version how did you install the app in app update homeserver matrix org will you send logs no | 1 |
32,869 | 6,953,398,112 | IssuesEvent | 2017-12-06 20:53:00 | Dzhuneyt/jquery-tubular | https://api.github.com/repos/Dzhuneyt/jquery-tubular | closed | User must physically interact with a video on mobile before the api will work. | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Load the simple demo
https://dl.dropboxusercontent.com/u/11833872/stupil_prototype/youtube_iframe_tub
ular.html
2. Verify that the video can't be played.
What is the expected output? What do you see instead?
The video should display a play button and be pressed by the end user. Instead
we see a black background.
What version of the product are you using? On what operating system?
Android 2.2+, iOS 4+
Please provide any additional information below.
This fix eliminates autoplay on desktop in exchange for having a working
youtube video on mobile. The play, pause, and seekto features may still be used
once the video has been interacted with by a user.
```
Original issue reported on code.google.com by `b...@stupil.com` on 23 Aug 2013 at 4:46
Attachments:
- [jquery-tubular-ios-fix.patch](https://storage.googleapis.com/google-code-attachments/jquery-tubular/issue-44/comment-0/jquery-tubular-ios-fix.patch)
| 1.0 | User must physically interact with a video on mobile before the api will work. - ```
What steps will reproduce the problem?
1. Load the simple demo
https://dl.dropboxusercontent.com/u/11833872/stupil_prototype/youtube_iframe_tub
ular.html
2. Verify that the video can't be played.
What is the expected output? What do you see instead?
The video should display a play button and be pressed by the end user. Instead
we see a black background.
What version of the product are you using? On what operating system?
Android 2.2+, iOS 4+
Please provide any additional information below.
This fix eliminates autoplay on desktop in exchange for having a working
youtube video on mobile. The play, pause, and seekto features may still be used
once the video has been interacted with by a user.
```
Original issue reported on code.google.com by `b...@stupil.com` on 23 Aug 2013 at 4:46
Attachments:
- [jquery-tubular-ios-fix.patch](https://storage.googleapis.com/google-code-attachments/jquery-tubular/issue-44/comment-0/jquery-tubular-ios-fix.patch)
| defect | user must physically interact with a video on mobile before the api will work what steps will reproduce the problem load the simple demo ular html verify that the video can t be played what is the expected output what do you see instead the video should display a play button and be pressed by the end user instead we see a black background what version of the product are you using on what operating system android ios please provide any additional information below this fix eliminates autoplay on desktop in exchange for having a working youtube video on mobile the play pause and seekto features may still be used once the video has been interacted with by a user original issue reported on code google com by b stupil com on aug at attachments | 1 |
45,239 | 12,679,928,256 | IssuesEvent | 2020-06-19 12:47:18 | line/armeria | https://api.github.com/repos/line/armeria | closed | I have a question about DocService. | defect question | I have a question about DocService.
Why doesn't @PATCH have a requestbody?

| 1.0 | I have a question about DocService. - I have a question about DocService.
Why doesn't @PATCH have a requestbody?

| defect | i have a question about docservice i have a question about docservice why doesn t patch have a requestbody | 1 |
625,096 | 19,718,489,300 | IssuesEvent | 2022-01-13 13:25:08 | projectdiscovery/nuclei | https://api.github.com/repos/projectdiscovery/nuclei | closed | Project doesn't prevent running templates again | Priority: Medium Status: Completed Type: Bug | <!--
1. Please search to see if an issue already exists for the bug you encountered.
2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/nuclei/discussions or
3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #nuclei channel.
-->
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
### Nuclei version:
Current Version: 2.5.5
### Current Behavior:
Project doesn't prevent running templates again
### Expected Behavior:
Project should prevent running templates again
### Steps To Reproduce:
<!--
Example: steps to reproduce the behavior:
1. Run 'nuclei -t ... -u ..'
2. See error...
-->
1. Run
```bash
nuclei -u http://testphp.vulnweb.com -t ~/nuclei-templates -project -project-path `echo "$(pwd)/.cache"`
```
2. Run
```bash
nuclei -u http://testphp.vulnweb.com -t ~/nuclei-templates -project -project-path `echo "$(pwd)/.cache"` -debug -vv -p http://127.0.0.1:8080
```
3. Project don't prevent running templates again
| 1.0 | Project doesn't prevent running templates again - <!--
1. Please search to see if an issue already exists for the bug you encountered.
2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/nuclei/discussions or
3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #nuclei channel.
-->
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
### Nuclei version:
Current Version: 2.5.5
### Current Behavior:
Project doesn't prevent running templates again
### Expected Behavior:
Project should prevent running templates again
### Steps To Reproduce:
<!--
Example: steps to reproduce the behavior:
1. Run 'nuclei -t ... -u ..'
2. See error...
-->
1. Run
```bash
nuclei -u http://testphp.vulnweb.com -t ~/nuclei-templates -project -project-path `echo "$(pwd)/.cache"`
```
2. Run
```bash
nuclei -u http://testphp.vulnweb.com -t ~/nuclei-templates -project -project-path `echo "$(pwd)/.cache"` -debug -vv -p http://127.0.0.1:8080
```
3. Project don't prevent running templates again
| non_defect | project doesn t prevent running templates again please search to see if an issue already exists for the bug you encountered for support requests faqs or how to questions please use the github discussions section instead or join our discord server at and post the question on the nuclei channel nuclei version current version current behavior project doesn t prevent running templates again expected behavior project should prevent running templates again steps to reproduce example steps to reproduce the behavior run nuclei t u see error run bash nuclei u t nuclei templates project project path echo pwd cache run bash nuclei u t nuclei templates project project path echo pwd cache debug vv p project don t prevent running templates again | 0 |
19,892 | 3,273,628,519 | IssuesEvent | 2015-10-26 04:24:42 | npgall/cqengine | https://api.github.com/repos/npgall/cqengine | closed | ObjectLockingIndexedCollection's StripedLock does not handle negative hashcodes | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Create a class that overrides hashCode method and produces a negative hash
code.
2. Create an indexed collection of the class created in step 1 that is backed
by an ObjectLockingIndexedCollection.
3. Attempt to add an instance of the test class to the collection.
What is the expected output? What do you see instead?
Expected: object added to collection.
Instead: ArrayIndexOutOfBoundsException
What version of the product are you using? On what operating system?
1.2.6, Windows 7 Enterprise
Please provide any additional information below.
The StripedLock class needs to account for negative hash code values to avoid
indexing into the array of locks with a negative index value.
```
Original issue reported on code.google.com by `mbje...@gmail.com` on 7 Apr 2014 at 9:59 | 1.0 | ObjectLockingIndexedCollection's StripedLock does not handle negative hashcodes - ```
What steps will reproduce the problem?
1. Create a class that overrides hashCode method and produces a negative hash
code.
2. Create an indexed collection of the class created in step 1 that is backed
by an ObjectLockingIndexedCollection.
3. Attempt to add an instance of the test class to the collection.
What is the expected output? What do you see instead?
Expected: object added to collection.
Instead: ArrayIndexOutOfBoundsException
What version of the product are you using? On what operating system?
1.2.6, Windows 7 Enterprise
Please provide any additional information below.
The StripedLock class needs to account for negative hash code values to avoid
indexing into the array of locks with a negative index value.
```
Original issue reported on code.google.com by `mbje...@gmail.com` on 7 Apr 2014 at 9:59 | defect | objectlockingindexedcollection s stripedlock does not handle negative hashcodes what steps will reproduce the problem create a class that overrides hashcode method and produces a negative hash code create an indexed collection of the class created in step that is backed by an objectlockingindexedcollection attempt to add an instance of the test class to the collection what is the expected output what do you see instead expected object added to collection instead arrayindexoutofboundsexception what version of the product are you using on what operating system windows enterprise please provide any additional information below the stripedlock class needs to account for negative hash code values to avoid indexing into the array of locks with a negative index value original issue reported on code google com by mbje gmail com on apr at | 1 |
779,568 | 27,358,733,272 | IssuesEvent | 2023-02-27 14:33:23 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | calendar.google.com - design is broken | status-needsinfo browser-firefox priority-critical engine-gecko trend-graphicglitch | <!-- @browser: Firefox 110.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0 -->
<!-- @reported_with: unknown -->
**URL**: https://calendar.google.com
**Browser / Version**: Firefox 110.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Chrome
**Problem type**: Design is broken
**Description**: Images not loaded
**Steps to Reproduce**:
Instead of the images I get to see the alt txt description of the images... I have this also on my homebankig site... Where the burrons show up garbled.. Have picture....
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/2/2006f1c7-49b0-437b-b361-08bc40016a1a.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | calendar.google.com - design is broken - <!-- @browser: Firefox 110.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0 -->
<!-- @reported_with: unknown -->
**URL**: https://calendar.google.com
**Browser / Version**: Firefox 110.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Chrome
**Problem type**: Design is broken
**Description**: Images not loaded
**Steps to Reproduce**:
Instead of the images I get to see the alt txt description of the images... I have this also on my homebankig site... Where the burrons show up garbled.. Have picture....
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/2/2006f1c7-49b0-437b-b361-08bc40016a1a.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | calendar google com design is broken url browser version firefox operating system windows tested another browser yes chrome problem type design is broken description images not loaded steps to reproduce instead of the images i get to see the alt txt description of the images i have this also on my homebankig site where the burrons show up garbled have picture view the screenshot img alt screenshot src browser configuration none from with ❤️ | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.