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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
97,043 | 28,083,818,166 | IssuesEvent | 2023-03-30 08:26:47 | eclipse-edc/Connector | https://api.github.com/repos/eclipse-edc/Connector | closed | chore: get rid of the DependencyPlugin | build | # Feature Request
Remove the DependencyPlugin, as in fact it's not providing any value and likely it's implementation it's not reflecting the current needs.
## Which Areas Would Be Affected?
build
## Why Is the Feature Desired?
cleanup
| 1.0 | chore: get rid of the DependencyPlugin - # Feature Request
Remove the DependencyPlugin, as in fact it's not providing any value and likely it's implementation it's not reflecting the current needs.
## Which Areas Would Be Affected?
build
## Why Is the Feature Desired?
cleanup
| non_defect | chore get rid of the dependencyplugin feature request remove the dependencyplugin as in fact it s not providing any value and likely it s implementation it s not reflecting the current needs which areas would be affected build why is the feature desired cleanup | 0 |
52,538 | 13,224,804,727 | IssuesEvent | 2020-08-17 19:53:02 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [PROPOSAL] fatal in decay (Trac #2397) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2397">https://code.icecube.wisc.edu/projects/icecube/ticket/2397</a>, reported by grenziand owned by jsoedingrekso</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2020-06-24T12:31:42",
"_ts": "1593001902142004",
"description": "I found this fatal error running PROPOSAL via the script [https://code.icecube.wisc.edu/projects/icecube/browser/IceCube/meta-projects/combo/trunk/simprod-scripts/resources/scripts/clsim.py]:\n\n\n{{{\nFATAL (PROPOSAL): Kaellen function is negative. Cannot caluclate momentum (Decay\nChannel.cxx:88 in static double PROPOSAL::DecayChannel::Momentum(double, double,\n double))\nERROR (I3Module): propagator_propagator: Exception thrown (I3Module.cxx:123 in v\noid I3Module::Do(void (I3Module::*)()))\nTraceback (most recent call last):\n File \"/data/user/grenzi/combo-py3/src/simprod-scripts/resources/scripts/clsim.\npy\", line 188, in <module>\n main()\n File \"/data/user/grenzi/combo-py3/src/simprod-scripts/resources/scripts/clsim.\npy\", line 184, in main\n usegslrng=params['usegslrng'])\n File \"/data/user/grenzi/combo-py3/build/lib/icecube/simprod/util/simprodtray.py\", line 150, in RunI3Tray\n _execute(tray, executionmaxcount)\n File \"/data/user/grenzi/combo-py3/build/lib/icecube/simprod/util/simprodtray.py\", line 53, in _execute\n tray.Execute()\n File \"/data/user/grenzi/combo-py3/build/lib/I3Tray.py\", line 256, in Execute\n super(I3Tray, self).Execute()\nRuntimeError: Kaellen function is negative. Cannot caluclate momentum (in static double PROPOSAL::DecayChannel::Momentum(double, double, double))\n}}}\n\nThe error seems to come from here at line 88 [https://code.icecube.wisc.edu/projects/icecube/browser/IceCube/meta-projects/combo/trunk/PROPOSAL/private/PROPOSAL/decay/DecayChannel.cxx]\n\n\n{{{\n79 double DecayChannel::Momentum(double m1, double m2, double m3)\n80\t{\n81\t double kaellen = (m1 - m2 - m3) * (m1 + m2 + m3) * (m1 - m2 + m3) * (m1 + m2 - m3);\n82\t\n83\t if (kaellen > 0.0)\n84\t {\n85\t return std::sqrt(kaellen) / (2.0 * m1);\n86\t } else\n87\t {\n88\t log_fatal(\"Kaellen function is negative. Cannot caluclate momentum\");\n89\t return 0.0;\n90\t }\n91\t}\n}}}\n\n\nThis error prevents the propagation process for all of the following frames. I think the right thing would be just skipping the single wrong one.\n",
"reporter": "grenzi",
"cc": "",
"resolution": "fixed",
"time": "2020-01-08T09:47:52",
"component": "combo simulation",
"summary": "[PROPOSAL] fatal in decay",
"priority": "major",
"keywords": "",
"milestone": "Autumnal Equinox 2020",
"owner": "jsoedingrekso",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [PROPOSAL] fatal in decay (Trac #2397) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2397">https://code.icecube.wisc.edu/projects/icecube/ticket/2397</a>, reported by grenziand owned by jsoedingrekso</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2020-06-24T12:31:42",
"_ts": "1593001902142004",
"description": "I found this fatal error running PROPOSAL via the script [https://code.icecube.wisc.edu/projects/icecube/browser/IceCube/meta-projects/combo/trunk/simprod-scripts/resources/scripts/clsim.py]:\n\n\n{{{\nFATAL (PROPOSAL): Kaellen function is negative. Cannot caluclate momentum (Decay\nChannel.cxx:88 in static double PROPOSAL::DecayChannel::Momentum(double, double,\n double))\nERROR (I3Module): propagator_propagator: Exception thrown (I3Module.cxx:123 in v\noid I3Module::Do(void (I3Module::*)()))\nTraceback (most recent call last):\n File \"/data/user/grenzi/combo-py3/src/simprod-scripts/resources/scripts/clsim.\npy\", line 188, in <module>\n main()\n File \"/data/user/grenzi/combo-py3/src/simprod-scripts/resources/scripts/clsim.\npy\", line 184, in main\n usegslrng=params['usegslrng'])\n File \"/data/user/grenzi/combo-py3/build/lib/icecube/simprod/util/simprodtray.py\", line 150, in RunI3Tray\n _execute(tray, executionmaxcount)\n File \"/data/user/grenzi/combo-py3/build/lib/icecube/simprod/util/simprodtray.py\", line 53, in _execute\n tray.Execute()\n File \"/data/user/grenzi/combo-py3/build/lib/I3Tray.py\", line 256, in Execute\n super(I3Tray, self).Execute()\nRuntimeError: Kaellen function is negative. Cannot caluclate momentum (in static double PROPOSAL::DecayChannel::Momentum(double, double, double))\n}}}\n\nThe error seems to come from here at line 88 [https://code.icecube.wisc.edu/projects/icecube/browser/IceCube/meta-projects/combo/trunk/PROPOSAL/private/PROPOSAL/decay/DecayChannel.cxx]\n\n\n{{{\n79 double DecayChannel::Momentum(double m1, double m2, double m3)\n80\t{\n81\t double kaellen = (m1 - m2 - m3) * (m1 + m2 + m3) * (m1 - m2 + m3) * (m1 + m2 - m3);\n82\t\n83\t if (kaellen > 0.0)\n84\t {\n85\t return std::sqrt(kaellen) / (2.0 * m1);\n86\t } else\n87\t {\n88\t log_fatal(\"Kaellen function is negative. Cannot caluclate momentum\");\n89\t return 0.0;\n90\t }\n91\t}\n}}}\n\n\nThis error prevents the propagation process for all of the following frames. I think the right thing would be just skipping the single wrong one.\n",
"reporter": "grenzi",
"cc": "",
"resolution": "fixed",
"time": "2020-01-08T09:47:52",
"component": "combo simulation",
"summary": "[PROPOSAL] fatal in decay",
"priority": "major",
"keywords": "",
"milestone": "Autumnal Equinox 2020",
"owner": "jsoedingrekso",
"type": "defect"
}
```
</p>
</details>
| defect | fatal in decay trac migrated from json status closed changetime ts description i found this fatal error running proposal via the script n n n nfatal proposal kaellen function is negative cannot caluclate momentum decay nchannel cxx in static double proposal decaychannel momentum double double n double nerror propagator propagator exception thrown cxx in v noid do void ntraceback most recent call last n file data user grenzi combo src simprod scripts resources scripts clsim npy line in n main n file data user grenzi combo src simprod scripts resources scripts clsim npy line in main n usegslrng params n file data user grenzi combo build lib icecube simprod util simprodtray py line in n execute tray executionmaxcount n file data user grenzi combo build lib icecube simprod util simprodtray py line in execute n tray execute n file data user grenzi combo build lib py line in execute n super self execute nruntimeerror kaellen function is negative cannot caluclate momentum in static double proposal decaychannel momentum double double double n n nthe error seems to come from here at line n n n double decaychannel momentum double double double t t double kaellen t t if kaellen t t return std sqrt kaellen t else t t log fatal kaellen function is negative cannot caluclate momentum t return t t n n n nthis error prevents the propagation process for all of the following frames i think the right thing would be just skipping the single wrong one n reporter grenzi cc resolution fixed time component combo simulation summary fatal in decay priority major keywords milestone autumnal equinox owner jsoedingrekso type defect | 1 |
71,378 | 15,194,670,644 | IssuesEvent | 2021-02-16 04:22:06 | MythicDrops/github-cdkactions | https://api.github.com/repos/MythicDrops/github-cdkactions | opened | CVE-2015-9251 (Medium) detected in jquery-1.8.1.min.js | security vulnerability | ## CVE-2015-9251 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.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.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p>
<p>Path to dependency file: github-cdkactions/node_modules/redeyed/examples/browser/index.html</p>
<p>Path to vulnerable library: github-cdkactions/node_modules/redeyed/examples/browser/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.8.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/MythicDrops/github-cdkactions/commit/04b2f3e92f863f8bca9985906899f6e50eb9ef79">04b2f3e92f863f8bca9985906899f6e50eb9ef79</a></p>
<p>Found in base branch: <b>main</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.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
<p>Publish Date: 2018-01-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251>CVE-2015-9251</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://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p>
<p>Release Date: 2018-01-18</p>
<p>Fix Resolution: jQuery - v3.0.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-2015-9251 (Medium) detected in jquery-1.8.1.min.js - ## CVE-2015-9251 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.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.8.1/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js</a></p>
<p>Path to dependency file: github-cdkactions/node_modules/redeyed/examples/browser/index.html</p>
<p>Path to vulnerable library: github-cdkactions/node_modules/redeyed/examples/browser/index.html</p>
<p>
Dependency Hierarchy:
- :x: **jquery-1.8.1.min.js** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/MythicDrops/github-cdkactions/commit/04b2f3e92f863f8bca9985906899f6e50eb9ef79">04b2f3e92f863f8bca9985906899f6e50eb9ef79</a></p>
<p>Found in base branch: <b>main</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.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.
<p>Publish Date: 2018-01-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-9251>CVE-2015-9251</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://nvd.nist.gov/vuln/detail/CVE-2015-9251">https://nvd.nist.gov/vuln/detail/CVE-2015-9251</a></p>
<p>Release Date: 2018-01-18</p>
<p>Fix Resolution: jQuery - v3.0.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 medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file github cdkactions node modules redeyed examples browser index html path to vulnerable library github cdkactions node modules redeyed examples browser index html dependency hierarchy x jquery min js vulnerable library found in head commit a href found in base branch main vulnerability details jquery before is vulnerable to cross site scripting xss attacks when a cross domain ajax request is performed without the datatype option causing text javascript responses to be executed 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 jquery step up your open source security game with whitesource | 0 |
102,414 | 31,992,355,921 | IssuesEvent | 2023-09-21 06:57:46 | kata-containers/kata-containers | https://api.github.com/repos/kata-containers/kata-containers | closed | CC | osbuilder: Rust environment cannot be found When `AGENT_SOURCE_BIN` is set | bug needs-review area/osbuilder area/confidential-containers | # Description of problem
When AGENT_SOURCE_BIN is set, the Rust environment cannot be found during the attestation agent build process.
```
script -fec 'USE_DOCKER=true AGENT_SOURCE_BIN=/root/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-musl/release/kata-agent KATA_BUILD_CC=yes AA_KBC="cc_kbc_tdx" ./rootfs.sh "${distro}"'
```
# Expected result
Built rootfs successfull.
# Actual result
```
cd app && cargo build --release --no-default-features --features " cc_kbc_tdx ttrpc,rust-crypto" --target x86_64-unknown-linux-gnu
/bin/sh: 1: cargo: not found
make: *** [Makefile:125: build] Error 127
Failed at 693: make KBC=${AA_KBC} ttrpc=true
```
# Further information
(replace this text with any extra information you think might be useful)
| 1.0 | CC | osbuilder: Rust environment cannot be found When `AGENT_SOURCE_BIN` is set - # Description of problem
When AGENT_SOURCE_BIN is set, the Rust environment cannot be found during the attestation agent build process.
```
script -fec 'USE_DOCKER=true AGENT_SOURCE_BIN=/root/go/src/github.com/kata-containers/kata-containers/src/agent/target/x86_64-unknown-linux-musl/release/kata-agent KATA_BUILD_CC=yes AA_KBC="cc_kbc_tdx" ./rootfs.sh "${distro}"'
```
# Expected result
Built rootfs successfull.
# Actual result
```
cd app && cargo build --release --no-default-features --features " cc_kbc_tdx ttrpc,rust-crypto" --target x86_64-unknown-linux-gnu
/bin/sh: 1: cargo: not found
make: *** [Makefile:125: build] Error 127
Failed at 693: make KBC=${AA_KBC} ttrpc=true
```
# Further information
(replace this text with any extra information you think might be useful)
| non_defect | cc osbuilder rust environment cannot be found when agent source bin is set description of problem when agent source bin is set the rust environment cannot be found during the attestation agent build process script fec use docker true agent source bin root go src github com kata containers kata containers src agent target unknown linux musl release kata agent kata build cc yes aa kbc cc kbc tdx rootfs sh distro expected result built rootfs successfull actual result cd app cargo build release no default features features cc kbc tdx ttrpc rust crypto target unknown linux gnu bin sh cargo not found make error failed at make kbc aa kbc ttrpc true further information replace this text with any extra information you think might be useful | 0 |
52,998 | 13,260,067,075 | IssuesEvent | 2020-08-20 17:38:20 | jkoan/test-navit | https://api.github.com/repos/jkoan/test-navit | closed | missing X11/Xmu/WinUtil.h not detected (Trac #81) | Incomplete Migration Migrated from Trac anonymous defect/bug install | Migrated from http://trac.navit-project.org/ticket/81
```json
{
"status": "closed",
"changetime": "2008-02-08T15:27:16",
"_ts": "1202484436000000",
"description": "when installing from current cvs version on ubuntu gutsy with sdl enabled, the missing X11/Xmu/WinUtil.h is not detected by ./configure, raising a compile time error. (as is /usr/lib/libILU.la.)\n\ni don't know how serious you take this in cvs, filing it as a minor defect.",
"reporter": "anonymous",
"cc": "",
"resolution": "worksforme",
"time": "2008-01-27T18:49:11",
"component": "install",
"summary": "missing X11/Xmu/WinUtil.h not detected",
"priority": "minor",
"keywords": "",
"version": "",
"milestone": "version 0.0.4",
"owner": "anonymous",
"type": "defect/bug",
"severity": ""
}
```
| 1.0 | missing X11/Xmu/WinUtil.h not detected (Trac #81) - Migrated from http://trac.navit-project.org/ticket/81
```json
{
"status": "closed",
"changetime": "2008-02-08T15:27:16",
"_ts": "1202484436000000",
"description": "when installing from current cvs version on ubuntu gutsy with sdl enabled, the missing X11/Xmu/WinUtil.h is not detected by ./configure, raising a compile time error. (as is /usr/lib/libILU.la.)\n\ni don't know how serious you take this in cvs, filing it as a minor defect.",
"reporter": "anonymous",
"cc": "",
"resolution": "worksforme",
"time": "2008-01-27T18:49:11",
"component": "install",
"summary": "missing X11/Xmu/WinUtil.h not detected",
"priority": "minor",
"keywords": "",
"version": "",
"milestone": "version 0.0.4",
"owner": "anonymous",
"type": "defect/bug",
"severity": ""
}
```
| defect | missing xmu winutil h not detected trac migrated from json status closed changetime ts description when installing from current cvs version on ubuntu gutsy with sdl enabled the missing xmu winutil h is not detected by configure raising a compile time error as is usr lib libilu la n ni don t know how serious you take this in cvs filing it as a minor defect reporter anonymous cc resolution worksforme time component install summary missing xmu winutil h not detected priority minor keywords version milestone version owner anonymous type defect bug severity | 1 |
32,497 | 15,394,785,399 | IssuesEvent | 2021-03-03 18:21:34 | facebook/hermes | https://api.github.com/repos/facebook/hermes | closed | A possible performance problem related to frequent memory allocation | enhancement performance | #### Description
Repeatedly assigning a value to an index with a large value in the array will cause the execution time of Hermes engine to be much longer than the execution time of other engines.
#### Version
b6530ae
#### Testcase
```javascript
var NISLFuzzingFunc = function () {
var arr2 = [1];
arr2[500000] = 'X';
};
for (var INDEX = 0; INDEX < 1000; INDEX++) {
NISLFuzzingFunc();
}
```
#### Command:
```
build_release/bin/hermes -w testcase.js
```
#### Execution time
```
hermes: 1109ms
JerryScript: 12ms
duktape: 16ms
quickJS: 12ms
MuJS: 13ms
```
#### Build step
```
hermes/utils/build/configure.py --distribute
cd build_release && ninja
```
#### CPU
```
Intel(R) Core(TM) i9-9940X CPU @ 3.30GHzz
``` | True | A possible performance problem related to frequent memory allocation - #### Description
Repeatedly assigning a value to an index with a large value in the array will cause the execution time of Hermes engine to be much longer than the execution time of other engines.
#### Version
b6530ae
#### Testcase
```javascript
var NISLFuzzingFunc = function () {
var arr2 = [1];
arr2[500000] = 'X';
};
for (var INDEX = 0; INDEX < 1000; INDEX++) {
NISLFuzzingFunc();
}
```
#### Command:
```
build_release/bin/hermes -w testcase.js
```
#### Execution time
```
hermes: 1109ms
JerryScript: 12ms
duktape: 16ms
quickJS: 12ms
MuJS: 13ms
```
#### Build step
```
hermes/utils/build/configure.py --distribute
cd build_release && ninja
```
#### CPU
```
Intel(R) Core(TM) i9-9940X CPU @ 3.30GHzz
``` | non_defect | a possible performance problem related to frequent memory allocation description repeatedly assigning a value to an index with a large value in the array will cause the execution time of hermes engine to be much longer than the execution time of other engines version testcase javascript var nislfuzzingfunc function var x for var index index index nislfuzzingfunc command build release bin hermes w testcase js execution time hermes jerryscript duktape quickjs mujs build step hermes utils build configure py distribute cd build release ninja cpu intel r core tm cpu | 0 |
65,934 | 12,697,985,736 | IssuesEvent | 2020-06-22 12:45:20 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Investigate why the Burgers.Test* dotnet benchmarks run slow on mono-interpreter | area-Codegen-Interpreter-mono tenet-performance | [DotNet Microbenchmarks on MonoJit and Interpreter.xlsx](https://github.com/dotnet/runtime/files/4293434/DotNet.Microbenchmarks.on.MonoJit.and.Interpreter.xlsx)
From attached sheet, seems like the Burgers.Test* benchmarks are very slow on Mono Interpreter compared to the Mono-Jit run. Refer to second column in copy-paste below, or refer to attached excel sheet. I'll paste in exact repro steps to run the benchmarks locally.
**Benchmark | dotnet_core | mono_interpreter | mono_jit**
Burgers.Test0 | 1 | 182.19 | 11.67
Burgers.Test1 | 1 | 240.41 | 13.8
Burgers.Test3 | 1 | 2550.7 | 4.8
| 1.0 | Investigate why the Burgers.Test* dotnet benchmarks run slow on mono-interpreter - [DotNet Microbenchmarks on MonoJit and Interpreter.xlsx](https://github.com/dotnet/runtime/files/4293434/DotNet.Microbenchmarks.on.MonoJit.and.Interpreter.xlsx)
From attached sheet, seems like the Burgers.Test* benchmarks are very slow on Mono Interpreter compared to the Mono-Jit run. Refer to second column in copy-paste below, or refer to attached excel sheet. I'll paste in exact repro steps to run the benchmarks locally.
**Benchmark | dotnet_core | mono_interpreter | mono_jit**
Burgers.Test0 | 1 | 182.19 | 11.67
Burgers.Test1 | 1 | 240.41 | 13.8
Burgers.Test3 | 1 | 2550.7 | 4.8
| non_defect | investigate why the burgers test dotnet benchmarks run slow on mono interpreter from attached sheet seems like the burgers test benchmarks are very slow on mono interpreter compared to the mono jit run refer to second column in copy paste below or refer to attached excel sheet i ll paste in exact repro steps to run the benchmarks locally benchmark dotnet core mono interpreter mono jit burgers burgers burgers | 0 |
71,324 | 23,540,404,418 | IssuesEvent | 2022-08-20 09:48:39 | dkfans/keeperfx | https://api.github.com/repos/dkfans/keeperfx | opened | Dwarves get stuck in ceiling in tunnels | Type-Defect | 

Images provided by used playing dread mountain | 1.0 | Dwarves get stuck in ceiling in tunnels - 

Images provided by used playing dread mountain | defect | dwarves get stuck in ceiling in tunnels images provided by used playing dread mountain | 1 |
43,504 | 11,735,448,394 | IssuesEvent | 2020-03-11 11:09:19 | hazelcast/hazelcast-python-client | https://api.github.com/repos/hazelcast/hazelcast-python-client | closed | set_excetion instead of set_exception in invocation.py | Type: Critical Type: Defect | I tried the python client (version 3.12.2) on my laptop, set it it to sleep and logged in again.
There was a heartbeat problem which I guess is expected, but during that error a typo causes another error:
```
ERROR: [3.12.2] [dev] [hz.client_0] Error in Reactor Thread
Traceback (most recent call last):
File "C:\Users\...\venv\lib\site-packages\hazelcast\reactor.py", line 46, in _loop
self._check_timers()
File "C:\Users\...\venv\lib\site-packages\hazelcast\reactor.py", line 66, in _check_timers
if timer.check_timer(now):
File "C:\Users\...\venv\lib\site-packages\hazelcast\reactor.py", line 277, in check_timer
self.timer_ended_cb()
File "C:\Users\...\venv\lib\site-packages\hazelcast\invocation.py", line 102, in invoke_smart
self._send(invocation, invocation.connection, ignore_heartbeat)
File "C:\Users\...\venv\lib\site-packages\hazelcast\invocation.py", line 188, in _send
self._handle_exception(invocation, TargetDisconnectedError("%s has stopped heart beating." % connection))
File "C:\Users\...\venv\lib\site-packages\hazelcast\invocation.py", line 242, in _handle_exception
invocation.set_excetion(TimeoutError(
AttributeError: 'Invocation' object has no attribute 'set_excetion'
```
As you can see `set_excetion` is a typo (should be exce**p**tion) and the `Invocation` object doesn't have that function and raises an `AttributeError`. | 1.0 | set_excetion instead of set_exception in invocation.py - I tried the python client (version 3.12.2) on my laptop, set it it to sleep and logged in again.
There was a heartbeat problem which I guess is expected, but during that error a typo causes another error:
```
ERROR: [3.12.2] [dev] [hz.client_0] Error in Reactor Thread
Traceback (most recent call last):
File "C:\Users\...\venv\lib\site-packages\hazelcast\reactor.py", line 46, in _loop
self._check_timers()
File "C:\Users\...\venv\lib\site-packages\hazelcast\reactor.py", line 66, in _check_timers
if timer.check_timer(now):
File "C:\Users\...\venv\lib\site-packages\hazelcast\reactor.py", line 277, in check_timer
self.timer_ended_cb()
File "C:\Users\...\venv\lib\site-packages\hazelcast\invocation.py", line 102, in invoke_smart
self._send(invocation, invocation.connection, ignore_heartbeat)
File "C:\Users\...\venv\lib\site-packages\hazelcast\invocation.py", line 188, in _send
self._handle_exception(invocation, TargetDisconnectedError("%s has stopped heart beating." % connection))
File "C:\Users\...\venv\lib\site-packages\hazelcast\invocation.py", line 242, in _handle_exception
invocation.set_excetion(TimeoutError(
AttributeError: 'Invocation' object has no attribute 'set_excetion'
```
As you can see `set_excetion` is a typo (should be exce**p**tion) and the `Invocation` object doesn't have that function and raises an `AttributeError`. | defect | set excetion instead of set exception in invocation py i tried the python client version on my laptop set it it to sleep and logged in again there was a heartbeat problem which i guess is expected but during that error a typo causes another error error error in reactor thread traceback most recent call last file c users venv lib site packages hazelcast reactor py line in loop self check timers file c users venv lib site packages hazelcast reactor py line in check timers if timer check timer now file c users venv lib site packages hazelcast reactor py line in check timer self timer ended cb file c users venv lib site packages hazelcast invocation py line in invoke smart self send invocation invocation connection ignore heartbeat file c users venv lib site packages hazelcast invocation py line in send self handle exception invocation targetdisconnectederror s has stopped heart beating connection file c users venv lib site packages hazelcast invocation py line in handle exception invocation set excetion timeouterror attributeerror invocation object has no attribute set excetion as you can see set excetion is a typo should be exce p tion and the invocation object doesn t have that function and raises an attributeerror | 1 |
346,199 | 10,409,226,971 | IssuesEvent | 2019-09-13 08:12:27 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.google.com - see bug description | browser-firefox-mobile engine-gecko priority-critical | <!-- @browser: Firefox Mobile 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:69.0) Gecko/69.0 Firefox/69.0 -->
<!-- @reported_with: -->
**URL**: https://www.google.com/?gws_rd=ssl#spf=1568308877958
**Browser / Version**: Firefox Mobile 69.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: loading old version of google page when searched
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | www.google.com - see bug description - <!-- @browser: Firefox Mobile 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:69.0) Gecko/69.0 Firefox/69.0 -->
<!-- @reported_with: -->
**URL**: https://www.google.com/?gws_rd=ssl#spf=1568308877958
**Browser / Version**: Firefox Mobile 69.0
**Operating System**: Android
**Tested Another Browser**: Yes
**Problem type**: Something else
**Description**: loading old version of google page when searched
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description loading old version of google page when searched steps to reproduce browser configuration none from with ❤️ | 0 |
87,495 | 17,288,316,646 | IssuesEvent | 2021-07-24 06:55:58 | bbatsov/solarized-emacs | https://api.github.com/repos/bbatsov/solarized-emacs | closed | provide a toggle-solarized-theme (or similar) function | code enhancement | i would love to have simple way to toggle between dark and light modes (e.g. because light conditions changed). i currently work around this using a variable and a toggle function in my `init.el` like this:
``` elisp
(load-theme 'solarized-dark t)
(setq active-theme 'solarized-dark)
(defun toggle-dark-light-theme ()
(interactive)
(if (eq active-theme 'solarized-light)
(setq active-theme 'solarized-dark)
(setq active-theme 'solarized-light))
(load-theme active-theme))
```
it would be nicer to have this functionality built-in.
| 1.0 | provide a toggle-solarized-theme (or similar) function - i would love to have simple way to toggle between dark and light modes (e.g. because light conditions changed). i currently work around this using a variable and a toggle function in my `init.el` like this:
``` elisp
(load-theme 'solarized-dark t)
(setq active-theme 'solarized-dark)
(defun toggle-dark-light-theme ()
(interactive)
(if (eq active-theme 'solarized-light)
(setq active-theme 'solarized-dark)
(setq active-theme 'solarized-light))
(load-theme active-theme))
```
it would be nicer to have this functionality built-in.
| non_defect | provide a toggle solarized theme or similar function i would love to have simple way to toggle between dark and light modes e g because light conditions changed i currently work around this using a variable and a toggle function in my init el like this elisp load theme solarized dark t setq active theme solarized dark defun toggle dark light theme interactive if eq active theme solarized light setq active theme solarized dark setq active theme solarized light load theme active theme it would be nicer to have this functionality built in | 0 |
80,408 | 30,272,970,901 | IssuesEvent | 2023-07-07 16:55:20 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: entropy calculations failing for large values | defect scipy.stats task | ### Describe your issue.
For a few distributions, the entropy calculation currently fails for large values. As an example, consider the gamma distribution:
for $x>1e12$, the computed entropy starts to oscillate and after approx. `2e16`, returns just 0.

Affected distributions and current PRs that aim to fix it:
- [x] `gamma` #18095
- [x] `gengamma` #18131
- [x] `invgamma` #18122
- [ ] `f`
- [x] `t` #18135
- [ ] `beta` #18499 #18714
- [x] `chi` #18094
- [x] `chi2` #17930
- [x] `genlogistic` #17930
- [ ] `wishart`
- [ ] `invwishart`
- [x] `multivariate_t` #18465
The reason for the failures are catastrophic cancellations occuring in the subtraction of logarithmic beta/gamma functions `betaln`/`gammaln` on one side and the digamma function `psi` or simply `log` on the other side.
This can be avoided by using asymptotic expansions instead of calling the functions from `scipy.special`. See #17930 for examples.
The expansions for $\psi$ and $\ln(\Gamma)$ used in PRs such as #17929 are:
$$
\begin{align}
\psi(x) & \sim\ln(x) - \frac{1}{2x} - \frac{1}{12x^2}+\frac{1}{120x^4}-\frac{1}{252x^6} \\\
\ln(\Gamma(x)) &\sim x\ln(x)-x-\frac{1}{2}\ln(x)+\frac{1}{2}\ln(2\pi)+\frac{1}{12x}-\frac{1}{360x^3}+\frac{1}{1260x^5}
\end{align}
$$
For the beta function, expansions are listed on [Wikipedia](https://en.wikipedia.org/wiki/Beta_function#Approximation):
If $x$ and $y$ are large:
$$
\begin{align}
B(x, y) & \sim\sqrt{2\pi}\frac{x^{x-1/2}y^{y-1/2}}{(x+y)^{x+y-1/2}} \\\
\ln(B(x, y)) & \sim \ln(\sqrt{2\pi})+(x-1/2)\ln(x)+(y-1/2)\ln(y)-(x+y-1/2)\ln(x+y)
\end{align}
$$
If one argument is large (here `y`, same holds for large `x` as `betaln` is symmetric):
$$
\begin{align}
B(x, y) & \sim\Gamma(x)y^{-x} \\\
\ln(B(x, y)) & \sim \ln(\Gamma(x)) - x\ln(y) \\\
\end{align}
$$
This issue can keep track of the necessary fixes.
### Reproducing Code Example
```python
import numpy as np
import matplotlib.pyplot as plt
from scipy import stats
from mpmath import mp
mp.dps = 50
@np.vectorize
def gamma_entropy_reference(x):
x = mp.mpf(x)
return mp.digamma(x) * (mp.one - x) + x + mp.loggamma(x)
x = np.logspace(5, 20, 1000)
reference_entropy = np.array(gamma_entropy_reference(x), np.float64)
plt.semilogx(x, stats.gamma.entropy(x), label="scipy main")
plt.semilogx(x, reference_entropy, label="mpmath")
plt.legend(loc='upper left')
plt.xlabel("$x$")
plt.ylabel("$h$")
plt.ylim(0, 40)
plt.show()
```
### Error message
```shell
See plot above
```
### SciPy/NumPy/Python version and system information
```shell
current main branch
```
| 1.0 | BUG: entropy calculations failing for large values - ### Describe your issue.
For a few distributions, the entropy calculation currently fails for large values. As an example, consider the gamma distribution:
for $x>1e12$, the computed entropy starts to oscillate and after approx. `2e16`, returns just 0.

Affected distributions and current PRs that aim to fix it:
- [x] `gamma` #18095
- [x] `gengamma` #18131
- [x] `invgamma` #18122
- [ ] `f`
- [x] `t` #18135
- [ ] `beta` #18499 #18714
- [x] `chi` #18094
- [x] `chi2` #17930
- [x] `genlogistic` #17930
- [ ] `wishart`
- [ ] `invwishart`
- [x] `multivariate_t` #18465
The reason for the failures are catastrophic cancellations occuring in the subtraction of logarithmic beta/gamma functions `betaln`/`gammaln` on one side and the digamma function `psi` or simply `log` on the other side.
This can be avoided by using asymptotic expansions instead of calling the functions from `scipy.special`. See #17930 for examples.
The expansions for $\psi$ and $\ln(\Gamma)$ used in PRs such as #17929 are:
$$
\begin{align}
\psi(x) & \sim\ln(x) - \frac{1}{2x} - \frac{1}{12x^2}+\frac{1}{120x^4}-\frac{1}{252x^6} \\\
\ln(\Gamma(x)) &\sim x\ln(x)-x-\frac{1}{2}\ln(x)+\frac{1}{2}\ln(2\pi)+\frac{1}{12x}-\frac{1}{360x^3}+\frac{1}{1260x^5}
\end{align}
$$
For the beta function, expansions are listed on [Wikipedia](https://en.wikipedia.org/wiki/Beta_function#Approximation):
If $x$ and $y$ are large:
$$
\begin{align}
B(x, y) & \sim\sqrt{2\pi}\frac{x^{x-1/2}y^{y-1/2}}{(x+y)^{x+y-1/2}} \\\
\ln(B(x, y)) & \sim \ln(\sqrt{2\pi})+(x-1/2)\ln(x)+(y-1/2)\ln(y)-(x+y-1/2)\ln(x+y)
\end{align}
$$
If one argument is large (here `y`, same holds for large `x` as `betaln` is symmetric):
$$
\begin{align}
B(x, y) & \sim\Gamma(x)y^{-x} \\\
\ln(B(x, y)) & \sim \ln(\Gamma(x)) - x\ln(y) \\\
\end{align}
$$
This issue can keep track of the necessary fixes.
### Reproducing Code Example
```python
import numpy as np
import matplotlib.pyplot as plt
from scipy import stats
from mpmath import mp
mp.dps = 50
@np.vectorize
def gamma_entropy_reference(x):
x = mp.mpf(x)
return mp.digamma(x) * (mp.one - x) + x + mp.loggamma(x)
x = np.logspace(5, 20, 1000)
reference_entropy = np.array(gamma_entropy_reference(x), np.float64)
plt.semilogx(x, stats.gamma.entropy(x), label="scipy main")
plt.semilogx(x, reference_entropy, label="mpmath")
plt.legend(loc='upper left')
plt.xlabel("$x$")
plt.ylabel("$h$")
plt.ylim(0, 40)
plt.show()
```
### Error message
```shell
See plot above
```
### SciPy/NumPy/Python version and system information
```shell
current main branch
```
| defect | bug entropy calculations failing for large values describe your issue for a few distributions the entropy calculation currently fails for large values as an example consider the gamma distribution for x the computed entropy starts to oscillate and after approx returns just affected distributions and current prs that aim to fix it gamma gengamma invgamma f t beta chi genlogistic wishart invwishart multivariate t the reason for the failures are catastrophic cancellations occuring in the subtraction of logarithmic beta gamma functions betaln gammaln on one side and the digamma function psi or simply log on the other side this can be avoided by using asymptotic expansions instead of calling the functions from scipy special see for examples the expansions for psi and ln gamma used in prs such as are begin align psi x sim ln x frac frac frac frac ln gamma x sim x ln x x frac ln x frac ln pi frac frac frac end align for the beta function expansions are listed on if x and y are large begin align b x y sim sqrt pi frac x x y y x y x y ln b x y sim ln sqrt pi x ln x y ln y x y ln x y end align if one argument is large here y same holds for large x as betaln is symmetric begin align b x y sim gamma x y x ln b x y sim ln gamma x x ln y end align this issue can keep track of the necessary fixes reproducing code example python import numpy as np import matplotlib pyplot as plt from scipy import stats from mpmath import mp mp dps np vectorize def gamma entropy reference x x mp mpf x return mp digamma x mp one x x mp loggamma x x np logspace reference entropy np array gamma entropy reference x np plt semilogx x stats gamma entropy x label scipy main plt semilogx x reference entropy label mpmath plt legend loc upper left plt xlabel x plt ylabel h plt ylim plt show error message shell see plot above scipy numpy python version and system information shell current main branch | 1 |
26,771 | 6,799,001,375 | IssuesEvent | 2017-11-02 08:44:24 | bunq/sdk_csharp | https://api.github.com/repos/bunq/sdk_csharp | opened | Add missing fields for cvc endpoint | needs code regeneration | ## Steps to reproduce:
1. Try and get `id`, `created` or `updated` from `CardGeneratedCvc2`
## What should happen:
1. These fields are there with getters/setters
## What happens:
1. There are no such fields
## Logs
- `no logs`
## Extra info:
- Tested on [0.12.1](https://github.com/bunq/sdk_csharp/releases/tag/0.12.1)
| 1.0 | Add missing fields for cvc endpoint - ## Steps to reproduce:
1. Try and get `id`, `created` or `updated` from `CardGeneratedCvc2`
## What should happen:
1. These fields are there with getters/setters
## What happens:
1. There are no such fields
## Logs
- `no logs`
## Extra info:
- Tested on [0.12.1](https://github.com/bunq/sdk_csharp/releases/tag/0.12.1)
| non_defect | add missing fields for cvc endpoint steps to reproduce try and get id created or updated from what should happen these fields are there with getters setters what happens there are no such fields logs no logs extra info tested on | 0 |
10,040 | 2,618,932,671 | IssuesEvent | 2015-03-03 00:00:52 | chrsmith/open-ig | https://api.github.com/repos/chrsmith/open-ig | closed | simultaneous mission error | auto-migrated Missions Priority-Medium Type-Defect | ```
Game version: 0.95.127
Operating System: osx
Java runtime version: (run java -version) 6
Installed using the Launcher? (yes, no) yes
Game language (en, hu, de): en
What steps will reproduce the problem?
1. escort admiral benson
2. save trader from the garthogs
3.
What is the expected output? What do you see instead?
these missions start almost instantaneously, neither one can be accomplished
(admiral benson stops mid-space, you can't reach the traders in time (playing
the game without the hyperdrive!))
Please provide any additional information below.
Please upload any save before and/or after the problem happened in zip
compressed format. Please attach the open-ig.log file found in the
application's directory.
```
Original issue reported on code.google.com by `nicholas...@gmail.com` on 25 Mar 2013 at 10:47
Attachments:
* [save-2013-03-25-23-44-47-653.xml.gz.zip](https://storage.googleapis.com/google-code-attachments/open-ig/issue-718/comment-0/save-2013-03-25-23-44-47-653.xml.gz.zip)
| 1.0 | simultaneous mission error - ```
Game version: 0.95.127
Operating System: osx
Java runtime version: (run java -version) 6
Installed using the Launcher? (yes, no) yes
Game language (en, hu, de): en
What steps will reproduce the problem?
1. escort admiral benson
2. save trader from the garthogs
3.
What is the expected output? What do you see instead?
these missions start almost instantaneously, neither one can be accomplished
(admiral benson stops mid-space, you can't reach the traders in time (playing
the game without the hyperdrive!))
Please provide any additional information below.
Please upload any save before and/or after the problem happened in zip
compressed format. Please attach the open-ig.log file found in the
application's directory.
```
Original issue reported on code.google.com by `nicholas...@gmail.com` on 25 Mar 2013 at 10:47
Attachments:
* [save-2013-03-25-23-44-47-653.xml.gz.zip](https://storage.googleapis.com/google-code-attachments/open-ig/issue-718/comment-0/save-2013-03-25-23-44-47-653.xml.gz.zip)
| defect | simultaneous mission error game version operating system osx java runtime version run java version installed using the launcher yes no yes game language en hu de en what steps will reproduce the problem escort admiral benson save trader from the garthogs what is the expected output what do you see instead these missions start almost instantaneously neither one can be accomplished admiral benson stops mid space you can t reach the traders in time playing the game without the hyperdrive please provide any additional information below please upload any save before and or after the problem happened in zip compressed format please attach the open ig log file found in the application s directory original issue reported on code google com by nicholas gmail com on mar at attachments | 1 |
7,302 | 2,610,362,532 | IssuesEvent | 2015-02-26 19:57:13 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | closed | Post is gone | auto-migrated Priority-Medium Type-Defect | ```
What's the problem?
I wrote a new post and when I wanted to publish it, it was gone! Where did it
go? What did I possibly do wrong?
What browser are you using?
Mozilla Firefox 13.0.1
What version of ScribeFire are you running? scribe fire next
```
-----
Original issue reported on code.google.com by `lalunaet...@gmail.com` on 24 Jun 2012 at 6:39 | 1.0 | Post is gone - ```
What's the problem?
I wrote a new post and when I wanted to publish it, it was gone! Where did it
go? What did I possibly do wrong?
What browser are you using?
Mozilla Firefox 13.0.1
What version of ScribeFire are you running? scribe fire next
```
-----
Original issue reported on code.google.com by `lalunaet...@gmail.com` on 24 Jun 2012 at 6:39 | defect | post is gone what s the problem i wrote a new post and when i wanted to publish it it was gone where did it go what did i possibly do wrong what browser are you using mozilla firefox what version of scribefire are you running scribe fire next original issue reported on code google com by lalunaet gmail com on jun at | 1 |
26,398 | 12,404,879,777 | IssuesEvent | 2020-05-21 16:16:53 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | opened | TIA Submittal: Notifications of Resubmittal | Need: 1-Must Have Product: TIA Module Service: Apps Status: On Deck Type: Feature Workgroup: TDSD imported-from-csv | As a TIA Reviewer I need to be notified when the customer submits an attachment to a case I'm assigned to | 1.0 | TIA Submittal: Notifications of Resubmittal - As a TIA Reviewer I need to be notified when the customer submits an attachment to a case I'm assigned to | non_defect | tia submittal notifications of resubmittal as a tia reviewer i need to be notified when the customer submits an attachment to a case i m assigned to | 0 |
93,795 | 8,444,726,685 | IssuesEvent | 2018-10-18 19:17:49 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | Create WidgetTester.ensureVisible(Finder) | a: tests easy fix | Shorthand for `Scrollable.ensureVisible(tester.element(finder))` | 1.0 | Create WidgetTester.ensureVisible(Finder) - Shorthand for `Scrollable.ensureVisible(tester.element(finder))` | non_defect | create widgettester ensurevisible finder shorthand for scrollable ensurevisible tester element finder | 0 |
74,356 | 9,022,739,518 | IssuesEvent | 2019-02-07 03:13:39 | pyure/infitech-prototype | https://api.github.com/repos/pyure/infitech-prototype | closed | [Suggestion] Add a Way to Manufacture Sand | Confirmed Designed solution Done in Dev | Currently, macerating cobblestone makes stone dust, and macerating gravel makes flint. The hammer will turn cobblestone into gravel, but gravel is unaffected. The only way we can find through JEI to make sand really is through botania. It seems silly that with all these machines there is no way to make stone -> sand, it's a common modded recipe and it seems missing. | 1.0 | [Suggestion] Add a Way to Manufacture Sand - Currently, macerating cobblestone makes stone dust, and macerating gravel makes flint. The hammer will turn cobblestone into gravel, but gravel is unaffected. The only way we can find through JEI to make sand really is through botania. It seems silly that with all these machines there is no way to make stone -> sand, it's a common modded recipe and it seems missing. | non_defect | add a way to manufacture sand currently macerating cobblestone makes stone dust and macerating gravel makes flint the hammer will turn cobblestone into gravel but gravel is unaffected the only way we can find through jei to make sand really is through botania it seems silly that with all these machines there is no way to make stone sand it s a common modded recipe and it seems missing | 0 |
5,300 | 2,610,184,953 | IssuesEvent | 2015-02-26 18:58:46 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 解谜治疗色斑最好的办法 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
不要想太多,长大的自己多会迷失在人生路上,去追求一种��
�仰。平凡也好,其他也罢,人各有见,疏而不同。当完成了�
��中所想,可以稍微调整下时间的信仰,好比—休息。每一天
,见到的,听到的,都有所不同。无论是失落的,还是快乐��
�,调整下心态,坏事也可以成为一件好事。我想如果不是因�
��脸上的雀斑我也不会认识他,我一生的最爱!治疗色斑最好
的办法,
《客户案例》
说说我的坎坷祛斑路吧,我从小就有黄褐斑,是遗传我��
�的,别人家的小孩的脸都是又白又嫩,红扑扑的,我倒好,�
��脸的小黄褐斑,害得我被喊了十多年的“芝麻小妹”,后来
上学,我们班的卫生委员小姑娘总说我不洗脸,到后来身边��
�姐妹都有男朋友,就只有我孤家寡人一个,这一筐筐的血泪�
��一天一夜都说不完,为了尽快解决我的终身大事,也为了我
那爱美的心,本姑娘决定把自己当小白鼠了,一定要把这该��
�的黄褐斑去掉。<br>
为了能知己知彼百战百胜,我特意上网查查怎么去黄褐��
�,可一查我那颗热血沸腾的心变的洼凉洼凉的,原来遗传性�
��黄褐斑只能被淡化不能完全消除,既然这样就退而求其次吧
,能淡化到看不见总可以吧。我又重振旗鼓,先到网上找个��
�多祛斑偏方,什么西红柿敷脸,牛奶蜂蜜一起上,折腾了半�
��,皮肤确实好点了,可斑还是那样,看来这个方法是不行的
,我又对准那些祛斑产品了,在网上一搜,密密麻麻的十多��
�,心想这么多总有一个管用的吧,什么七日祛斑,三天见效�
��广告做的挺不错,就是不敢相信,最后我觉得还是得听听网
友们的意见,就去论坛上发个帖子,过了几天,我就得到了��
�多回复,那么多回复中,我看很多人提到「黛芙薇尔精华液�
��,说用的效果不错,我当时感觉这个有那么好吗?就去他们��
�方网上详细的询问了客服,他们特别热心,在听我说了我的�
��况后,给了我很多祛斑的建议,我特别感动,当时就试着订
购了两个周期,过后感觉自己有点冲动,可既然订了就试试��
�,没想到用完一个周期的时候我的斑就开始淡化了,等我用�
��两个周期,黄褐斑已经淡化到接近肤色了,不自己看根本就
看不出来,而且让我更想不到的是,我的皮肤也变白了,这��
�我真的是太激动了,我终于不做“芝麻小妹”了。
阅读了治疗色斑最好的办法,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
治疗色斑最好的办法,同时为您分享祛斑小方法
把鲜西红柿汁和蜂蜜按5:1混合,涂面部,过10分钟后洗净,连
用10-15日,能使黑色素分解,皮肤变白红润。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:30 | 1.0 | 解谜治疗色斑最好的办法 - ```
《摘要》
不要想太多,长大的自己多会迷失在人生路上,去追求一种��
�仰。平凡也好,其他也罢,人各有见,疏而不同。当完成了�
��中所想,可以稍微调整下时间的信仰,好比—休息。每一天
,见到的,听到的,都有所不同。无论是失落的,还是快乐��
�,调整下心态,坏事也可以成为一件好事。我想如果不是因�
��脸上的雀斑我也不会认识他,我一生的最爱!治疗色斑最好
的办法,
《客户案例》
说说我的坎坷祛斑路吧,我从小就有黄褐斑,是遗传我��
�的,别人家的小孩的脸都是又白又嫩,红扑扑的,我倒好,�
��脸的小黄褐斑,害得我被喊了十多年的“芝麻小妹”,后来
上学,我们班的卫生委员小姑娘总说我不洗脸,到后来身边��
�姐妹都有男朋友,就只有我孤家寡人一个,这一筐筐的血泪�
��一天一夜都说不完,为了尽快解决我的终身大事,也为了我
那爱美的心,本姑娘决定把自己当小白鼠了,一定要把这该��
�的黄褐斑去掉。<br>
为了能知己知彼百战百胜,我特意上网查查怎么去黄褐��
�,可一查我那颗热血沸腾的心变的洼凉洼凉的,原来遗传性�
��黄褐斑只能被淡化不能完全消除,既然这样就退而求其次吧
,能淡化到看不见总可以吧。我又重振旗鼓,先到网上找个��
�多祛斑偏方,什么西红柿敷脸,牛奶蜂蜜一起上,折腾了半�
��,皮肤确实好点了,可斑还是那样,看来这个方法是不行的
,我又对准那些祛斑产品了,在网上一搜,密密麻麻的十多��
�,心想这么多总有一个管用的吧,什么七日祛斑,三天见效�
��广告做的挺不错,就是不敢相信,最后我觉得还是得听听网
友们的意见,就去论坛上发个帖子,过了几天,我就得到了��
�多回复,那么多回复中,我看很多人提到「黛芙薇尔精华液�
��,说用的效果不错,我当时感觉这个有那么好吗?就去他们��
�方网上详细的询问了客服,他们特别热心,在听我说了我的�
��况后,给了我很多祛斑的建议,我特别感动,当时就试着订
购了两个周期,过后感觉自己有点冲动,可既然订了就试试��
�,没想到用完一个周期的时候我的斑就开始淡化了,等我用�
��两个周期,黄褐斑已经淡化到接近肤色了,不自己看根本就
看不出来,而且让我更想不到的是,我的皮肤也变白了,这��
�我真的是太激动了,我终于不做“芝麻小妹”了。
阅读了治疗色斑最好的办法,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
治疗色斑最好的办法,同时为您分享祛斑小方法
把鲜西红柿汁和蜂蜜按5:1混合,涂面部,过10分钟后洗净,连
用10-15日,能使黑色素分解,皮肤变白红润。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:30 | defect | 解谜治疗色斑最好的办法 《摘要》 不要想太多,长大的自己多会迷失在人生路上,去追求一种�� �仰。平凡也好,其他也罢,人各有见,疏而不同。当完成了� ��中所想,可以稍微调整下时间的信仰,好比—休息。每一天 ,见到的,听到的,都有所不同。无论是失落的,还是快乐�� �,调整下心态,坏事也可以成为一件好事。我想如果不是因� ��脸上的雀斑我也不会认识他,我一生的最爱!治疗色斑最好 的办法, 《客户案例》 说说我的坎坷祛斑路吧,我从小就有黄褐斑,是遗传我�� �的,别人家的小孩的脸都是又白又嫩,红扑扑的,我倒好,� ��脸的小黄褐斑,害得我被喊了十多年的“芝麻小妹”,后来 上学,我们班的卫生委员小姑娘总说我不洗脸,到后来身边�� �姐妹都有男朋友,就只有我孤家寡人一个,这一筐筐的血泪� ��一天一夜都说不完,为了尽快解决我的终身大事,也为了我 那爱美的心,本姑娘决定把自己当小白鼠了,一定要把这该�� �的黄褐斑去掉。 为了能知己知彼百战百胜,我特意上网查查怎么去黄褐�� �,可一查我那颗热血沸腾的心变的洼凉洼凉的,原来遗传性� ��黄褐斑只能被淡化不能完全消除,既然这样就退而求其次吧 ,能淡化到看不见总可以吧。我又重振旗鼓,先到网上找个�� �多祛斑偏方,什么西红柿敷脸,牛奶蜂蜜一起上,折腾了半� ��,皮肤确实好点了,可斑还是那样,看来这个方法是不行的 ,我又对准那些祛斑产品了,在网上一搜,密密麻麻的十多�� �,心想这么多总有一个管用的吧,什么七日祛斑,三天见效� ��广告做的挺不错,就是不敢相信,最后我觉得还是得听听网 友们的意见,就去论坛上发个帖子,过了几天,我就得到了�� �多回复,那么多回复中,我看很多人提到「黛芙薇尔精华液� ��,说用的效果不错,我当时感觉这个有那么好吗 就去他们�� �方网上详细的询问了客服,他们特别热心,在听我说了我的� ��况后,给了我很多祛斑的建议,我特别感动,当时就试着订 购了两个周期,过后感觉自己有点冲动,可既然订了就试试�� �,没想到用完一个周期的时候我的斑就开始淡化了,等我用� ��两个周期,黄褐斑已经淡化到接近肤色了,不自己看根本就 看不出来,而且让我更想不到的是,我的皮肤也变白了,这�� �我真的是太激动了,我终于不做“芝麻小妹”了。 阅读了治疗色斑最好的办法,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 治疗色斑最好的办法,同时为您分享祛斑小方法 ,涂面部, ,连 ,能使黑色素分解,皮肤变白红润。 original issue reported on code google com by additive gmail com on jul at | 1 |
79,614 | 28,479,158,744 | IssuesEvent | 2023-04-18 00:06:27 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Kotlin code generator ignoring isKotlinNotNullRecordAttributes = true or I misunderstand this feature. | T: Defect | ### Expected behavior
When `isKotlinNotNullRecordAttributes = true` the non nullable columns in a table will not be nullable in Kotlin records.
### Actual behavior
The non-nullable columns are still nullable.
### Steps to reproduce the problem
in Gradle `isRecords = true` and `isKotlinNotNullRecordAttributes = true`
a MySQL 8 table with primary key not nullable auto_increment integer.
For the table field:
```
val ID: TableField<JaysonRecord, Int?> = createField(DSL.name("id"), SQLDataType.INTEGER.nullable(false).identity(true), this, "")
```
this generates record field
```
open var id: Int?
set(value): Unit = set(0, value)
get(): Int? = get(0) as Int?
```
### jOOQ Version
3.18.3
### Database product and version
MySQL 8.0.26 RDS Aurora
### Java Version
19
### OS Version
MAC
### JDBC driver name and version (include name if unofficial driver)
com.mysql:mysql-connector-j:8.0.32 | 1.0 | Kotlin code generator ignoring isKotlinNotNullRecordAttributes = true or I misunderstand this feature. - ### Expected behavior
When `isKotlinNotNullRecordAttributes = true` the non nullable columns in a table will not be nullable in Kotlin records.
### Actual behavior
The non-nullable columns are still nullable.
### Steps to reproduce the problem
in Gradle `isRecords = true` and `isKotlinNotNullRecordAttributes = true`
a MySQL 8 table with primary key not nullable auto_increment integer.
For the table field:
```
val ID: TableField<JaysonRecord, Int?> = createField(DSL.name("id"), SQLDataType.INTEGER.nullable(false).identity(true), this, "")
```
this generates record field
```
open var id: Int?
set(value): Unit = set(0, value)
get(): Int? = get(0) as Int?
```
### jOOQ Version
3.18.3
### Database product and version
MySQL 8.0.26 RDS Aurora
### Java Version
19
### OS Version
MAC
### JDBC driver name and version (include name if unofficial driver)
com.mysql:mysql-connector-j:8.0.32 | defect | kotlin code generator ignoring iskotlinnotnullrecordattributes true or i misunderstand this feature expected behavior when iskotlinnotnullrecordattributes true the non nullable columns in a table will not be nullable in kotlin records actual behavior the non nullable columns are still nullable steps to reproduce the problem in gradle isrecords true and iskotlinnotnullrecordattributes true a mysql table with primary key not nullable auto increment integer for the table field val id tablefield createfield dsl name id sqldatatype integer nullable false identity true this this generates record field open var id int set value unit set value get int get as int jooq version database product and version mysql rds aurora java version os version mac jdbc driver name and version include name if unofficial driver com mysql mysql connector j | 1 |
52,575 | 13,224,843,151 | IssuesEvent | 2020-08-17 19:57:49 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | trac self-registration (Trac #8) | Migrated from Trac defect infrastructure | need self-registration working, behind usual logon
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/8">https://code.icecube.wisc.edu/projects/icecube/ticket/8</a>, reported by troyand owned by cgils</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-06-06T01:59:12",
"_ts": "1181095152000000",
"description": "need self-registration working, behind usual logon",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"time": "2007-06-03T16:28:20",
"component": "infrastructure",
"summary": "trac self-registration",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "cgils",
"type": "defect"
}
```
</p>
</details>
| 1.0 | trac self-registration (Trac #8) - need self-registration working, behind usual logon
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/8">https://code.icecube.wisc.edu/projects/icecube/ticket/8</a>, reported by troyand owned by cgils</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-06-06T01:59:12",
"_ts": "1181095152000000",
"description": "need self-registration working, behind usual logon",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"time": "2007-06-03T16:28:20",
"component": "infrastructure",
"summary": "trac self-registration",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "cgils",
"type": "defect"
}
```
</p>
</details>
| defect | trac self registration trac need self registration working behind usual logon migrated from json status closed changetime ts description need self registration working behind usual logon reporter troy cc resolution fixed time component infrastructure summary trac self registration priority normal keywords milestone owner cgils type defect | 1 |
77,917 | 27,231,905,714 | IssuesEvent | 2023-02-21 13:51:24 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | closed | Element Android always jumps to the bottom of the timeline | T-Defect X-Regression A-Timeline S-Major O-Frequent | It seems like it is a design decision for leaving a room and opening it back up (although maybe that should be reconsidered), but opening an image, a profile, threads, the room settings and so on should not reset the position in the timeline.
Reproduce:
- scroll up
- open image
- close image
- you are at the bottom of the timeline again | 1.0 | Element Android always jumps to the bottom of the timeline - It seems like it is a design decision for leaving a room and opening it back up (although maybe that should be reconsidered), but opening an image, a profile, threads, the room settings and so on should not reset the position in the timeline.
Reproduce:
- scroll up
- open image
- close image
- you are at the bottom of the timeline again | defect | element android always jumps to the bottom of the timeline it seems like it is a design decision for leaving a room and opening it back up although maybe that should be reconsidered but opening an image a profile threads the room settings and so on should not reset the position in the timeline reproduce scroll up open image close image you are at the bottom of the timeline again | 1 |
226,783 | 25,006,298,972 | IssuesEvent | 2022-11-03 12:08:30 | betterPeleg/WebGoat | https://api.github.com/repos/betterPeleg/WebGoat | opened | CVE-2021-22118 (High) detected in spring-web-5.3.4.jar | security vulnerability | ## CVE-2021-22118 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.3.4.jar</b></p></summary>
<p>Spring Web</p>
<p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p>
<p>Path to dependency file: /webgoat-integration-tests/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/5.3.4/spring-web-5.3.4.jar</p>
<p>
Dependency Hierarchy:
- webwolf-8.2.1-SNAPSHOT.jar (Root Library)
- spring-boot-starter-web-2.4.3.jar
- :x: **spring-web-5.3.4.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/betterPeleg/WebGoat/commit/3f40aaa55b2c1a3432a061c27496ea82f484838a">3f40aaa55b2c1a3432a061c27496ea82f484838a</a></p>
<p>Found in base branch: <b>develop</b></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>
In Spring Framework, versions 5.2.x prior to 5.2.15 and versions 5.3.x prior to 5.3.7, a WebFlux application is vulnerable to a privilege escalation: by (re)creating the temporary storage directory, a locally authenticated malicious user can read or modify files that have been uploaded to the WebFlux application, or overwrite arbitrary files with multipart request data.
<p>Publish Date: 2021-05-27
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-22118>CVE-2021-22118</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>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- 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://tanzu.vmware.com/security/cve-2021-22118">https://tanzu.vmware.com/security/cve-2021-22118</a></p>
<p>Release Date: 2021-05-27</p>
<p>Fix Resolution: org.springframework:spring-web:5.2.15,5.3.7</p>
</p>
</details>
<p></p>
| True | CVE-2021-22118 (High) detected in spring-web-5.3.4.jar - ## CVE-2021-22118 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.3.4.jar</b></p></summary>
<p>Spring Web</p>
<p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p>
<p>Path to dependency file: /webgoat-integration-tests/pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/5.3.4/spring-web-5.3.4.jar</p>
<p>
Dependency Hierarchy:
- webwolf-8.2.1-SNAPSHOT.jar (Root Library)
- spring-boot-starter-web-2.4.3.jar
- :x: **spring-web-5.3.4.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/betterPeleg/WebGoat/commit/3f40aaa55b2c1a3432a061c27496ea82f484838a">3f40aaa55b2c1a3432a061c27496ea82f484838a</a></p>
<p>Found in base branch: <b>develop</b></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>
In Spring Framework, versions 5.2.x prior to 5.2.15 and versions 5.3.x prior to 5.3.7, a WebFlux application is vulnerable to a privilege escalation: by (re)creating the temporary storage directory, a locally authenticated malicious user can read or modify files that have been uploaded to the WebFlux application, or overwrite arbitrary files with multipart request data.
<p>Publish Date: 2021-05-27
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-22118>CVE-2021-22118</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>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- 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://tanzu.vmware.com/security/cve-2021-22118">https://tanzu.vmware.com/security/cve-2021-22118</a></p>
<p>Release Date: 2021-05-27</p>
<p>Fix Resolution: org.springframework:spring-web:5.2.15,5.3.7</p>
</p>
</details>
<p></p>
| non_defect | cve high detected in spring web jar cve high severity vulnerability vulnerable library spring web jar spring web library home page a href path to dependency file webgoat integration tests pom xml path to vulnerable library home wss scanner repository org springframework spring web spring web jar dependency hierarchy webwolf snapshot jar root library spring boot starter web jar x spring web jar vulnerable library found in head commit a href found in base branch develop vulnerability details in spring framework versions x prior to and versions x prior to a webflux application is vulnerable to a privilege escalation by re creating the temporary storage directory a locally authenticated malicious user can read or modify files that have been uploaded to the webflux application or overwrite arbitrary files with multipart request data publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low 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 org springframework spring web | 0 |
470,925 | 13,549,660,734 | IssuesEvent | 2020-09-17 08:31:24 | ElemeFE/element | https://api.github.com/repos/ElemeFE/element | closed | When the height of the [Bug Report] table is 100%, the data is generated dynamically and the summary shows an exception. | priority:low stale | <!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->
### Element UI version
2.10.1
### OS/Browsers version
Chrome75.0.3770.142
### Vue version
2.6.10
### Reproduction Link
https://codepen.io/anon/pen/dxyyRm?editors=1111#anon-login
### Steps to reproduce
1、在console里面输入data(),现象为summary在表格下面被隐藏了
2、改变表格dom大小,summary就出现了
### What is Expected?
生成summary的时候刷新下table_data的高度
### What is actually happening?
改变表格dom大小才会显示正常
<!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->
| 1.0 | When the height of the [Bug Report] table is 100%, the data is generated dynamically and the summary shows an exception. - <!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->
### Element UI version
2.10.1
### OS/Browsers version
Chrome75.0.3770.142
### Vue version
2.6.10
### Reproduction Link
https://codepen.io/anon/pen/dxyyRm?editors=1111#anon-login
### Steps to reproduce
1、在console里面输入data(),现象为summary在表格下面被隐藏了
2、改变表格dom大小,summary就出现了
### What is Expected?
生成summary的时候刷新下table_data的高度
### What is actually happening?
改变表格dom大小才会显示正常
<!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->
| non_defect | when the height of the table is the data is generated dynamically and the summary shows an exception element ui version os browsers version vue version reproduction link steps to reproduce 、在console里面输入data ,现象为summary在表格下面被隐藏了 、改变表格dom大小,summary就出现了 what is expected 生成summary的时候刷新下table data的高度 what is actually happening 改变表格dom大小才会显示正常 | 0 |
29,956 | 5,962,243,100 | IssuesEvent | 2017-05-29 21:12:10 | CompEvol/beast2 | https://api.github.com/repos/CompEvol/beast2 | closed | Wrong user-locale settings will confuse the nexus output | defect HIGH priority | I don't regularly use java programs, and somehow, my Linux machine uses the German locale when writing beast output. This is deleterious for the nexus, as dots will be rendered as commata.
After changing the beast-shell-file from
```shell
$JAVA -Xms64m -Xmx4g -cp "$BEAST_LIB/launcher.jar" beast.app.beastapp.BeastLauncher $*
```
to
```shell
$JAVA -Duser.language=en -Xms64m -Xmx4g -cp "$BEAST_LIB/launcher.jar" beast.app.beastapp.BeastLauncher $*
```
everything worked fine.
You may consider adding this as a default? | 1.0 | Wrong user-locale settings will confuse the nexus output - I don't regularly use java programs, and somehow, my Linux machine uses the German locale when writing beast output. This is deleterious for the nexus, as dots will be rendered as commata.
After changing the beast-shell-file from
```shell
$JAVA -Xms64m -Xmx4g -cp "$BEAST_LIB/launcher.jar" beast.app.beastapp.BeastLauncher $*
```
to
```shell
$JAVA -Duser.language=en -Xms64m -Xmx4g -cp "$BEAST_LIB/launcher.jar" beast.app.beastapp.BeastLauncher $*
```
everything worked fine.
You may consider adding this as a default? | defect | wrong user locale settings will confuse the nexus output i don t regularly use java programs and somehow my linux machine uses the german locale when writing beast output this is deleterious for the nexus as dots will be rendered as commata after changing the beast shell file from shell java cp beast lib launcher jar beast app beastapp beastlauncher to shell java duser language en cp beast lib launcher jar beast app beastapp beastlauncher everything worked fine you may consider adding this as a default | 1 |
88,669 | 15,814,373,511 | IssuesEvent | 2021-04-05 09:21:41 | scriptex/hover-media-query | https://api.github.com/repos/scriptex/hover-media-query | closed | CVE-2018-20821 (Medium) detected in node-sassv4.13.1 | security vulnerability | ## CVE-2018-20821 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.13.1</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/scriptex/hover-media-query/commit/1da9b607fc963651c019d9b929525cc6f47539eb">1da9b607fc963651c019d9b929525cc6f47539eb</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 (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>hover-media-query/node_modules/node-sass/src/libsass/src/parser.cpp</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 parsing component in LibSass through 3.5.5 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Parser::parse_css_variable_value in parser.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20821>CVE-2018-20821</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.5</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: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821</a></p>
<p>Release Date: 2019-04-23</p>
<p>Fix Resolution: LibSass - 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-20821 (Medium) detected in node-sassv4.13.1 - ## CVE-2018-20821 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.13.1</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/scriptex/hover-media-query/commit/1da9b607fc963651c019d9b929525cc6f47539eb">1da9b607fc963651c019d9b929525cc6f47539eb</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 (1)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>hover-media-query/node_modules/node-sass/src/libsass/src/parser.cpp</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 parsing component in LibSass through 3.5.5 allows attackers to cause a denial-of-service (uncontrolled recursion in Sass::Parser::parse_css_variable_value in parser.cpp).
<p>Publish Date: 2019-04-23
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-20821>CVE-2018-20821</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.5</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: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20821</a></p>
<p>Release Date: 2019-04-23</p>
<p>Fix Resolution: LibSass - 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 medium detected in node cve medium severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href found in head commit a href found in base branch master vulnerable source files hover media query node modules node sass src libsass src parser cpp vulnerability details the parsing component in libsass through allows attackers to cause a denial of service uncontrolled recursion in sass parser parse css variable value in parser cpp 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 none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass step up your open source security game with whitesource | 0 |
446,482 | 12,857,819,459 | IssuesEvent | 2020-07-09 09:56:33 | cds-snc/covid-shield-mobile | https://api.github.com/repos/cds-snc/covid-shield-mobile | closed | Cannot unselect province in the choose a province screen or from the sheet menu | a11y bug medium priority | Expected behaviour: To deselect by tapping the selected province.

| 1.0 | Cannot unselect province in the choose a province screen or from the sheet menu - Expected behaviour: To deselect by tapping the selected province.

| non_defect | cannot unselect province in the choose a province screen or from the sheet menu expected behaviour to deselect by tapping the selected province | 0 |
67,356 | 9,036,689,182 | IssuesEvent | 2019-02-09 02:06:41 | OfficeDev/office-js-docs-pr | https://api.github.com/repos/OfficeDev/office-js-docs-pr | closed | How would caching cookies allow an ASP Site to bypass Same origin policy? | area: add-ins bug: documentation | I understand the OATH suggestion, but what does it mean "or caches credentials in cookies." The cookie cached will also be subject to domain origin and wouldn't allow any cross origin resource sharing.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: e24dccf5-3758-3d59-f896-c0a16306a238
* Version Independent ID: 0950c3fd-cdce-9f58-bcfe-baf9930dcd5f
* Content: [Addressing same-origin policy limitations in Office Add-ins - Office Add-ins](https://docs.microsoft.com/en-us/office/dev/add-ins/develop/addressing-same-origin-policy-limitations#implementing-server-side-script-using-a-token-based-authentication-scheme)
* Content Source: [docs/develop/addressing-same-origin-policy-limitations.md](https://github.com/OfficeDev/office-js-docs-pr/blob/master/docs/develop/addressing-same-origin-policy-limitations.md)
* Product: **office 365**
* GitHub Login: @o365devx
* Microsoft Alias: **o365devx** | 1.0 | How would caching cookies allow an ASP Site to bypass Same origin policy? - I understand the OATH suggestion, but what does it mean "or caches credentials in cookies." The cookie cached will also be subject to domain origin and wouldn't allow any cross origin resource sharing.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: e24dccf5-3758-3d59-f896-c0a16306a238
* Version Independent ID: 0950c3fd-cdce-9f58-bcfe-baf9930dcd5f
* Content: [Addressing same-origin policy limitations in Office Add-ins - Office Add-ins](https://docs.microsoft.com/en-us/office/dev/add-ins/develop/addressing-same-origin-policy-limitations#implementing-server-side-script-using-a-token-based-authentication-scheme)
* Content Source: [docs/develop/addressing-same-origin-policy-limitations.md](https://github.com/OfficeDev/office-js-docs-pr/blob/master/docs/develop/addressing-same-origin-policy-limitations.md)
* Product: **office 365**
* GitHub Login: @o365devx
* Microsoft Alias: **o365devx** | non_defect | how would caching cookies allow an asp site to bypass same origin policy i understand the oath suggestion but what does it mean or caches credentials in cookies the cookie cached will also be subject to domain origin and wouldn t allow any cross origin resource sharing document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id cdce bcfe content content source product office github login microsoft alias | 0 |
408,652 | 27,701,156,914 | IssuesEvent | 2023-03-14 08:07:18 | exasol/bucketfs-client | https://api.github.com/repos/exasol/bucketfs-client | opened | Execution on macOS | documentation | I was not able to run the application from the terminal on macOS Monterey,
maybe this option also needs to be explained better. | 1.0 | Execution on macOS - I was not able to run the application from the terminal on macOS Monterey,
maybe this option also needs to be explained better. | non_defect | execution on macos i was not able to run the application from the terminal on macos monterey maybe this option also needs to be explained better | 0 |
407,803 | 11,937,433,623 | IssuesEvent | 2020-04-02 12:10:34 | googleapis/nodejs-scheduler | https://api.github.com/repos/googleapis/nodejs-scheduler | closed | Synthesis failed for nodejs-scheduler | api: cloudscheduler autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate nodejs-scheduler. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to a new branch 'autosynth'
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 482, in <module>
main()
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 334, in main
return _inner_main(temp_dir)
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 418, in _inner_main
git_source.enumerate_versions(metadata["sources"], pathlib.Path(temp_dir))
KeyError: 'sources'
```
Google internal developers can see the full log [here](https://sponge/fbc7e856-fc71-4dc2-81b5-76163684ca8a).
| 1.0 | Synthesis failed for nodejs-scheduler - Hello! Autosynth couldn't regenerate nodejs-scheduler. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to a new branch 'autosynth'
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 482, in <module>
main()
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 334, in main
return _inner_main(temp_dir)
File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 418, in _inner_main
git_source.enumerate_versions(metadata["sources"], pathlib.Path(temp_dir))
KeyError: 'sources'
```
Google internal developers can see the full log [here](https://sponge/fbc7e856-fc71-4dc2-81b5-76163684ca8a).
| non_defect | synthesis failed for nodejs scheduler hello autosynth couldn t regenerate nodejs scheduler broken heart here s the output from running synth py cloning into working repo switched to a new branch autosynth traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src git autosynth autosynth synth py line in main file tmpfs src git autosynth autosynth synth py line in main return inner main temp dir file tmpfs src git autosynth autosynth synth py line in inner main git source enumerate versions metadata pathlib path temp dir keyerror sources google internal developers can see the full log | 0 |
289,237 | 31,931,298,811 | IssuesEvent | 2023-09-19 07:37:14 | Trinadh465/linux-4.1.15_CVE-2023-4128 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2023-4128 | opened | CVE-2023-3212 (Medium) detected in linux-stable-rtv4.1.33 | Mend: dependency security vulnerability | ## CVE-2023-3212 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Trinadh465/linux-4.1.15_CVE-2023-4128/commit/0c6c8d8c809f697cd5fc581c6c08e9ad646c55a8">0c6c8d8c809f697cd5fc581c6c08e9ad646c55a8</a></p>
<p>Found in base branch: <b>main</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 (1)</summary>
<p></p>
<p>
</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>
A NULL pointer dereference issue was found in the gfs2 file system in the Linux kernel. It occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. A privileged local user could use this flaw to cause a kernel panic.
<p>Publish Date: 2023-06-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-3212>CVE-2023-3212</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.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- 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://www.linuxkernelcves.com/cves/CVE-2023-3212">https://www.linuxkernelcves.com/cves/CVE-2023-3212</a></p>
<p>Release Date: 2023-06-23</p>
<p>Fix Resolution: 5.10.183,5.15.116,6.1.33</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-2023-3212 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2023-3212 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p>
<p>Found in HEAD commit: <a href="https://github.com/Trinadh465/linux-4.1.15_CVE-2023-4128/commit/0c6c8d8c809f697cd5fc581c6c08e9ad646c55a8">0c6c8d8c809f697cd5fc581c6c08e9ad646c55a8</a></p>
<p>Found in base branch: <b>main</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 (1)</summary>
<p></p>
<p>
</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>
A NULL pointer dereference issue was found in the gfs2 file system in the Linux kernel. It occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. A privileged local user could use this flaw to cause a kernel panic.
<p>Publish Date: 2023-06-23
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-3212>CVE-2023-3212</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.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- 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://www.linuxkernelcves.com/cves/CVE-2023-3212">https://www.linuxkernelcves.com/cves/CVE-2023-3212</a></p>
<p>Release Date: 2023-06-23</p>
<p>Fix Resolution: 5.10.183,5.15.116,6.1.33</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 linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch main vulnerable source files vulnerability details a null pointer dereference issue was found in the file system in the linux kernel it occurs on corrupt file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to null a privileged local user could use this flaw to cause a kernel panic publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required high 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 |
184,153 | 14,273,683,546 | IssuesEvent | 2020-11-21 23:01:01 | zackbeucler/Tic-Tac-Toe | https://api.github.com/repos/zackbeucler/Tic-Tac-Toe | closed | Error showGameRules(): output is incorrect | test | This function should print out the game rules. Testing the function is symbol: just call the function and look at the print statement to make sure the rules are printed out correctly and in the proper format. | 1.0 | Error showGameRules(): output is incorrect - This function should print out the game rules. Testing the function is symbol: just call the function and look at the print statement to make sure the rules are printed out correctly and in the proper format. | non_defect | error showgamerules output is incorrect this function should print out the game rules testing the function is symbol just call the function and look at the print statement to make sure the rules are printed out correctly and in the proper format | 0 |
35,785 | 7,801,287,051 | IssuesEvent | 2018-06-09 19:16:43 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Mac Bitten test fails after adding new folder (Trac #653) | Migrated from Trac clubb_src defect raut@uwm.edu | As noted in https://github.com/larson-group/clubb/issues/643, the Mac Bitten nightly test started failing after I added a new folder to CLUBB.
I am just starting a ticket to log my thoughts/efforts.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/653
```json
{
"status": "closed",
"changetime": "2014-01-11T12:09:14",
"description": "As noted in comment:9:ticket:643, the Mac Bitten nightly test started failing after I added a new folder to CLUBB.\n\nI am just starting a ticket to log my thoughts/efforts.",
"reporter": "raut@uwm.edu",
"cc": "vlarson@uwm.edu, nieznan3@uwm.edu",
"resolution": "Verified by V. Larson",
"_ts": "1389442154565662",
"component": "clubb_src",
"summary": "Mac Bitten test fails after adding new folder",
"priority": "trivial",
"keywords": "Bitten",
"time": "2014-01-09T01:38:26",
"milestone": "4. Fix bugs",
"owner": "raut@uwm.edu",
"type": "defect"
}
```
| 1.0 | Mac Bitten test fails after adding new folder (Trac #653) - As noted in https://github.com/larson-group/clubb/issues/643, the Mac Bitten nightly test started failing after I added a new folder to CLUBB.
I am just starting a ticket to log my thoughts/efforts.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/653
```json
{
"status": "closed",
"changetime": "2014-01-11T12:09:14",
"description": "As noted in comment:9:ticket:643, the Mac Bitten nightly test started failing after I added a new folder to CLUBB.\n\nI am just starting a ticket to log my thoughts/efforts.",
"reporter": "raut@uwm.edu",
"cc": "vlarson@uwm.edu, nieznan3@uwm.edu",
"resolution": "Verified by V. Larson",
"_ts": "1389442154565662",
"component": "clubb_src",
"summary": "Mac Bitten test fails after adding new folder",
"priority": "trivial",
"keywords": "Bitten",
"time": "2014-01-09T01:38:26",
"milestone": "4. Fix bugs",
"owner": "raut@uwm.edu",
"type": "defect"
}
```
| defect | mac bitten test fails after adding new folder trac as noted in the mac bitten nightly test started failing after i added a new folder to clubb i am just starting a ticket to log my thoughts efforts attachments migrated from json status closed changetime description as noted in comment ticket the mac bitten nightly test started failing after i added a new folder to clubb n ni am just starting a ticket to log my thoughts efforts reporter raut uwm edu cc vlarson uwm edu uwm edu resolution verified by v larson ts component clubb src summary mac bitten test fails after adding new folder priority trivial keywords bitten time milestone fix bugs owner raut uwm edu type defect | 1 |
105,232 | 9,039,825,036 | IssuesEvent | 2019-02-10 10:55:32 | uNetworking/uWebSockets.js | https://api.github.com/repos/uNetworking/uWebSockets.js | closed | Autobahn tests should run for every combination of options | tests | SSL, non-SSL, compression, non-compression, dedicated compression, etc | 1.0 | Autobahn tests should run for every combination of options - SSL, non-SSL, compression, non-compression, dedicated compression, etc | non_defect | autobahn tests should run for every combination of options ssl non ssl compression non compression dedicated compression etc | 0 |
38,664 | 8,951,859,882 | IssuesEvent | 2019-01-25 15:05:29 | svigerske/ipopt-donotuse | https://api.github.com/repos/svigerske/ipopt-donotuse | closed | Missing source files in MSVS solution file (stable version) | Ipopt defect | Issue created by migration from Trac.
Original creator: hgassmann
Original creation time: 2008-03-27 14:00:51
Assignee: ipopt-team
Version: 3.3
I am having trouble building the OS project with Ipopt.lib. The linker in MSVS complains about missing references. I believe I have tracked it to some source files in src/contrib/CGPenalty that are missing from the solution file:
IPPiecewisePenalty.cpp
IPCGPerturbationHandler.cpp
Can you verify?
Thank you
gus gassmann | 1.0 | Missing source files in MSVS solution file (stable version) - Issue created by migration from Trac.
Original creator: hgassmann
Original creation time: 2008-03-27 14:00:51
Assignee: ipopt-team
Version: 3.3
I am having trouble building the OS project with Ipopt.lib. The linker in MSVS complains about missing references. I believe I have tracked it to some source files in src/contrib/CGPenalty that are missing from the solution file:
IPPiecewisePenalty.cpp
IPCGPerturbationHandler.cpp
Can you verify?
Thank you
gus gassmann | defect | missing source files in msvs solution file stable version issue created by migration from trac original creator hgassmann original creation time assignee ipopt team version i am having trouble building the os project with ipopt lib the linker in msvs complains about missing references i believe i have tracked it to some source files in src contrib cgpenalty that are missing from the solution file ippiecewisepenalty cpp ipcgperturbationhandler cpp can you verify thank you gus gassmann | 1 |
68,166 | 21,527,120,690 | IssuesEvent | 2022-04-28 19:39:24 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Location map inside a reply preview on the thread panel overflows the preview area | T-Defect | ### Steps to reproduce
1. Create a test room
2. Share a location
3. Reply to the location
### Outcome
#### What did you expect?
The map size should be properly adjusted.
#### What happened instead?
The map overflows the preview area.
https://user-images.githubusercontent.com/3362943/165832236-33cda973-33fc-4f51-8f7d-6f8b5c77da78.mp4
### Operating system
Debian
### Browser information
Firefo
### URL for webapp
localhost
### Application version
develop branch
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | Location map inside a reply preview on the thread panel overflows the preview area - ### Steps to reproduce
1. Create a test room
2. Share a location
3. Reply to the location
### Outcome
#### What did you expect?
The map size should be properly adjusted.
#### What happened instead?
The map overflows the preview area.
https://user-images.githubusercontent.com/3362943/165832236-33cda973-33fc-4f51-8f7d-6f8b5c77da78.mp4
### Operating system
Debian
### Browser information
Firefo
### URL for webapp
localhost
### Application version
develop branch
### Homeserver
_No response_
### Will you send logs?
No | defect | location map inside a reply preview on the thread panel overflows the preview area steps to reproduce create a test room share a location reply to the location outcome what did you expect the map size should be properly adjusted what happened instead the map overflows the preview area operating system debian browser information firefo url for webapp localhost application version develop branch homeserver no response will you send logs no | 1 |
25,204 | 4,233,643,271 | IssuesEvent | 2016-07-05 08:46:00 | arkayenro/arkinventory | https://api.github.com/repos/arkayenro/arkinventory | closed | error when opening bags during combat | auto-migrated Priority-Medium Type-Defect | ```
Downloaded from > googlecode | wowinterface | curse | wowui | other
(specify)
What steps will reproduce the problem?
1.enter combat
2.open bags
3.lua error: my soulbound/quest items disappear
What is the expected output? What do you see instead?
when opening a bag to look for a quest item during combat, arkinventory errors
until i leave combat. i've been having to drop combat, put the item on my
action bar, and then use it from there during combat
What version of the product are you using? On what operating system?
3.04.18 (21-DEC-2014)
windows 8
Please provide any additional information below.
Message: ...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:-1: script ran
too long
Time: 01/08/15 17:52:27
Count: 1
Stack: ...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua: in function
`ScriptErrorsFrame_OnError'
[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function
<[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: in function `resume'
Interface\AddOns\ArkInventory\ArkInventory.lua:4741: in function
`Frame_Main_DrawThreadResume'
[string "*:OnUpdate"]:4: in function <[string "*:OnUpdate"]:1>
Locals: (*temporary) = "Interface\AddOns\ArkInventory\ArkInventory.lua:4741:
script ran too long"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "script ran too long"
_ScriptErrorsFrame = ScriptErrorsFrame {
0 = <userdata>
warnType = <table> {
}
messages = <table> {
}
close = <unnamed> {
}
previous = <unnamed> {
}
indexLabel = <unnamed> {
}
locals = <table> {
}
title = <unnamed> {
}
times = <table> {
}
seen = <table> {
}
count = <table> {
}
order = <table> {
}
next = <unnamed> {
}
}
```
Original issue reported on code.google.com by `Moosci...@gmail.com` on 9 Jan 2015 at 12:03 | 1.0 | error when opening bags during combat - ```
Downloaded from > googlecode | wowinterface | curse | wowui | other
(specify)
What steps will reproduce the problem?
1.enter combat
2.open bags
3.lua error: my soulbound/quest items disappear
What is the expected output? What do you see instead?
when opening a bag to look for a quest item during combat, arkinventory errors
until i leave combat. i've been having to drop combat, put the item on my
action bar, and then use it from there during combat
What version of the product are you using? On what operating system?
3.04.18 (21-DEC-2014)
windows 8
Please provide any additional information below.
Message: ...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua:-1: script ran
too long
Time: 01/08/15 17:52:27
Count: 1
Stack: ...e\AddOns\Blizzard_DebugTools\Blizzard_DebugTools.lua: in function
`ScriptErrorsFrame_OnError'
[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function
<[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
[C]: in function `resume'
Interface\AddOns\ArkInventory\ArkInventory.lua:4741: in function
`Frame_Main_DrawThreadResume'
[string "*:OnUpdate"]:4: in function <[string "*:OnUpdate"]:1>
Locals: (*temporary) = "Interface\AddOns\ArkInventory\ArkInventory.lua:4741:
script ran too long"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "script ran too long"
_ScriptErrorsFrame = ScriptErrorsFrame {
0 = <userdata>
warnType = <table> {
}
messages = <table> {
}
close = <unnamed> {
}
previous = <unnamed> {
}
indexLabel = <unnamed> {
}
locals = <table> {
}
title = <unnamed> {
}
times = <table> {
}
seen = <table> {
}
count = <table> {
}
order = <table> {
}
next = <unnamed> {
}
}
```
Original issue reported on code.google.com by `Moosci...@gmail.com` on 9 Jan 2015 at 12:03 | defect | error when opening bags during combat downloaded from googlecode wowinterface curse wowui other specify what steps will reproduce the problem enter combat open bags lua error my soulbound quest items disappear what is the expected output what do you see instead when opening a bag to look for a quest item during combat arkinventory errors until i leave combat i ve been having to drop combat put the item on my action bar and then use it from there during combat what version of the product are you using on what operating system dec windows please provide any additional information below message e addons blizzard debugtools blizzard debugtools lua script ran too long time count stack e addons blizzard debugtools blizzard debugtools lua in function scripterrorsframe onerror in function in function resume interface addons arkinventory arkinventory lua in function frame main drawthreadresume in function locals temporary interface addons arkinventory arkinventory lua script ran too long temporary nil temporary nil temporary nil temporary nil temporary nil temporary nil temporary nil temporary nil temporary script ran too long scripterrorsframe scripterrorsframe warntype messages close previous indexlabel locals title times seen count order next original issue reported on code google com by moosci gmail com on jan at | 1 |
29,635 | 5,774,573,288 | IssuesEvent | 2017-04-28 07:37:09 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | p-dropdown crashes when placed on a div with ngIf (RC.4) | defect | [ X] bug report => Search github for a similar issue or PR before submitting
**Plunkr Case (Bug Reports)**
_Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed._
http://plnkr.co/edit/xxneXT8LNq3AepsAHVjf?p=preview
**Current behavior**
_If a p-dropdown element is placed inside a div with ngIf on it and you show that div the dropdown crashes._
**Expected behavior**
dropdown should not crash when showing it in the div or in an other element
**Minimal reproduction of the problem with instructions**
_To reproduce it just go to the plunker and click the button. Look in the console and you will see that the error message._
"Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '103'. Current value: '132'."
* **PrimeNG version:** 2.0.X
_Primeng 4.0.0-rc.4_
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
_Tested in FF and Chrome_
After updating my Primeng version to the new rc4 my application crashes after showing a div with an ngIf selector. The div contains a p-dropdown element and you can see how it looks like or rather how it behave when the div is shown.
This is my first report so please tell me if anything is missing or if you need any further informations.
| 1.0 | p-dropdown crashes when placed on a div with ngIf (RC.4) - [ X] bug report => Search github for a similar issue or PR before submitting
**Plunkr Case (Bug Reports)**
_Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed._
http://plnkr.co/edit/xxneXT8LNq3AepsAHVjf?p=preview
**Current behavior**
_If a p-dropdown element is placed inside a div with ngIf on it and you show that div the dropdown crashes._
**Expected behavior**
dropdown should not crash when showing it in the div or in an other element
**Minimal reproduction of the problem with instructions**
_To reproduce it just go to the plunker and click the button. Look in the console and you will see that the error message._
"Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '103'. Current value: '132'."
* **PrimeNG version:** 2.0.X
_Primeng 4.0.0-rc.4_
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
_Tested in FF and Chrome_
After updating my Primeng version to the new rc4 my application crashes after showing a div with an ngIf selector. The div contains a p-dropdown element and you can see how it looks like or rather how it behave when the div is shown.
This is my first report so please tell me if anything is missing or if you need any further informations.
| defect | p dropdown crashes when placed on a div with ngif rc bug report search github for a similar issue or pr before submitting plunkr case bug reports please fork the plunkr below and create a case demonstrating your bug report issues without a plunkr have much less possibility to be reviewed current behavior if a p dropdown element is placed inside a div with ngif on it and you show that div the dropdown crashes expected behavior dropdown should not crash when showing it in the div or in an other element minimal reproduction of the problem with instructions to reproduce it just go to the plunker and click the button look in the console and you will see that the error message error expressionchangedafterithasbeencheckederror expression has changed after it was checked previous value current value primeng version x primeng rc browser tested in ff and chrome after updating my primeng version to the new my application crashes after showing a div with an ngif selector the div contains a p dropdown element and you can see how it looks like or rather how it behave when the div is shown this is my first report so please tell me if anything is missing or if you need any further informations | 1 |
336,241 | 10,173,837,731 | IssuesEvent | 2019-08-08 13:55:50 | Webiks/Phraze | https://api.github.com/repos/Webiks/Phraze | opened | speed calc according to sliding window | priority: Med | - [ ] calculate speed according to sliding window
#estimate 3h | 1.0 | speed calc according to sliding window - - [ ] calculate speed according to sliding window
#estimate 3h | non_defect | speed calc according to sliding window calculate speed according to sliding window estimate | 0 |
616,872 | 19,323,468,846 | IssuesEvent | 2021-12-14 08:54:50 | bounswe/2021SpringGroup6 | https://api.github.com/repos/bounswe/2021SpringGroup6 | closed | Implement profile view page | Type: Feature Platform: Front-end Priority: High Status: Waiting Review | users shall be able to see each other's profiles. Let's implement this page. Even if it is the most basic one, we would have something to show on milestone presentation | 1.0 | Implement profile view page - users shall be able to see each other's profiles. Let's implement this page. Even if it is the most basic one, we would have something to show on milestone presentation | non_defect | implement profile view page users shall be able to see each other s profiles let s implement this page even if it is the most basic one we would have something to show on milestone presentation | 0 |
24,568 | 12,128,608,913 | IssuesEvent | 2020-04-22 20:49:21 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | [Alerting] support for watcher-like "dynamic attachments" | Feature:Alerting Team:Alerting Services enhancement | Watcher provides a facility for extending the JSON payload of actions based on data coming from the output returned by executing the input. For example, [populating Slack attachments from the output of an ES query](https://www.elastic.co/guide/en/elasticsearch/reference/current/actions-slack.html#formatting-slack-messages).
We'd need a facility similar to this, to handle populating dynamic arrays of objects in a payload for a service. For example, populating a [links property in PagerDuty](https://github.com/elastic/kibana/pull/64120).
Lots of conceptual problems here:
- alerts and their actions don't really know about each other, and it seems unlikely that data would "just work" between an alert and action. For instance, in the PagerDuty example, an alert might have a list of links to provide to an action, but it's unlikely to know the exact shape that will work with every action, so who converts, say, an array of URLs from the alert, into an array of `{href, text}` objects. Or should every alert provide a list of URLs in every format an action might want?
- are there cases where you'd want a fixed set of links (which you could set as parameters to the action) and then be able to add more from the alert dynamically?
- what does the UI look like for this? | 1.0 | [Alerting] support for watcher-like "dynamic attachments" - Watcher provides a facility for extending the JSON payload of actions based on data coming from the output returned by executing the input. For example, [populating Slack attachments from the output of an ES query](https://www.elastic.co/guide/en/elasticsearch/reference/current/actions-slack.html#formatting-slack-messages).
We'd need a facility similar to this, to handle populating dynamic arrays of objects in a payload for a service. For example, populating a [links property in PagerDuty](https://github.com/elastic/kibana/pull/64120).
Lots of conceptual problems here:
- alerts and their actions don't really know about each other, and it seems unlikely that data would "just work" between an alert and action. For instance, in the PagerDuty example, an alert might have a list of links to provide to an action, but it's unlikely to know the exact shape that will work with every action, so who converts, say, an array of URLs from the alert, into an array of `{href, text}` objects. Or should every alert provide a list of URLs in every format an action might want?
- are there cases where you'd want a fixed set of links (which you could set as parameters to the action) and then be able to add more from the alert dynamically?
- what does the UI look like for this? | non_defect | support for watcher like dynamic attachments watcher provides a facility for extending the json payload of actions based on data coming from the output returned by executing the input for example we d need a facility similar to this to handle populating dynamic arrays of objects in a payload for a service for example populating a lots of conceptual problems here alerts and their actions don t really know about each other and it seems unlikely that data would just work between an alert and action for instance in the pagerduty example an alert might have a list of links to provide to an action but it s unlikely to know the exact shape that will work with every action so who converts say an array of urls from the alert into an array of href text objects or should every alert provide a list of urls in every format an action might want are there cases where you d want a fixed set of links which you could set as parameters to the action and then be able to add more from the alert dynamically what does the ui look like for this | 0 |
2,865 | 12,727,682,679 | IssuesEvent | 2020-06-25 00:00:14 | github/super-linter | https://api.github.com/repos/github/super-linter | closed | Consider using check-spelling action | Ready automation enhancement good first issue help wanted | We seem to have a tendency to introduce spelling errors. We might consider adding https://github.com/marketplace/actions/check-spelling | 1.0 | Consider using check-spelling action - We seem to have a tendency to introduce spelling errors. We might consider adding https://github.com/marketplace/actions/check-spelling | non_defect | consider using check spelling action we seem to have a tendency to introduce spelling errors we might consider adding | 0 |
16,423 | 2,892,960,154 | IssuesEvent | 2015-06-15 15:33:36 | cakephp/docs | https://api.github.com/repos/cakephp/docs | closed | Lighthouseapp ticket #141: ePub document via Chrome on iPad/iPhone | defect | https://cakephp.lighthouseapp.com/projects/43067/tickets/141-epub-document-via-chrome-on-ipadiphone
--
When attempting to open the epub file, as found at http://book.cakephp.org/2.0/en/index.html [direct link is http://book.cakephp.org/2.0/_downloads/en/CakePHPCookbook.epub] via Chrome on an iPad or iPhone, Chrome reports an error that is can not open the file due to an unknown file type.
When attempting to open the same file on a Google Nexus 7, via Chrome, the file is downloaded as plain text (although I don't have a proper eBook reader installed, except for Google Play Book, yet).
I'm wondering if this is because the web server has not been set up correctly, so that the epub extension is recognised and the appropriate mime type is sent. | 1.0 | Lighthouseapp ticket #141: ePub document via Chrome on iPad/iPhone - https://cakephp.lighthouseapp.com/projects/43067/tickets/141-epub-document-via-chrome-on-ipadiphone
--
When attempting to open the epub file, as found at http://book.cakephp.org/2.0/en/index.html [direct link is http://book.cakephp.org/2.0/_downloads/en/CakePHPCookbook.epub] via Chrome on an iPad or iPhone, Chrome reports an error that is can not open the file due to an unknown file type.
When attempting to open the same file on a Google Nexus 7, via Chrome, the file is downloaded as plain text (although I don't have a proper eBook reader installed, except for Google Play Book, yet).
I'm wondering if this is because the web server has not been set up correctly, so that the epub extension is recognised and the appropriate mime type is sent. | defect | lighthouseapp ticket epub document via chrome on ipad iphone when attempting to open the epub file as found at via chrome on an ipad or iphone chrome reports an error that is can not open the file due to an unknown file type when attempting to open the same file on a google nexus via chrome the file is downloaded as plain text although i don t have a proper ebook reader installed except for google play book yet i m wondering if this is because the web server has not been set up correctly so that the epub extension is recognised and the appropriate mime type is sent | 1 |
78,226 | 27,381,487,184 | IssuesEvent | 2023-02-28 10:20:13 | vector-im/element-x-android | https://api.github.com/repos/vector-im/element-x-android | closed | System-wide dark mode broken on initial setup/sign-in | T-Defect | ### Steps to reproduce
1. Where are you starting? What can you see?
Turn on system-wide dark mode and start the app for the first time. All text is invisible and setup is displayed in a light theme.
2. What do you click?
Nothing specific. Only step necessary to reproduce is system-wide dark mode with a fresh install of the app.
3. More steps
### Outcome
#### What did you expect?
Dark theme with readable text
#### What happened instead?
The inverse of the above
### Your phone model
Oneplus 6
### Operating system version
Android 13 (DivestOS)
### Application version and app store
Element X commit 6592a1a2ebc3ab68bf932d23c7dbfb3e87a61ddc (from CI)
### Homeserver
matrix.org
### Will you send logs?
No
### Are you willing to provide a PR?
No | 1.0 | System-wide dark mode broken on initial setup/sign-in - ### Steps to reproduce
1. Where are you starting? What can you see?
Turn on system-wide dark mode and start the app for the first time. All text is invisible and setup is displayed in a light theme.
2. What do you click?
Nothing specific. Only step necessary to reproduce is system-wide dark mode with a fresh install of the app.
3. More steps
### Outcome
#### What did you expect?
Dark theme with readable text
#### What happened instead?
The inverse of the above
### Your phone model
Oneplus 6
### Operating system version
Android 13 (DivestOS)
### Application version and app store
Element X commit 6592a1a2ebc3ab68bf932d23c7dbfb3e87a61ddc (from CI)
### Homeserver
matrix.org
### Will you send logs?
No
### Are you willing to provide a PR?
No | defect | system wide dark mode broken on initial setup sign in steps to reproduce where are you starting what can you see turn on system wide dark mode and start the app for the first time all text is invisible and setup is displayed in a light theme what do you click nothing specific only step necessary to reproduce is system wide dark mode with a fresh install of the app more steps outcome what did you expect dark theme with readable text what happened instead the inverse of the above your phone model oneplus operating system version android divestos application version and app store element x commit from ci homeserver matrix org will you send logs no are you willing to provide a pr no | 1 |
11,749 | 2,664,696,388 | IssuesEvent | 2015-03-20 15:59:24 | holahmeds/remotedroid | https://api.github.com/repos/holahmeds/remotedroid | closed | support volumeup and volumedown | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. start and connect remotedroid on android
2. push volumeup or volumedown
What is the expected output? What do you see instead?
the volume on the server should change
What version of the product are you using? On what operating system?
windows 7, android 2
Please provide any additional information below.
the JIntellitype API seems to support special keys like volumepp on
windows. the android app could react on pressed volume buttons and the
server could invoke the native methods to change the volume (tunesremote
does a similar thing with itunes)
http://melloware.com/products/jintellitype/index.html
http://code.google.com/p/android-
cookbook/source/browse/#svn/trunk/TunesControl
```
Original issue reported on code.google.com by `didl...@gmail.com` on 8 Mar 2010 at 4:16 | 1.0 | support volumeup and volumedown - ```
What steps will reproduce the problem?
1. start and connect remotedroid on android
2. push volumeup or volumedown
What is the expected output? What do you see instead?
the volume on the server should change
What version of the product are you using? On what operating system?
windows 7, android 2
Please provide any additional information below.
the JIntellitype API seems to support special keys like volumepp on
windows. the android app could react on pressed volume buttons and the
server could invoke the native methods to change the volume (tunesremote
does a similar thing with itunes)
http://melloware.com/products/jintellitype/index.html
http://code.google.com/p/android-
cookbook/source/browse/#svn/trunk/TunesControl
```
Original issue reported on code.google.com by `didl...@gmail.com` on 8 Mar 2010 at 4:16 | defect | support volumeup and volumedown what steps will reproduce the problem start and connect remotedroid on android push volumeup or volumedown what is the expected output what do you see instead the volume on the server should change what version of the product are you using on what operating system windows android please provide any additional information below the jintellitype api seems to support special keys like volumepp on windows the android app could react on pressed volume buttons and the server could invoke the native methods to change the volume tunesremote does a similar thing with itunes cookbook source browse svn trunk tunescontrol original issue reported on code google com by didl gmail com on mar at | 1 |
546 | 2,564,148,522 | IssuesEvent | 2015-02-06 17:50:05 | scientia-est-potentia/tickachu | https://api.github.com/repos/scientia-est-potentia/tickachu | closed | Max count options on POST | !critical .Defect @checkout | Repeat the max count in post. Scenarios:
- if 4 places available, 5 requested in 1 order, only give 4
- if 2 people are in the same step; first one to submit gets the option | 1.0 | Max count options on POST - Repeat the max count in post. Scenarios:
- if 4 places available, 5 requested in 1 order, only give 4
- if 2 people are in the same step; first one to submit gets the option | defect | max count options on post repeat the max count in post scenarios if places available requested in order only give if people are in the same step first one to submit gets the option | 1 |
172,637 | 14,370,515,502 | IssuesEvent | 2020-12-01 11:12:16 | rrousselGit/flutter_portal | https://api.github.com/repos/rrousselGit/flutter_portal | opened | Please document how hit-testing works | documentation | I tried to use flutter_portal to render "stickers" on top of "Cards", like this:
```
############
# #
# Foo #
# 1234 /-------------|
# < Important |
# \-------------|
# #
# #
############
```
However, tapping on "Important" isn't able to receive tap gestures. | 1.0 | Please document how hit-testing works - I tried to use flutter_portal to render "stickers" on top of "Cards", like this:
```
############
# #
# Foo #
# 1234 /-------------|
# < Important |
# \-------------|
# #
# #
############
```
However, tapping on "Important" isn't able to receive tap gestures. | non_defect | please document how hit testing works i tried to use flutter portal to render stickers on top of cards like this foo important however tapping on important isn t able to receive tap gestures | 0 |
51,766 | 13,211,303,999 | IssuesEvent | 2020-08-15 22:10:26 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [Steamshovel] IceTop LDF window closes when selecting pulses. (Trac #1012) | Incomplete Migration Migrated from Trac combo core defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1012">https://code.icecube.wisc.edu/projects/icecube/ticket/1012</a>, reported by sderidderand owned by hdembinski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-06-08T14:37:48",
"_ts": "1433774268017582",
"description": "When selecting the HLC pulses to show in the IceTop LDF window, the IceTop LDF window disappears. Probably due to numpy version, norm() functions complains:\nTypeError: norm() got an unexpected keyword argument 'axis'\n/home/sam/IceCube/software/IceRec/V04-11-02/build/lib/icecube/steamshovel/artists/IceTopLDF.pyc in SignedRadiusAndZ(rotationMatrix, posList, core)\n 384 pos = arr(posList) - core\n 385 rot_pos = arr(rotationMatrix * pos.T).T\n--> 386 r = np.linalg.norm(rot_pos[:, :2], axis=1) * np.sign(rot_pos[:, 0])\n 387 z = rot_pos[:, 2].T\n 388 return r, z",
"reporter": "sderidder",
"cc": "",
"resolution": "fixed",
"time": "2015-06-08T14:28:43",
"component": "combo core",
"summary": "[Steamshovel] IceTop LDF window closes when selecting pulses.",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "hdembinski",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [Steamshovel] IceTop LDF window closes when selecting pulses. (Trac #1012) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1012">https://code.icecube.wisc.edu/projects/icecube/ticket/1012</a>, reported by sderidderand owned by hdembinski</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-06-08T14:37:48",
"_ts": "1433774268017582",
"description": "When selecting the HLC pulses to show in the IceTop LDF window, the IceTop LDF window disappears. Probably due to numpy version, norm() functions complains:\nTypeError: norm() got an unexpected keyword argument 'axis'\n/home/sam/IceCube/software/IceRec/V04-11-02/build/lib/icecube/steamshovel/artists/IceTopLDF.pyc in SignedRadiusAndZ(rotationMatrix, posList, core)\n 384 pos = arr(posList) - core\n 385 rot_pos = arr(rotationMatrix * pos.T).T\n--> 386 r = np.linalg.norm(rot_pos[:, :2], axis=1) * np.sign(rot_pos[:, 0])\n 387 z = rot_pos[:, 2].T\n 388 return r, z",
"reporter": "sderidder",
"cc": "",
"resolution": "fixed",
"time": "2015-06-08T14:28:43",
"component": "combo core",
"summary": "[Steamshovel] IceTop LDF window closes when selecting pulses.",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "hdembinski",
"type": "defect"
}
```
</p>
</details>
| defect | icetop ldf window closes when selecting pulses trac migrated from json status closed changetime ts description when selecting the hlc pulses to show in the icetop ldf window the icetop ldf window disappears probably due to numpy version norm functions complains ntypeerror norm got an unexpected keyword argument axis n home sam icecube software icerec build lib icecube steamshovel artists icetopldf pyc in signedradiusandz rotationmatrix poslist core n pos arr poslist core n rot pos arr rotationmatrix pos t t n r np linalg norm rot pos axis np sign rot pos n z rot pos t n return r z reporter sderidder cc resolution fixed time component combo core summary icetop ldf window closes when selecting pulses priority normal keywords milestone owner hdembinski type defect | 1 |
9,045 | 2,615,124,214 | IssuesEvent | 2015-03-01 05:52:03 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | AccountManager getAuthToken new issue still using same code that always worked | auto-migrated Priority-Medium Type-Defect | ```
Version of google-api-java-client (e.g. 1.5.0-beta)?
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Multiple Android versions: 2.2+
Describe the problem.
I am not sure where the source of this problem is but I will start by
reaching out here. I use oAuth2 for auth tokens to perform updates to Google
Latitude. I have not updated my libraries recently and am still using client
1.4.1 from last summer.
Problem: on AccountManager > getAuthToken(...) Randomly and only
recently, I have started getting back "AccountManager.KEY_INTENT"s
when I attempt to refresh an expired token, instead of receiving a
valid refreshed authentication token as expected.
Nothing has changed on my end and it only occurs randomly. When it
happens and is ignored, another attempt to refresh the token again,
usually succeeds. However, when it does fail (when the intent comes
back instead of a token) an unfriendly Google dialog pops up prompting
the user to enter their password. Entering your password doesn't stop
it from occurring in the future. The dialog is not the result of any
"start activity" code on my end. It must be launching from within the
AccountManager framework.
For my app, I used the standard code examples that are all over the
web to accomplish the task of getAuthToken. It only started happening
to users in the last week or two. I haven't updated any Google shared
libraries, but perhaps a required update has been implemented
recently?
How would you expect it to be fixed?
I just want to know if something changed that I need to address and my
authentication ways of the past are no longer acceptable?
```
Original issue reported on code.google.com by `gaugl...@gmail.com` on 11 Jan 2012 at 6:11 | 1.0 | AccountManager getAuthToken new issue still using same code that always worked - ```
Version of google-api-java-client (e.g. 1.5.0-beta)?
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Multiple Android versions: 2.2+
Describe the problem.
I am not sure where the source of this problem is but I will start by
reaching out here. I use oAuth2 for auth tokens to perform updates to Google
Latitude. I have not updated my libraries recently and am still using client
1.4.1 from last summer.
Problem: on AccountManager > getAuthToken(...) Randomly and only
recently, I have started getting back "AccountManager.KEY_INTENT"s
when I attempt to refresh an expired token, instead of receiving a
valid refreshed authentication token as expected.
Nothing has changed on my end and it only occurs randomly. When it
happens and is ignored, another attempt to refresh the token again,
usually succeeds. However, when it does fail (when the intent comes
back instead of a token) an unfriendly Google dialog pops up prompting
the user to enter their password. Entering your password doesn't stop
it from occurring in the future. The dialog is not the result of any
"start activity" code on my end. It must be launching from within the
AccountManager framework.
For my app, I used the standard code examples that are all over the
web to accomplish the task of getAuthToken. It only started happening
to users in the last week or two. I haven't updated any Google shared
libraries, but perhaps a required update has been implemented
recently?
How would you expect it to be fixed?
I just want to know if something changed that I need to address and my
authentication ways of the past are no longer acceptable?
```
Original issue reported on code.google.com by `gaugl...@gmail.com` on 11 Jan 2012 at 6:11 | defect | accountmanager getauthtoken new issue still using same code that always worked version of google api java client e g beta java environment e g java android app engine multiple android versions describe the problem i am not sure where the source of this problem is but i will start by reaching out here i use for auth tokens to perform updates to google latitude i have not updated my libraries recently and am still using client from last summer problem on accountmanager getauthtoken randomly and only recently i have started getting back accountmanager key intent s when i attempt to refresh an expired token instead of receiving a valid refreshed authentication token as expected nothing has changed on my end and it only occurs randomly when it happens and is ignored another attempt to refresh the token again usually succeeds however when it does fail when the intent comes back instead of a token an unfriendly google dialog pops up prompting the user to enter their password entering your password doesn t stop it from occurring in the future the dialog is not the result of any start activity code on my end it must be launching from within the accountmanager framework for my app i used the standard code examples that are all over the web to accomplish the task of getauthtoken it only started happening to users in the last week or two i haven t updated any google shared libraries but perhaps a required update has been implemented recently how would you expect it to be fixed i just want to know if something changed that i need to address and my authentication ways of the past are no longer acceptable original issue reported on code google com by gaugl gmail com on jan at | 1 |
390,853 | 26,873,816,661 | IssuesEvent | 2023-02-04 19:59:27 | sktime/sktime | https://api.github.com/repos/sktime/sktime | closed | [DOC] Document tags | documentation | #### Describe the issue linked to the documentation
<!--
Tell us about the confusion introduced in the documentation.
-->
Tags are increasingly used in estimators but are not documented anywhere. Neither what tags are available (in use), how to use them, when to use which tag, how to add new tags, how to remove obsolete tags etc.
#### Suggest a potential alternative/fix
<!--
Tell us how we could improve the documentation in this regard.
-->
Add documentation for tags. | 1.0 | [DOC] Document tags - #### Describe the issue linked to the documentation
<!--
Tell us about the confusion introduced in the documentation.
-->
Tags are increasingly used in estimators but are not documented anywhere. Neither what tags are available (in use), how to use them, when to use which tag, how to add new tags, how to remove obsolete tags etc.
#### Suggest a potential alternative/fix
<!--
Tell us how we could improve the documentation in this regard.
-->
Add documentation for tags. | non_defect | document tags describe the issue linked to the documentation tell us about the confusion introduced in the documentation tags are increasingly used in estimators but are not documented anywhere neither what tags are available in use how to use them when to use which tag how to add new tags how to remove obsolete tags etc suggest a potential alternative fix tell us how we could improve the documentation in this regard add documentation for tags | 0 |
45,653 | 11,712,159,985 | IssuesEvent | 2020-03-09 07:38:03 | ShaikASK/Testing | https://api.github.com/repos/ShaikASK/Testing | opened | Imitated Hire /Accepted Hire /Completed Hire deleted using postman is still displayed in the frontend | Defect New Hire P2 Release#7 Build#02 |
Steps To Replicate :
1.Launch the URL
2.Launch the Postman application
3.Try to delete initiated /Accepted/Completed hire
Experienced Behavior : Observed that success message is displayed as “hire deleted successfully” upon deleting initiated /Accepted/Completed hire from backend using postman but deleted hire is still displayed in the frontend
Expected Behavior : Ensure that deleting initiated /Accepted/Completed hire should not be allowed
| 1.0 | Imitated Hire /Accepted Hire /Completed Hire deleted using postman is still displayed in the frontend -
Steps To Replicate :
1.Launch the URL
2.Launch the Postman application
3.Try to delete initiated /Accepted/Completed hire
Experienced Behavior : Observed that success message is displayed as “hire deleted successfully” upon deleting initiated /Accepted/Completed hire from backend using postman but deleted hire is still displayed in the frontend
Expected Behavior : Ensure that deleting initiated /Accepted/Completed hire should not be allowed
| non_defect | imitated hire accepted hire completed hire deleted using postman is still displayed in the frontend steps to replicate launch the url launch the postman application try to delete initiated accepted completed hire experienced behavior observed that success message is displayed as “hire deleted successfully” upon deleting initiated accepted completed hire from backend using postman but deleted hire is still displayed in the frontend expected behavior ensure that deleting initiated accepted completed hire should not be allowed | 0 |
74,176 | 7,388,168,369 | IssuesEvent | 2018-03-16 00:56:47 | vmware/dispatch | https://api.github.com/repos/vmware/dispatch | closed | Run Riff e2e tests in e2e CI | CI bug tests | <!--- Provide a general summary of the issue in the Title above -->
- [x] Bug
- [ ] Feature
- [ ] Enhancement
## Detailed Description
Currently, e2e CI only runs OpenFaaS tests. We should also run e2e tests with Riff backend. | 1.0 | Run Riff e2e tests in e2e CI - <!--- Provide a general summary of the issue in the Title above -->
- [x] Bug
- [ ] Feature
- [ ] Enhancement
## Detailed Description
Currently, e2e CI only runs OpenFaaS tests. We should also run e2e tests with Riff backend. | non_defect | run riff tests in ci bug feature enhancement detailed description currently ci only runs openfaas tests we should also run tests with riff backend | 0 |
73,721 | 24,772,055,403 | IssuesEvent | 2022-10-23 09:06:10 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | opened | DataView: Bad Typo in showcase | defect | ### Describe the bug
There is a bad typo in the showcase
p-dataview instead of p-dataView
### Environment
angular 14
### Reproducer
_No response_
### Angular version
14.1
### PrimeNG version
14.1.2
### Build / Runtime
TypeScript
### Language
TypeScript
### Node version (for AoT issues node --version)
16.14
### Browser(s)
all
### Steps to reproduce the behavior
https://primefaces.org/primeng/dataview
### Expected behavior
_No response_ | 1.0 | DataView: Bad Typo in showcase - ### Describe the bug
There is a bad typo in the showcase
p-dataview instead of p-dataView
### Environment
angular 14
### Reproducer
_No response_
### Angular version
14.1
### PrimeNG version
14.1.2
### Build / Runtime
TypeScript
### Language
TypeScript
### Node version (for AoT issues node --version)
16.14
### Browser(s)
all
### Steps to reproduce the behavior
https://primefaces.org/primeng/dataview
### Expected behavior
_No response_ | defect | dataview bad typo in showcase describe the bug there is a bad typo in the showcase p dataview instead of p dataview environment angular reproducer no response angular version primeng version build runtime typescript language typescript node version for aot issues node version browser s all steps to reproduce the behavior expected behavior no response | 1 |
71,497 | 8,658,383,927 | IssuesEvent | 2018-11-28 00:44:58 | byucs340ta/Fall2018 | https://api.github.com/repos/byucs340ta/Fall2018 | opened | Check marks for initial destination card draw is reset when another player chooses theirs | P4: Aesthetic or Design Flaw Team 3 | Player one had two cards selected and player two had two cards selected. When player two picked their cards and selected DONE the checkmarks on player one's cards were reset. | 1.0 | Check marks for initial destination card draw is reset when another player chooses theirs - Player one had two cards selected and player two had two cards selected. When player two picked their cards and selected DONE the checkmarks on player one's cards were reset. | non_defect | check marks for initial destination card draw is reset when another player chooses theirs player one had two cards selected and player two had two cards selected when player two picked their cards and selected done the checkmarks on player one s cards were reset | 0 |
181,044 | 6,655,665,983 | IssuesEvent | 2017-09-29 17:21:41 | minio/mint | https://api.github.com/repos/minio/mint | closed | Run status reporting on console not accurate | priority: high | The SDK run status for Mint shows mc sdk with "done" status whereas the output log shows that some tests have failed.
```
To get intermittent logs, 'sudo docker cp 35778a305d86:/mint/log /tmp/mint-logs'
Running aws-sdk-php tests ... FAILED in 1 seconds
Running aws-sdk-ruby tests ... done in 6 seconds
Running awscli tests ... FAILED in 1 minutes and 43 seconds
Running mc tests ... done in 1 minutes and 43 seconds
Running minio-go tests ... FAILED in 1 seconds
Running minio-java tests ...
```
```
➜ mc cat output.log
{"name": "mc", "duration": "1022", "function": "delete_bucket", "status": "PASS"}
{"name": "mc", "duration": "6417", "function": "./mc cp --json target/mc-mint-test-bucket-30830/datafile-1-MB /tmp", "status": "PASS"}
{"name": "mc", "duration": "35038", "function": "./mc cp --json target/mc-mint-test-bucket-2006/datafile-65-MB /tmp", "status": "PASS"}
{"name": "mc", "duration": "5810", "function": "./mc share --json upload target/mc-mint-test-bucket-22993/datafile-1-MB", "status": "PASS"}
{"name": "mc", "duration": "5285", "function": "./mc share --json download target/mc-mint-test-bucket-12522/datafile-1-MB", "status": "PASS"}
{"name": "mc", "duration": "41986", "function": "./mc mirror -q /mint/data target/mc-mint-test-bucket-24454", "status": "PASS"}
{"name": "mc", "duration": "5010", "function": "./mc cat target/mc-mint-test-bucket-29880/run.sh", "status": "PASS"}
{"name": "mc", "duration": "5", "function": "./mc mb target/Mc-mint-test-bucket-31241", "status": "PASS"}
{"name": "mc", "duration": "2798", "function": "./mc cp /mint/data/datafile-1-MB target/mc-mint-test-bucket-19031//2123123\123", "status": "FAIL", "error": "`/mint/data/datafile-1-MB` -> `target/mc-mint-test-bucket-19031/2123123\123`
Total: 1024.00 KB, Transferred: 1024.00 KB, Speed: 608.72 KB/s"}
{"name": "mc", "duration": "2800", "function": "./mc cp /mint/data/datafile-1-MB target/mc-mint-test-bucket-19031//2123123\123", "status": "PASS"}
``` | 1.0 | Run status reporting on console not accurate - The SDK run status for Mint shows mc sdk with "done" status whereas the output log shows that some tests have failed.
```
To get intermittent logs, 'sudo docker cp 35778a305d86:/mint/log /tmp/mint-logs'
Running aws-sdk-php tests ... FAILED in 1 seconds
Running aws-sdk-ruby tests ... done in 6 seconds
Running awscli tests ... FAILED in 1 minutes and 43 seconds
Running mc tests ... done in 1 minutes and 43 seconds
Running minio-go tests ... FAILED in 1 seconds
Running minio-java tests ...
```
```
➜ mc cat output.log
{"name": "mc", "duration": "1022", "function": "delete_bucket", "status": "PASS"}
{"name": "mc", "duration": "6417", "function": "./mc cp --json target/mc-mint-test-bucket-30830/datafile-1-MB /tmp", "status": "PASS"}
{"name": "mc", "duration": "35038", "function": "./mc cp --json target/mc-mint-test-bucket-2006/datafile-65-MB /tmp", "status": "PASS"}
{"name": "mc", "duration": "5810", "function": "./mc share --json upload target/mc-mint-test-bucket-22993/datafile-1-MB", "status": "PASS"}
{"name": "mc", "duration": "5285", "function": "./mc share --json download target/mc-mint-test-bucket-12522/datafile-1-MB", "status": "PASS"}
{"name": "mc", "duration": "41986", "function": "./mc mirror -q /mint/data target/mc-mint-test-bucket-24454", "status": "PASS"}
{"name": "mc", "duration": "5010", "function": "./mc cat target/mc-mint-test-bucket-29880/run.sh", "status": "PASS"}
{"name": "mc", "duration": "5", "function": "./mc mb target/Mc-mint-test-bucket-31241", "status": "PASS"}
{"name": "mc", "duration": "2798", "function": "./mc cp /mint/data/datafile-1-MB target/mc-mint-test-bucket-19031//2123123\123", "status": "FAIL", "error": "`/mint/data/datafile-1-MB` -> `target/mc-mint-test-bucket-19031/2123123\123`
Total: 1024.00 KB, Transferred: 1024.00 KB, Speed: 608.72 KB/s"}
{"name": "mc", "duration": "2800", "function": "./mc cp /mint/data/datafile-1-MB target/mc-mint-test-bucket-19031//2123123\123", "status": "PASS"}
``` | non_defect | run status reporting on console not accurate the sdk run status for mint shows mc sdk with done status whereas the output log shows that some tests have failed to get intermittent logs sudo docker cp mint log tmp mint logs running aws sdk php tests failed in seconds running aws sdk ruby tests done in seconds running awscli tests failed in minutes and seconds running mc tests done in minutes and seconds running minio go tests failed in seconds running minio java tests ➜ mc cat output log name mc duration function delete bucket status pass name mc duration function mc cp json target mc mint test bucket datafile mb tmp status pass name mc duration function mc cp json target mc mint test bucket datafile mb tmp status pass name mc duration function mc share json upload target mc mint test bucket datafile mb status pass name mc duration function mc share json download target mc mint test bucket datafile mb status pass name mc duration function mc mirror q mint data target mc mint test bucket status pass name mc duration function mc cat target mc mint test bucket run sh status pass name mc duration function mc mb target mc mint test bucket status pass name mc duration function mc cp mint data datafile mb target mc mint test bucket status fail error mint data datafile mb target mc mint test bucket total kb transferred kb speed kb s name mc duration function mc cp mint data datafile mb target mc mint test bucket status pass | 0 |
67,557 | 20,992,885,304 | IssuesEvent | 2022-03-29 10:57:10 | unascribed/Fabrication | https://api.github.com/repos/unascribed/Fabrication | closed | Feature order cycle found? - Crash with the 1.18.2 Exp3 Version | k: Defect | Hi,
so I'm using the Fabric 1.18.2, exp 3 version of Fabrication. I loaded a few chunks BEFORE enabling some options in the config (features.ini below) and now, whenever I try to move to a specific place, the game crashes. Tbh I can't tell whether the place was already generated or not. As you can see, I'm using plenty mods so it might be an incompatibility with one of them or with a datapack (if that's even possible). Removing Fabrication mod stopped the crashes.
**Logs:** https://gist.github.com/tajemniktv/2cbe0316fa9f6c762162885aefdbf1e4
**Features:** https://gist.github.com/tajemniktv/3afc1170ded0c39c67ac9f6fa03204e7
**Datapacks:** https://imgur.com/a/IcGmQoC
_Have a wonderful day_ | 1.0 | Feature order cycle found? - Crash with the 1.18.2 Exp3 Version - Hi,
so I'm using the Fabric 1.18.2, exp 3 version of Fabrication. I loaded a few chunks BEFORE enabling some options in the config (features.ini below) and now, whenever I try to move to a specific place, the game crashes. Tbh I can't tell whether the place was already generated or not. As you can see, I'm using plenty mods so it might be an incompatibility with one of them or with a datapack (if that's even possible). Removing Fabrication mod stopped the crashes.
**Logs:** https://gist.github.com/tajemniktv/2cbe0316fa9f6c762162885aefdbf1e4
**Features:** https://gist.github.com/tajemniktv/3afc1170ded0c39c67ac9f6fa03204e7
**Datapacks:** https://imgur.com/a/IcGmQoC
_Have a wonderful day_ | defect | feature order cycle found crash with the version hi so i m using the fabric exp version of fabrication i loaded a few chunks before enabling some options in the config features ini below and now whenever i try to move to a specific place the game crashes tbh i can t tell whether the place was already generated or not as you can see i m using plenty mods so it might be an incompatibility with one of them or with a datapack if that s even possible removing fabrication mod stopped the crashes logs features datapacks have a wonderful day | 1 |
152,677 | 19,693,500,968 | IssuesEvent | 2022-01-12 09:44:04 | Vachok/ftpplus | https://api.github.com/repos/Vachok/ftpplus | opened | CVE-2021-22569 (Medium) detected in protobuf-java-3.10.0.jar | security vulnerability | ## CVE-2021-22569 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>protobuf-java-3.10.0.jar</b></p></summary>
<p>Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.</p>
<p>Library home page: <a href="https://developers.google.com/protocol-buffers/">https://developers.google.com/protocol-buffers/</a></p>
<p>Path to dependency file: /modules/networker/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protobuf-java/3.10.0/410b61dd0088aab4caa05739558d43df248958c9/protobuf-java-3.10.0.jar,/root/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protobuf-java/3.10.0/410b61dd0088aab4caa05739558d43df248958c9/protobuf-java-3.10.0.jar</p>
<p>
Dependency Hierarchy:
- firebase-admin-6.12.2.jar (Root Library)
- google-cloud-storage-1.91.0.jar
- google-cloud-core-http-1.90.0.jar
- google-cloud-core-1.91.3.jar
- :x: **protobuf-java-3.10.0.jar** (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>
An issue in protobuf-java allowed the interleaving of com.google.protobuf.UnknownFieldSet fields in such a way that would be processed out of order. A small malicious payload can occupy the parser for several minutes by creating large numbers of short-lived objects that cause frequent, repeated pauses. We recommend upgrading libraries beyond the vulnerable versions.
<p>Publish Date: 2022-01-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22569>CVE-2021-22569</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.5</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>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-22569 (Medium) detected in protobuf-java-3.10.0.jar - ## CVE-2021-22569 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>protobuf-java-3.10.0.jar</b></p></summary>
<p>Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.</p>
<p>Library home page: <a href="https://developers.google.com/protocol-buffers/">https://developers.google.com/protocol-buffers/</a></p>
<p>Path to dependency file: /modules/networker/build.gradle</p>
<p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protobuf-java/3.10.0/410b61dd0088aab4caa05739558d43df248958c9/protobuf-java-3.10.0.jar,/root/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protobuf-java/3.10.0/410b61dd0088aab4caa05739558d43df248958c9/protobuf-java-3.10.0.jar</p>
<p>
Dependency Hierarchy:
- firebase-admin-6.12.2.jar (Root Library)
- google-cloud-storage-1.91.0.jar
- google-cloud-core-http-1.90.0.jar
- google-cloud-core-1.91.3.jar
- :x: **protobuf-java-3.10.0.jar** (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>
An issue in protobuf-java allowed the interleaving of com.google.protobuf.UnknownFieldSet fields in such a way that would be processed out of order. A small malicious payload can occupy the parser for several minutes by creating large numbers of short-lived objects that cause frequent, repeated pauses. We recommend upgrading libraries beyond the vulnerable versions.
<p>Publish Date: 2022-01-10
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22569>CVE-2021-22569</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.5</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>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in protobuf java jar cve medium severity vulnerability vulnerable library protobuf java jar core protocol buffers library protocol buffers are a way of encoding structured data in an efficient yet extensible format library home page a href path to dependency file modules networker build gradle path to vulnerable library root gradle caches modules files com google protobuf protobuf java protobuf java jar root gradle caches modules files com google protobuf protobuf java protobuf java jar dependency hierarchy firebase admin jar root library google cloud storage jar google cloud core http jar google cloud core jar x protobuf java jar vulnerable library vulnerability details an issue in protobuf java allowed the interleaving of com google protobuf unknownfieldset fields in such a way that would be processed out of order a small malicious payload can occupy the parser for several minutes by creating large numbers of short lived objects that cause frequent repeated pauses we recommend upgrading libraries beyond the vulnerable versions 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 step up your open source security game with whitesource | 0 |
53,420 | 13,261,587,103 | IssuesEvent | 2020-08-20 20:10:11 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | [cmake] toplevel-parasite tool detection is backwards (Trac #1358) | Migrated from Trac cmake defect | The parasitic build system has no explicit tool detection phase. Instead, the parasitic version of `i3_project()` loads tool-related variables from the parent CMakeCache.txt based on the values passed to `USE_TOOLS`. Some projects with uncommon dependencies such as `astro`, however, wrap the body of their CMakeLists.txt in an `if (${TOOL}_FOUND)` clause, which will fail because the corresponding variable is not defined until explicitly requested.
Two solutions come to mind:
1. Eagerly load everything from the parent CMakeCache.txt, filtering out tool-related variables by looking for names that share a prefix with variables of the form `${TOOL}_FOUND`. This is icky but simple.
2. Replace the `if (${TOOL}_FOUND)` pattern with a function call, e.g. `if (tool_found(${TOOL}))`. This is more work and involves touching multiple projects, but is probably clearer in the long run.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1358">https://code.icecube.wisc.edu/projects/icecube/ticket/1358</a>, reported by jvansantenand owned by jvansanten</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-01-12T00:06:17",
"_ts": "1547251577858784",
"description": "The parasitic build system has no explicit tool detection phase. Instead, the parasitic version of `i3_project()` loads tool-related variables from the parent CMakeCache.txt based on the values passed to `USE_TOOLS`. Some projects with uncommon dependencies such as `astro`, however, wrap the body of their CMakeLists.txt in an `if (${TOOL}_FOUND)` clause, which will fail because the corresponding variable is not defined until explicitly requested.\n\nTwo solutions come to mind:\n1. Eagerly load everything from the parent CMakeCache.txt, filtering out tool-related variables by looking for names that share a prefix with variables of the form `${TOOL}_FOUND`. This is icky but simple.\n2. Replace the `if (${TOOL}_FOUND)` pattern with a function call, e.g. `if (tool_found(${TOOL}))`. This is more work and involves touching multiple projects, but is probably clearer in the long run.",
"reporter": "jvansanten",
"cc": "nega, david.schultz",
"resolution": "fixed",
"time": "2015-09-21T12:36:01",
"component": "cmake",
"summary": "[cmake] toplevel-parasite tool detection is backwards",
"priority": "major",
"keywords": "",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [cmake] toplevel-parasite tool detection is backwards (Trac #1358) - The parasitic build system has no explicit tool detection phase. Instead, the parasitic version of `i3_project()` loads tool-related variables from the parent CMakeCache.txt based on the values passed to `USE_TOOLS`. Some projects with uncommon dependencies such as `astro`, however, wrap the body of their CMakeLists.txt in an `if (${TOOL}_FOUND)` clause, which will fail because the corresponding variable is not defined until explicitly requested.
Two solutions come to mind:
1. Eagerly load everything from the parent CMakeCache.txt, filtering out tool-related variables by looking for names that share a prefix with variables of the form `${TOOL}_FOUND`. This is icky but simple.
2. Replace the `if (${TOOL}_FOUND)` pattern with a function call, e.g. `if (tool_found(${TOOL}))`. This is more work and involves touching multiple projects, but is probably clearer in the long run.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1358">https://code.icecube.wisc.edu/projects/icecube/ticket/1358</a>, reported by jvansantenand owned by jvansanten</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-01-12T00:06:17",
"_ts": "1547251577858784",
"description": "The parasitic build system has no explicit tool detection phase. Instead, the parasitic version of `i3_project()` loads tool-related variables from the parent CMakeCache.txt based on the values passed to `USE_TOOLS`. Some projects with uncommon dependencies such as `astro`, however, wrap the body of their CMakeLists.txt in an `if (${TOOL}_FOUND)` clause, which will fail because the corresponding variable is not defined until explicitly requested.\n\nTwo solutions come to mind:\n1. Eagerly load everything from the parent CMakeCache.txt, filtering out tool-related variables by looking for names that share a prefix with variables of the form `${TOOL}_FOUND`. This is icky but simple.\n2. Replace the `if (${TOOL}_FOUND)` pattern with a function call, e.g. `if (tool_found(${TOOL}))`. This is more work and involves touching multiple projects, but is probably clearer in the long run.",
"reporter": "jvansanten",
"cc": "nega, david.schultz",
"resolution": "fixed",
"time": "2015-09-21T12:36:01",
"component": "cmake",
"summary": "[cmake] toplevel-parasite tool detection is backwards",
"priority": "major",
"keywords": "",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
</p>
</details>
| defect | toplevel parasite tool detection is backwards trac the parasitic build system has no explicit tool detection phase instead the parasitic version of project loads tool related variables from the parent cmakecache txt based on the values passed to use tools some projects with uncommon dependencies such as astro however wrap the body of their cmakelists txt in an if tool found clause which will fail because the corresponding variable is not defined until explicitly requested two solutions come to mind eagerly load everything from the parent cmakecache txt filtering out tool related variables by looking for names that share a prefix with variables of the form tool found this is icky but simple replace the if tool found pattern with a function call e g if tool found tool this is more work and involves touching multiple projects but is probably clearer in the long run migrated from json status closed changetime ts description the parasitic build system has no explicit tool detection phase instead the parasitic version of project loads tool related variables from the parent cmakecache txt based on the values passed to use tools some projects with uncommon dependencies such as astro however wrap the body of their cmakelists txt in an if tool found clause which will fail because the corresponding variable is not defined until explicitly requested n ntwo solutions come to mind eagerly load everything from the parent cmakecache txt filtering out tool related variables by looking for names that share a prefix with variables of the form tool found this is icky but simple replace the if tool found pattern with a function call e g if tool found tool this is more work and involves touching multiple projects but is probably clearer in the long run reporter jvansanten cc nega david schultz resolution fixed time component cmake summary toplevel parasite tool detection is backwards priority major keywords milestone owner jvansanten type defect | 1 |
190,245 | 6,812,877,436 | IssuesEvent | 2017-11-06 06:24:28 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | auth.uber.com - see bug description | browser-firefox priority-important | <!-- @browser: Firefox 58.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0 -->
<!-- @reported_with: addon-reporter-firefox -->
**URL**: https://auth.uber.com/login/?next_url=
**Browser / Version**: Firefox 58.0
**Operating System**: Linux
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: Uber Facebook Login not working
**Steps to Reproduce**:
Try click on facebook Login... Not work.
Facebook Login not working
[](https://webcompat.com/uploads/2017/11/01bdb676-7f38-4499-acfb-ad37dfd566ad.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | auth.uber.com - see bug description - <!-- @browser: Firefox 58.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0 -->
<!-- @reported_with: addon-reporter-firefox -->
**URL**: https://auth.uber.com/login/?next_url=
**Browser / Version**: Firefox 58.0
**Operating System**: Linux
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: Uber Facebook Login not working
**Steps to Reproduce**:
Try click on facebook Login... Not work.
Facebook Login not working
[](https://webcompat.com/uploads/2017/11/01bdb676-7f38-4499-acfb-ad37dfd566ad.jpg)
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_defect | auth uber com see bug description url browser version firefox operating system linux tested another browser no problem type something else description uber facebook login not working steps to reproduce try click on facebook login not work facebook login not working from with ❤️ | 0 |
78,168 | 27,353,767,659 | IssuesEvent | 2023-02-27 11:23:35 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: Cannot create DevTools session twice | C-java I-defect C-devtools | ### What happened?
Since 4.7.1 selenium version DevTools session cannot be created after DevTools session was opened and closed.
TimeoutException is thrown.
Steps to reproduce:
1. Create DevTools session
2. Enable Network.
3. Close session.
4. Try to create new session with the same driver.
### How can we reproduce the issue?
```shell
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.devtools.DevTools;
import org.openqa.selenium.devtools.v108.network.Network;
import java.util.Objects;
import java.util.Optional;
public class Main {
public static void main(String[] args) {
WebDriverManager.chromedriver().setup();
ChromeDriver chromeDriver = null;
try {
chromeDriver = new ChromeDriver();
DevTools devTools = chromeDriver.getDevTools();
devTools.createSession();
devTools.send(Network.enable(Optional.empty(), Optional.empty(), Optional.empty()));
devTools.clearListeners();
devTools.close();
devTools = chromeDriver.getDevTools();
devTools.createSession(); // StackTrace starts here!
devTools.send(Network.enable(Optional.empty(), Optional.empty(), Optional.empty()));
devTools.clearListeners();
devTools.close();
} finally {
Objects.requireNonNull(chromeDriver).quit();
}
}
}
```
### Relevant log output
```shell
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Starting ChromeDriver 109.0.5414.74 (e7c5703604daa9cc128ccf5a5d3e993513758913-refs/branch-heads/5414@{#1172}) on port 15746
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Feb 01, 2023 11:52:10 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 109, so returning the closest version found: 108
Exception in thread "main" org.openqa.selenium.TimeoutException: java.util.concurrent.TimeoutException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.2'
Driver info: driver.version: unknown
at org.openqa.selenium.devtools.Connection.sendAndWait(Connection.java:162)
at org.openqa.selenium.devtools.DevTools.findTarget(DevTools.java:146)
at org.openqa.selenium.devtools.DevTools.createSession(DevTools.java:115)
at org.openqa.selenium.devtools.DevTools.createSession(DevTools.java:103)
at Main.main(Main.java:24)
Caused by: java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
at org.openqa.selenium.devtools.Connection.sendAndWait(Connection.java:151)
... 4 more
Process finished with exit code 1
```
### Operating System
Windows 10
### Selenium version
Java 4.7.1
### What are the browser(s) and version(s) where you see this issue?
Chrome: 109.0.5414.120 (64-bit)
### What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 109.0.5414.74
### Are you using Selenium Grid?
no | 1.0 | [🐛 Bug]: Cannot create DevTools session twice - ### What happened?
Since 4.7.1 selenium version DevTools session cannot be created after DevTools session was opened and closed.
TimeoutException is thrown.
Steps to reproduce:
1. Create DevTools session
2. Enable Network.
3. Close session.
4. Try to create new session with the same driver.
### How can we reproduce the issue?
```shell
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.devtools.DevTools;
import org.openqa.selenium.devtools.v108.network.Network;
import java.util.Objects;
import java.util.Optional;
public class Main {
public static void main(String[] args) {
WebDriverManager.chromedriver().setup();
ChromeDriver chromeDriver = null;
try {
chromeDriver = new ChromeDriver();
DevTools devTools = chromeDriver.getDevTools();
devTools.createSession();
devTools.send(Network.enable(Optional.empty(), Optional.empty(), Optional.empty()));
devTools.clearListeners();
devTools.close();
devTools = chromeDriver.getDevTools();
devTools.createSession(); // StackTrace starts here!
devTools.send(Network.enable(Optional.empty(), Optional.empty(), Optional.empty()));
devTools.clearListeners();
devTools.close();
} finally {
Objects.requireNonNull(chromeDriver).quit();
}
}
}
```
### Relevant log output
```shell
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Starting ChromeDriver 109.0.5414.74 (e7c5703604daa9cc128ccf5a5d3e993513758913-refs/branch-heads/5414@{#1172}) on port 15746
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
Feb 01, 2023 11:52:10 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 109, so returning the closest version found: 108
Exception in thread "main" org.openqa.selenium.TimeoutException: java.util.concurrent.TimeoutException
Build info: version: '4.7.1', revision: 'c6795baf1a3'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.2'
Driver info: driver.version: unknown
at org.openqa.selenium.devtools.Connection.sendAndWait(Connection.java:162)
at org.openqa.selenium.devtools.DevTools.findTarget(DevTools.java:146)
at org.openqa.selenium.devtools.DevTools.createSession(DevTools.java:115)
at org.openqa.selenium.devtools.DevTools.createSession(DevTools.java:103)
at Main.main(Main.java:24)
Caused by: java.util.concurrent.TimeoutException
at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
at org.openqa.selenium.devtools.Connection.sendAndWait(Connection.java:151)
... 4 more
Process finished with exit code 1
```
### Operating System
Windows 10
### Selenium version
Java 4.7.1
### What are the browser(s) and version(s) where you see this issue?
Chrome: 109.0.5414.120 (64-bit)
### What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 109.0.5414.74
### Are you using Selenium Grid?
no | defect | cannot create devtools session twice what happened since selenium version devtools session cannot be created after devtools session was opened and closed timeoutexception is thrown steps to reproduce create devtools session enable network close session try to create new session with the same driver how can we reproduce the issue shell import io github bonigarcia wdm webdrivermanager import org openqa selenium chrome chromedriver import org openqa selenium devtools devtools import org openqa selenium devtools network network import java util objects import java util optional public class main public static void main string args webdrivermanager chromedriver setup chromedriver chromedriver null try chromedriver new chromedriver devtools devtools chromedriver getdevtools devtools createsession devtools send network enable optional empty optional empty optional empty devtools clearlisteners devtools close devtools chromedriver getdevtools devtools createsession stacktrace starts here devtools send network enable optional empty optional empty optional empty devtools clearlisteners devtools close finally objects requirenonnull chromedriver quit relevant log output shell no providers were found defaulting to no operation nop logger implementation see for further details starting chromedriver refs branch heads on port only local connections are allowed please see for suggestions on keeping chromedriver safe chromedriver was started successfully feb am org openqa selenium devtools cdpversionfinder findnearestmatch warning unable to find an exact match for cdp version so returning the closest version found exception in thread main org openqa selenium timeoutexception java util concurrent timeoutexception build info version revision system info os name windows os arch os version java version driver info driver version unknown at org openqa selenium devtools connection sendandwait connection java at org openqa selenium devtools devtools findtarget devtools java at org openqa selenium devtools devtools createsession devtools java at org openqa selenium devtools devtools createsession devtools java at main main main java caused by java util concurrent timeoutexception at java base java util concurrent completablefuture timedget completablefuture java at java base java util concurrent completablefuture get completablefuture java at org openqa selenium devtools connection sendandwait connection java more process finished with exit code operating system windows selenium version java what are the browser s and version s where you see this issue chrome bit what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid no | 1 |
60,840 | 6,716,406,391 | IssuesEvent | 2017-10-14 07:40:09 | fernandohackbart/bikeride-lagom | https://api.github.com/repos/fernandohackbart/bikeride-lagom | opened | Biker: Fix JMeter tests broken after the introduction of the authentication creating the biker | doing test | Should not create the biker in the biker tests anymore, the biker tests should get the ids from the variables defined by the authentication thread group... | 1.0 | Biker: Fix JMeter tests broken after the introduction of the authentication creating the biker - Should not create the biker in the biker tests anymore, the biker tests should get the ids from the variables defined by the authentication thread group... | non_defect | biker fix jmeter tests broken after the introduction of the authentication creating the biker should not create the biker in the biker tests anymore the biker tests should get the ids from the variables defined by the authentication thread group | 0 |
207,329 | 23,438,731,601 | IssuesEvent | 2022-08-15 12:55:42 | swagger-api/swagger-codegen | https://api.github.com/repos/swagger-api/swagger-codegen | reopened | CVE-2020-8184 (High) detected in rack-1.6.4.gem | security vulnerability | ## CVE-2020-8184 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rack-1.6.4.gem</b></p></summary>
<p>Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
Also see http://rack.github.io/.
</p>
<p>Library home page: <a href="https://rubygems.org/gems/rack-1.6.4.gem">https://rubygems.org/gems/rack-1.6.4.gem</a></p>
<p>
Dependency Hierarchy:
- sinatra-1.4.6.gem (Root Library)
- :x: **rack-1.6.4.gem** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/swagger-api/swagger-codegen/commit/4b7a8d7d7384aa6a27d6309c35ade0916edae7ed">4b7a8d7d7384aa6a27d6309c35ade0916edae7ed</a></p>
<p>Found in base branch: <b>master</b></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 reliance on cookies without validation/integrity check security vulnerability exists in rack < 2.2.3, rack < 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.
<p>Publish Date: 2020-06-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8184>CVE-2020-8184</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>7.5</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: None
- Integrity Impact: High
- 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://groups.google.com/forum/#!topic/rubyonrails-security/OWtmozPH9Ak">https://groups.google.com/forum/#!topic/rubyonrails-security/OWtmozPH9Ak</a></p>
<p>Release Date: 2020-10-05</p>
<p>Fix Resolution: rack - 2.1.4, 2.2.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Ruby","packageName":"rack","packageVersion":"1.6.4","packageFilePaths":[null],"isTransitiveDependency":true,"dependencyTree":"sinatra:1.4.6;rack:1.6.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"rack - 2.1.4, 2.2.3","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-8184","vulnerabilityDetails":"A reliance on cookies without validation/integrity check security vulnerability exists in rack \u003c 2.2.3, rack \u003c 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8184","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-8184 (High) detected in rack-1.6.4.gem - ## CVE-2020-8184 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rack-1.6.4.gem</b></p></summary>
<p>Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
Also see http://rack.github.io/.
</p>
<p>Library home page: <a href="https://rubygems.org/gems/rack-1.6.4.gem">https://rubygems.org/gems/rack-1.6.4.gem</a></p>
<p>
Dependency Hierarchy:
- sinatra-1.4.6.gem (Root Library)
- :x: **rack-1.6.4.gem** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/swagger-api/swagger-codegen/commit/4b7a8d7d7384aa6a27d6309c35ade0916edae7ed">4b7a8d7d7384aa6a27d6309c35ade0916edae7ed</a></p>
<p>Found in base branch: <b>master</b></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 reliance on cookies without validation/integrity check security vulnerability exists in rack < 2.2.3, rack < 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.
<p>Publish Date: 2020-06-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8184>CVE-2020-8184</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>7.5</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: None
- Integrity Impact: High
- 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://groups.google.com/forum/#!topic/rubyonrails-security/OWtmozPH9Ak">https://groups.google.com/forum/#!topic/rubyonrails-security/OWtmozPH9Ak</a></p>
<p>Release Date: 2020-10-05</p>
<p>Fix Resolution: rack - 2.1.4, 2.2.3</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Ruby","packageName":"rack","packageVersion":"1.6.4","packageFilePaths":[null],"isTransitiveDependency":true,"dependencyTree":"sinatra:1.4.6;rack:1.6.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"rack - 2.1.4, 2.2.3","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-8184","vulnerabilityDetails":"A reliance on cookies without validation/integrity check security vulnerability exists in rack \u003c 2.2.3, rack \u003c 2.1.4 that makes it is possible for an attacker to forge a secure or host-only cookie prefix.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-8184","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_defect | cve high detected in rack gem cve high severity vulnerability vulnerable library rack gem rack provides a minimal modular and adaptable interface for developing web applications in ruby by wrapping http requests and responses in the simplest way possible it unifies and distills the api for web servers web frameworks and software in between the so called middleware into a single method call also see library home page a href dependency hierarchy sinatra gem root library x rack gem vulnerable library found in head commit a href found in base branch master vulnerability details a reliance on cookies without validation integrity check security vulnerability exists in rack rack that makes it is possible for an attacker to forge a secure or host only cookie prefix 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 none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rack isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree sinatra rack isminimumfixversionavailable true minimumfixversion rack isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails a reliance on cookies without validation integrity check security vulnerability exists in rack rack that makes it is possible for an attacker to forge a secure or host only cookie prefix vulnerabilityurl | 0 |
1,627 | 2,603,968,554 | IssuesEvent | 2015-02-24 18:59:40 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳冠状沟小红疙瘩 | auto-migrated Priority-Medium Type-Defect | ```
沈阳冠状沟小红疙瘩〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:17 | 1.0 | 沈阳冠状沟小红疙瘩 - ```
沈阳冠状沟小红疙瘩〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:17 | defect | 沈阳冠状沟小红疙瘩 沈阳冠状沟小红疙瘩〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at | 1 |
9,226 | 2,615,140,295 | IssuesEvent | 2015-03-01 06:14:39 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | closed | 25 Successive Start Failures | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Retrying the attack reproduces the problem even on different WAP
2.
3.
What is the expected output? What do you see instead?
Continued attack expected as initial attack works fine and displays changing
PIN's with the odd timeout error
What version of the product are you using? On what operating system?
1.2 version used on BT5r1 VM using Alpha AWUS036H
Please provide any additional information below.
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: 25 successive start failures
Get these errors after roughly 5.5% completed attack and then just hangs there.
Tried a different WAP and same results. Airmon-ng confirmed that the WAPS had
not gone down. Running airmon-ng mon0 restarted the attack on one occasion or
maybe just coincidence
.
A resume feature would be nice to have incorporated.
```
Original issue reported on code.google.com by `hacked.y...@gmail.com` on 3 Jan 2012 at 7:35 | 1.0 | 25 Successive Start Failures - ```
What steps will reproduce the problem?
1. Retrying the attack reproduces the problem even on different WAP
2.
3.
What is the expected output? What do you see instead?
Continued attack expected as initial attack works fine and displays changing
PIN's with the odd timeout error
What version of the product are you using? On what operating system?
1.2 version used on BT5r1 VM using Alpha AWUS036H
Please provide any additional information below.
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: Receive timeout occurred
[!] WARNING: 25 successive start failures
Get these errors after roughly 5.5% completed attack and then just hangs there.
Tried a different WAP and same results. Airmon-ng confirmed that the WAPS had
not gone down. Running airmon-ng mon0 restarted the attack on one occasion or
maybe just coincidence
.
A resume feature would be nice to have incorporated.
```
Original issue reported on code.google.com by `hacked.y...@gmail.com` on 3 Jan 2012 at 7:35 | defect | successive start failures what steps will reproduce the problem retrying the attack reproduces the problem even on different wap what is the expected output what do you see instead continued attack expected as initial attack works fine and displays changing pin s with the odd timeout error what version of the product are you using on what operating system version used on vm using alpha please provide any additional information below warning receive timeout occurred warning receive timeout occurred warning receive timeout occurred warning receive timeout occurred warning receive timeout occurred warning receive timeout occurred warning successive start failures get these errors after roughly completed attack and then just hangs there tried a different wap and same results airmon ng confirmed that the waps had not gone down running airmon ng restarted the attack on one occasion or maybe just coincidence a resume feature would be nice to have incorporated original issue reported on code google com by hacked y gmail com on jan at | 1 |
9,403 | 13,251,436,134 | IssuesEvent | 2020-08-20 02:09:42 | goharbor/harbor | https://api.github.com/repos/goharbor/harbor | closed | Allow users to login with refresh token | area/oidc candidate/2.2.0 kind/requirement | **Is your feature request related to a problem? Please describe.**
End users (including Limited Guests) would like the ability to authenticate with harbor without using their password, particularly when setting up automation (CI jobs that pull images), or shared environments (kubernetes clusters that need registry secrets).
**Describe the solution you'd like**
Allow the user to provide an oauth refresh token (that they fetch out-of-band from the identity provider) in place of their password. This approach is similar to how GCR allows login with a [json key](https://cloud.google.com/container-registry/docs/advanced-authentication#json-key) or dockerhub allows login with an [access token](https://docs.docker.com/docker-hub/access-tokens/#use-an-access-token)
**Describe the main design/architecture of your solution**
The different [AuthenticateHelper](https://github.com/goharbor/harbor/blob/master/src/core/auth/authenticator.go#L62) implementations would need to be able to authenticate with `grant_type=refresh_token` in addition to `grant_type=password`.
Deciding which grant type to use can be based on:
1) a special username (like GCP)
2) identify if the secret is a token or password (e.g. UAA supports JWT tokens, or opaque tokens ending in "-r")
3) naively try both if 2) can't be reliably achieved
Using a special username would be simplest and most reliable. It would also prevent the edge case where a user provides a username that doesn't match the token.
e.g. if the [UAA Client](https://github.com/goharbor/harbor/blob/master/src/common/utils/uaa/client.go) implemented token refresh as:
```
func (dc *defaultClient) RefreshTokenAuth(refreshToken string) (*oauth2.Token, error) {
tokenURL := dc.endpoint + TokenURLSuffix
req, err := http.NewRequest(http.MethodPost, tokenURL, nil)
if err != nil {
return nil, err
}
v := url.Values{}
v.Set("client_id", dc.oauth2Cfg.ClientID)
v.Set("client_secret", dc.oauth2Cfg.ClientSecret)
v.Set("grant_type", "refresh_token")
v.Set("token_format", "jwt") // or "opaque" - may need format to be configurable when deploying harbor
v.Set("refresh_token", refreshToken)
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
req.Header.Set("Accept", "application/json")
resp, err := dc.httpClient.PostForm(tokenURL, v)
if err != nil {
return nil, err
}
defer resp.Body.Close()
data, err := ioutil.ReadAll(resp.Body)
if err != nil {
return nil, err
}
token := &oauth2.Token{}
if err := json.Unmarshal(data, token); err != nil {
return nil, fmt.Errorf("error unmarshaling token: %v\n", err)
}
if !token.Valid() {
return nil, fmt.Errorf(string(data))
}
return token, nil
}
```
then the [UAA AuthenticateHelper](https://github.com/goharbor/harbor/blob/master/src/core/auth/uaa/uaa.go#L40) would become:
```
func (u *Auth) Authenticate(m models.AuthModel) (*models.User, error) {
if err := u.ensureClient(); err != nil {
return nil, err
}
var t *oauth2.Token
if m.Principal == "_refresh_token" {
t, err := u.client.RefreshTokenAuth(m.Password)
} else {
t, err := u.client.PasswordAuth(m.Principal, m.Password)
}
if err != nil {
return nil, auth.NewErrAuth(err.Error())
}
info, err2 := u.client.GetUserInfo(t.AccessToken)
if err2 == nil {
return &models.User{
Username: info.UserName,
Email: info.Email,
Realname: info.Name,
}, nil
}
log.Warningf("Failed to extract user info from UAA, error: %v", err2)
return nil, err2
}
```
**Describe the development plan you've considered**
Exposing refresh auth as part of the AuthenticateHelper interface might reduce duplication of having every implementation do the `if m.Principal == "_refresh_token"` check. Ideally all helpers would support token auth for feature parity, but they need not be updated all at once.
**Additional context**
A theoretical alternative would be to have the harbor admin/site admin create and manage a robot account for each limited guest, but:
- this scales poorly (thousands of users needing access to 10s or hundreds of projects)
- adds complexity (requiring external automation to provision a set of robots for each new user)
- is inconsistent with what other registries (GCR, DockerHub, etc) offer
- per-project robots would require frequent reauthentication with different credentials
| 1.0 | Allow users to login with refresh token - **Is your feature request related to a problem? Please describe.**
End users (including Limited Guests) would like the ability to authenticate with harbor without using their password, particularly when setting up automation (CI jobs that pull images), or shared environments (kubernetes clusters that need registry secrets).
**Describe the solution you'd like**
Allow the user to provide an oauth refresh token (that they fetch out-of-band from the identity provider) in place of their password. This approach is similar to how GCR allows login with a [json key](https://cloud.google.com/container-registry/docs/advanced-authentication#json-key) or dockerhub allows login with an [access token](https://docs.docker.com/docker-hub/access-tokens/#use-an-access-token)
**Describe the main design/architecture of your solution**
The different [AuthenticateHelper](https://github.com/goharbor/harbor/blob/master/src/core/auth/authenticator.go#L62) implementations would need to be able to authenticate with `grant_type=refresh_token` in addition to `grant_type=password`.
Deciding which grant type to use can be based on:
1) a special username (like GCP)
2) identify if the secret is a token or password (e.g. UAA supports JWT tokens, or opaque tokens ending in "-r")
3) naively try both if 2) can't be reliably achieved
Using a special username would be simplest and most reliable. It would also prevent the edge case where a user provides a username that doesn't match the token.
e.g. if the [UAA Client](https://github.com/goharbor/harbor/blob/master/src/common/utils/uaa/client.go) implemented token refresh as:
```
func (dc *defaultClient) RefreshTokenAuth(refreshToken string) (*oauth2.Token, error) {
tokenURL := dc.endpoint + TokenURLSuffix
req, err := http.NewRequest(http.MethodPost, tokenURL, nil)
if err != nil {
return nil, err
}
v := url.Values{}
v.Set("client_id", dc.oauth2Cfg.ClientID)
v.Set("client_secret", dc.oauth2Cfg.ClientSecret)
v.Set("grant_type", "refresh_token")
v.Set("token_format", "jwt") // or "opaque" - may need format to be configurable when deploying harbor
v.Set("refresh_token", refreshToken)
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
req.Header.Set("Accept", "application/json")
resp, err := dc.httpClient.PostForm(tokenURL, v)
if err != nil {
return nil, err
}
defer resp.Body.Close()
data, err := ioutil.ReadAll(resp.Body)
if err != nil {
return nil, err
}
token := &oauth2.Token{}
if err := json.Unmarshal(data, token); err != nil {
return nil, fmt.Errorf("error unmarshaling token: %v\n", err)
}
if !token.Valid() {
return nil, fmt.Errorf(string(data))
}
return token, nil
}
```
then the [UAA AuthenticateHelper](https://github.com/goharbor/harbor/blob/master/src/core/auth/uaa/uaa.go#L40) would become:
```
func (u *Auth) Authenticate(m models.AuthModel) (*models.User, error) {
if err := u.ensureClient(); err != nil {
return nil, err
}
var t *oauth2.Token
if m.Principal == "_refresh_token" {
t, err := u.client.RefreshTokenAuth(m.Password)
} else {
t, err := u.client.PasswordAuth(m.Principal, m.Password)
}
if err != nil {
return nil, auth.NewErrAuth(err.Error())
}
info, err2 := u.client.GetUserInfo(t.AccessToken)
if err2 == nil {
return &models.User{
Username: info.UserName,
Email: info.Email,
Realname: info.Name,
}, nil
}
log.Warningf("Failed to extract user info from UAA, error: %v", err2)
return nil, err2
}
```
**Describe the development plan you've considered**
Exposing refresh auth as part of the AuthenticateHelper interface might reduce duplication of having every implementation do the `if m.Principal == "_refresh_token"` check. Ideally all helpers would support token auth for feature parity, but they need not be updated all at once.
**Additional context**
A theoretical alternative would be to have the harbor admin/site admin create and manage a robot account for each limited guest, but:
- this scales poorly (thousands of users needing access to 10s or hundreds of projects)
- adds complexity (requiring external automation to provision a set of robots for each new user)
- is inconsistent with what other registries (GCR, DockerHub, etc) offer
- per-project robots would require frequent reauthentication with different credentials
| non_defect | allow users to login with refresh token is your feature request related to a problem please describe end users including limited guests would like the ability to authenticate with harbor without using their password particularly when setting up automation ci jobs that pull images or shared environments kubernetes clusters that need registry secrets describe the solution you d like allow the user to provide an oauth refresh token that they fetch out of band from the identity provider in place of their password this approach is similar to how gcr allows login with a or dockerhub allows login with an describe the main design architecture of your solution the different implementations would need to be able to authenticate with grant type refresh token in addition to grant type password deciding which grant type to use can be based on a special username like gcp identify if the secret is a token or password e g uaa supports jwt tokens or opaque tokens ending in r naively try both if can t be reliably achieved using a special username would be simplest and most reliable it would also prevent the edge case where a user provides a username that doesn t match the token e g if the implemented token refresh as func dc defaultclient refreshtokenauth refreshtoken string token error tokenurl dc endpoint tokenurlsuffix req err http newrequest http methodpost tokenurl nil if err nil return nil err v url values v set client id dc clientid v set client secret dc clientsecret v set grant type refresh token v set token format jwt or opaque may need format to be configurable when deploying harbor v set refresh token refreshtoken req header set content type application x www form urlencoded req header set accept application json resp err dc httpclient postform tokenurl v if err nil return nil err defer resp body close data err ioutil readall resp body if err nil return nil err token token if err json unmarshal data token err nil return nil fmt errorf error unmarshaling token v n err if token valid return nil fmt errorf string data return token nil then the would become func u auth authenticate m models authmodel models user error if err u ensureclient err nil return nil err var t token if m principal refresh token t err u client refreshtokenauth m password else t err u client passwordauth m principal m password if err nil return nil auth newerrauth err error info u client getuserinfo t accesstoken if nil return models user username info username email info email realname info name nil log warningf failed to extract user info from uaa error v return nil describe the development plan you ve considered exposing refresh auth as part of the authenticatehelper interface might reduce duplication of having every implementation do the if m principal refresh token check ideally all helpers would support token auth for feature parity but they need not be updated all at once additional context a theoretical alternative would be to have the harbor admin site admin create and manage a robot account for each limited guest but this scales poorly thousands of users needing access to or hundreds of projects adds complexity requiring external automation to provision a set of robots for each new user is inconsistent with what other registries gcr dockerhub etc offer per project robots would require frequent reauthentication with different credentials | 0 |
785,443 | 27,613,887,830 | IssuesEvent | 2023-03-09 17:49:10 | AY2223S2-CS2113-T12-2/tp | https://api.github.com/repos/AY2223S2-CS2113-T12-2/tp | closed | JUnit Test | type.Chore priority.High | Magmanat : Junit Test for parsing comamnds
typingpanda : Junit Test for "back" command
Reynold-SL : Junit Test for "add" command
Ryujikjs : Junit Test for "bye" command
Superkaiba : Junit Test for "delete" command
| 1.0 | JUnit Test - Magmanat : Junit Test for parsing comamnds
typingpanda : Junit Test for "back" command
Reynold-SL : Junit Test for "add" command
Ryujikjs : Junit Test for "bye" command
Superkaiba : Junit Test for "delete" command
| non_defect | junit test magmanat junit test for parsing comamnds typingpanda junit test for back command reynold sl junit test for add command ryujikjs junit test for bye command superkaiba junit test for delete command | 0 |
5,958 | 2,610,218,583 | IssuesEvent | 2015-02-26 19:09:32 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | www avaster ru | auto-migrated Priority-Medium Type-Defect | ```
'''Аристарх Селезнёв'''
День добрый никак не могу найти .www avaster ru.
как то выкладывали уже
'''Василько Волков'''
Вот хороший сайт где можно скачать
http://bit.ly/16QEiQk
'''Болеслав Васильев'''
Просит ввести номер мобилы!Не опасно ли это?
'''Велислав Поляков'''
Не это не влияет на баланс
'''Авдей Блинов'''
Не это не влияет на баланс
Информация о файле: www avaster ru
Загружен: В этом месяце
Скачан раз: 141
Рейтинг: 1034
Средняя скорость скачивания: 321
Похожих файлов: 27
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 1:55 | 1.0 | www avaster ru - ```
'''Аристарх Селезнёв'''
День добрый никак не могу найти .www avaster ru.
как то выкладывали уже
'''Василько Волков'''
Вот хороший сайт где можно скачать
http://bit.ly/16QEiQk
'''Болеслав Васильев'''
Просит ввести номер мобилы!Не опасно ли это?
'''Велислав Поляков'''
Не это не влияет на баланс
'''Авдей Блинов'''
Не это не влияет на баланс
Информация о файле: www avaster ru
Загружен: В этом месяце
Скачан раз: 141
Рейтинг: 1034
Средняя скорость скачивания: 321
Похожих файлов: 27
```
-----
Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 1:55 | defect | www avaster ru аристарх селезнёв день добрый никак не могу найти www avaster ru как то выкладывали уже василько волков вот хороший сайт где можно скачать болеслав васильев просит ввести номер мобилы не опасно ли это велислав поляков не это не влияет на баланс авдей блинов не это не влияет на баланс информация о файле www avaster ru загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at | 1 |
48,853 | 13,184,758,019 | IssuesEvent | 2020-08-12 20:02:22 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | Update GFU to use new I3RateDb tables in I3Live (Trac #323) | Incomplete Migration Migrated from Trac defect jeb + pnf | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/323
, reported by blaufuss and owned by tschmidt_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-01-11T20:04:01",
"description": "",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1547237041230692",
"component": "jeb + pnf",
"summary": "Update GFU to use new I3RateDb tables in I3Live",
"priority": "normal",
"keywords": "",
"time": "2011-11-03T15:02:40",
"milestone": "",
"owner": "tschmidt",
"type": "defect"
}
```
</p>
</details>
| 1.0 | Update GFU to use new I3RateDb tables in I3Live (Trac #323) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/323
, reported by blaufuss and owned by tschmidt_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-01-11T20:04:01",
"description": "",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"_ts": "1547237041230692",
"component": "jeb + pnf",
"summary": "Update GFU to use new I3RateDb tables in I3Live",
"priority": "normal",
"keywords": "",
"time": "2011-11-03T15:02:40",
"milestone": "",
"owner": "tschmidt",
"type": "defect"
}
```
</p>
</details>
| defect | update gfu to use new tables in trac migrated from reported by blaufuss and owned by tschmidt json status closed changetime description reporter blaufuss cc resolution fixed ts component jeb pnf summary update gfu to use new tables in priority normal keywords time milestone owner tschmidt type defect | 1 |
23,098 | 3,768,000,843 | IssuesEvent | 2016-03-16 01:28:30 | p120ph37/missing-link | https://api.github.com/repos/p120ph37/missing-link | closed | Equal sign in query value | auto-migrated Priority-Medium Project-ant-http Type-Defect | ```
What steps will reproduce the problem?
1. Add a query with a parameter that has equal sign in the value.
<http
url="https://testorg.cs10.my.salesforce.com/services/data/v32/query/?q=SELECT
Id,Email FROM Account WHERE Email = 'test@test.com'" method="GET">
What is the expected output? What do you see instead?
Expected:
[http] HTTP GET
https://testorg.cs10.my.salesforce.com/services/data/v32.0/query/?q=SELECT+Id%2C
Email+FROM+Account+WHERE+Email+%3D+%test%test.com%27
Actual:
[http] HTTP GET
https://testorg.cs10.my.salesforce.com/services/data/v32.0/query/?q=SELECT+Id%2C
Email+FROM+Account+WHERE+Email+
What version of the product are you using? On what operating system?
1.1.3 / Windows 7 / JRE 1.7
Please provide any additional information below.
Currently, only second part of the split by equal sign is used to set the value
(HttpClient.java file). I added a loop to add the rest of the values if there
are more than two parts.
The patch is attached.
```
Original issue reported on code.google.com by `ashevt...@rbauction.com` on 7 Apr 2015 at 1:25
Attachments:
* [HttpClient.java.patch](https://storage.googleapis.com/google-code-attachments/missing-link/issue-39/comment-0/HttpClient.java.patch)
| 1.0 | Equal sign in query value - ```
What steps will reproduce the problem?
1. Add a query with a parameter that has equal sign in the value.
<http
url="https://testorg.cs10.my.salesforce.com/services/data/v32/query/?q=SELECT
Id,Email FROM Account WHERE Email = 'test@test.com'" method="GET">
What is the expected output? What do you see instead?
Expected:
[http] HTTP GET
https://testorg.cs10.my.salesforce.com/services/data/v32.0/query/?q=SELECT+Id%2C
Email+FROM+Account+WHERE+Email+%3D+%test%test.com%27
Actual:
[http] HTTP GET
https://testorg.cs10.my.salesforce.com/services/data/v32.0/query/?q=SELECT+Id%2C
Email+FROM+Account+WHERE+Email+
What version of the product are you using? On what operating system?
1.1.3 / Windows 7 / JRE 1.7
Please provide any additional information below.
Currently, only second part of the split by equal sign is used to set the value
(HttpClient.java file). I added a loop to add the rest of the values if there
are more than two parts.
The patch is attached.
```
Original issue reported on code.google.com by `ashevt...@rbauction.com` on 7 Apr 2015 at 1:25
Attachments:
* [HttpClient.java.patch](https://storage.googleapis.com/google-code-attachments/missing-link/issue-39/comment-0/HttpClient.java.patch)
| defect | equal sign in query value what steps will reproduce the problem add a query with a parameter that has equal sign in the value http url id email from account where email test test com method get what is the expected output what do you see instead expected http get email from account where email test test com actual http get email from account where email what version of the product are you using on what operating system windows jre please provide any additional information below currently only second part of the split by equal sign is used to set the value httpclient java file i added a loop to add the rest of the values if there are more than two parts the patch is attached original issue reported on code google com by ashevt rbauction com on apr at attachments | 1 |
102,535 | 12,806,936,165 | IssuesEvent | 2020-07-03 10:24:46 | andersfylling/disgord | https://api.github.com/repos/andersfylling/disgord | opened | Designing the new Cacher interface | design discussion | I've been thinking a lot about this, and tbh it feels somewhat horrible, due to the number of methods this introduces. Regardless, making the cache interface a layer, aware of incoming and outgoing data to discord, would really allow specialized cache implementations. I believe a nop cache implementation should also be created to make it easier to start of.
That being said, I also want to introduce a new config option: `TriggerBeforeCache bool`. It triggers handlers before the object is is extracted from the cache and updated. The cache is then simply run in a go routine, and users deal with discord objects as they are defined from the docs. Which is a huge speed up in some cases.
By default the cache implementation will not be called differently based on the TriggerBeforeCache option. This is up to the user to correctly configure their cache. (if you have a read only cache, you don't want to clone every single object and return them, if the handlers are triggered before the cache anyways).
Enough small talk. Here is the interface (in progress):
> REST methods will be added later
> the return type will change from interface{} to the actual type later
```go
type Cache interface {
// events
ChannelCreate(data []byte) (interface{}, error)
ChannelDelete(data []byte) (interface{}, error)
ChannelPinsUpdate(data []byte) (interface{}, error)
ChannelUpdate(data []byte) (interface{}, error)
GuildBanAdd(data []byte) (interface{}, error)
GuildBanRemove(data []byte) (interface{}, error)
GuildCreate(data []byte) (interface{}, error)
GuildDelete(data []byte) (interface{}, error)
GuildEmojisUpdate(data []byte) (interface{}, error)
GuildIntegrationsUpdate(data []byte) (interface{}, error)
GuildMemberAdd(data []byte) (interface{}, error)
GuildMemberRemove(data []byte) (interface{}, error)
GuildMemberUpdate(data []byte) (interface{}, error)
GuildMembersChunk(data []byte) (interface{}, error)
GuildRoleCreate(data []byte) (interface{}, error)
GuildRoleDelete(data []byte) (interface{}, error)
GuildRoleUpdate(data []byte) (interface{}, error)
GuildUpdate(data []byte) (interface{}, error)
InviteCreate(data []byte) (interface{}, error)
InviteDelete(data []byte) (interface{}, error)
MessageCreate(data []byte) (interface{}, error)
MessageDelete(data []byte) (interface{}, error)
MessageDeleteBulk(data []byte) (interface{}, error)
MessageReactionAdd(data []byte) (interface{}, error)
MessageReactionRemove(data []byte) (interface{}, error)
MessageReactionRemoveAll(data []byte) (interface{}, error)
MessageUpdate(data []byte) (interface{}, error)
PresenceUpdate(data []byte) (interface{}, error)
Ready(data []byte) (interface{}, error)
Resumed(data []byte) (interface{}, error)
TypingStart(data []byte) (interface{}, error)
UserUpdate(data []byte) (interface{}, error)
VoiceServerUpdate(data []byte) (interface{}, error)
VoiceStateUpdate(data []byte) (interface{}, error)
WebhooksUpdate(data []byte) (interface{}, error)
}
```
This allows developers to implement their own, be it sequential, highly concurrent, or other data access behaviors for their cache.
I'd love to have a CRS interface and a simple store interface with just a few methods, but so far I'm really struggling making it event/rest agnostic. You can see more here: https://github.com/andersfylling/disgord/commit/63f2177cafff0eecadc410c3bd920c1fcf656abd
| 1.0 | Designing the new Cacher interface - I've been thinking a lot about this, and tbh it feels somewhat horrible, due to the number of methods this introduces. Regardless, making the cache interface a layer, aware of incoming and outgoing data to discord, would really allow specialized cache implementations. I believe a nop cache implementation should also be created to make it easier to start of.
That being said, I also want to introduce a new config option: `TriggerBeforeCache bool`. It triggers handlers before the object is is extracted from the cache and updated. The cache is then simply run in a go routine, and users deal with discord objects as they are defined from the docs. Which is a huge speed up in some cases.
By default the cache implementation will not be called differently based on the TriggerBeforeCache option. This is up to the user to correctly configure their cache. (if you have a read only cache, you don't want to clone every single object and return them, if the handlers are triggered before the cache anyways).
Enough small talk. Here is the interface (in progress):
> REST methods will be added later
> the return type will change from interface{} to the actual type later
```go
type Cache interface {
// events
ChannelCreate(data []byte) (interface{}, error)
ChannelDelete(data []byte) (interface{}, error)
ChannelPinsUpdate(data []byte) (interface{}, error)
ChannelUpdate(data []byte) (interface{}, error)
GuildBanAdd(data []byte) (interface{}, error)
GuildBanRemove(data []byte) (interface{}, error)
GuildCreate(data []byte) (interface{}, error)
GuildDelete(data []byte) (interface{}, error)
GuildEmojisUpdate(data []byte) (interface{}, error)
GuildIntegrationsUpdate(data []byte) (interface{}, error)
GuildMemberAdd(data []byte) (interface{}, error)
GuildMemberRemove(data []byte) (interface{}, error)
GuildMemberUpdate(data []byte) (interface{}, error)
GuildMembersChunk(data []byte) (interface{}, error)
GuildRoleCreate(data []byte) (interface{}, error)
GuildRoleDelete(data []byte) (interface{}, error)
GuildRoleUpdate(data []byte) (interface{}, error)
GuildUpdate(data []byte) (interface{}, error)
InviteCreate(data []byte) (interface{}, error)
InviteDelete(data []byte) (interface{}, error)
MessageCreate(data []byte) (interface{}, error)
MessageDelete(data []byte) (interface{}, error)
MessageDeleteBulk(data []byte) (interface{}, error)
MessageReactionAdd(data []byte) (interface{}, error)
MessageReactionRemove(data []byte) (interface{}, error)
MessageReactionRemoveAll(data []byte) (interface{}, error)
MessageUpdate(data []byte) (interface{}, error)
PresenceUpdate(data []byte) (interface{}, error)
Ready(data []byte) (interface{}, error)
Resumed(data []byte) (interface{}, error)
TypingStart(data []byte) (interface{}, error)
UserUpdate(data []byte) (interface{}, error)
VoiceServerUpdate(data []byte) (interface{}, error)
VoiceStateUpdate(data []byte) (interface{}, error)
WebhooksUpdate(data []byte) (interface{}, error)
}
```
This allows developers to implement their own, be it sequential, highly concurrent, or other data access behaviors for their cache.
I'd love to have a CRS interface and a simple store interface with just a few methods, but so far I'm really struggling making it event/rest agnostic. You can see more here: https://github.com/andersfylling/disgord/commit/63f2177cafff0eecadc410c3bd920c1fcf656abd
| non_defect | designing the new cacher interface i ve been thinking a lot about this and tbh it feels somewhat horrible due to the number of methods this introduces regardless making the cache interface a layer aware of incoming and outgoing data to discord would really allow specialized cache implementations i believe a nop cache implementation should also be created to make it easier to start of that being said i also want to introduce a new config option triggerbeforecache bool it triggers handlers before the object is is extracted from the cache and updated the cache is then simply run in a go routine and users deal with discord objects as they are defined from the docs which is a huge speed up in some cases by default the cache implementation will not be called differently based on the triggerbeforecache option this is up to the user to correctly configure their cache if you have a read only cache you don t want to clone every single object and return them if the handlers are triggered before the cache anyways enough small talk here is the interface in progress rest methods will be added later the return type will change from interface to the actual type later go type cache interface events channelcreate data byte interface error channeldelete data byte interface error channelpinsupdate data byte interface error channelupdate data byte interface error guildbanadd data byte interface error guildbanremove data byte interface error guildcreate data byte interface error guilddelete data byte interface error guildemojisupdate data byte interface error guildintegrationsupdate data byte interface error guildmemberadd data byte interface error guildmemberremove data byte interface error guildmemberupdate data byte interface error guildmemberschunk data byte interface error guildrolecreate data byte interface error guildroledelete data byte interface error guildroleupdate data byte interface error guildupdate data byte interface error invitecreate data byte interface error invitedelete data byte interface error messagecreate data byte interface error messagedelete data byte interface error messagedeletebulk data byte interface error messagereactionadd data byte interface error messagereactionremove data byte interface error messagereactionremoveall data byte interface error messageupdate data byte interface error presenceupdate data byte interface error ready data byte interface error resumed data byte interface error typingstart data byte interface error userupdate data byte interface error voiceserverupdate data byte interface error voicestateupdate data byte interface error webhooksupdate data byte interface error this allows developers to implement their own be it sequential highly concurrent or other data access behaviors for their cache i d love to have a crs interface and a simple store interface with just a few methods but so far i m really struggling making it event rest agnostic you can see more here | 0 |
11,700 | 2,663,051,033 | IssuesEvent | 2015-03-20 00:25:46 | playframework/playframework | https://api.github.com/repos/playframework/playframework | closed | Wrong RequestHeader is being passed into ErrorHandler's onClientError method | defect | It looks like the ErrorHandler is not getting the modified RequestHeader from the upstream filter chain. The issue has been fixed in https://github.com/playframework/playframework/pull/2231 but came up again in 2.4. The root cause might be in GlobalSettings.scala:
```scala
/**
* Retrieve the (RequestHeader,Handler) to use to serve this request.
* Default is: route, tag request, then apply filters
*/
def onRequestReceived(request: RequestHeader): (RequestHeader, Handler) = {
def notFoundHandler = Action.async(BodyParsers.parse.empty)(req =>
// Here `request` is being passed in. It should be `req`.
configuredErrorHandler.onClientError(request, NOT_FOUND)
)
```
Is this the expected behavior? | 1.0 | Wrong RequestHeader is being passed into ErrorHandler's onClientError method - It looks like the ErrorHandler is not getting the modified RequestHeader from the upstream filter chain. The issue has been fixed in https://github.com/playframework/playframework/pull/2231 but came up again in 2.4. The root cause might be in GlobalSettings.scala:
```scala
/**
* Retrieve the (RequestHeader,Handler) to use to serve this request.
* Default is: route, tag request, then apply filters
*/
def onRequestReceived(request: RequestHeader): (RequestHeader, Handler) = {
def notFoundHandler = Action.async(BodyParsers.parse.empty)(req =>
// Here `request` is being passed in. It should be `req`.
configuredErrorHandler.onClientError(request, NOT_FOUND)
)
```
Is this the expected behavior? | defect | wrong requestheader is being passed into errorhandler s onclienterror method it looks like the errorhandler is not getting the modified requestheader from the upstream filter chain the issue has been fixed in but came up again in the root cause might be in globalsettings scala scala retrieve the requestheader handler to use to serve this request default is route tag request then apply filters def onrequestreceived request requestheader requestheader handler def notfoundhandler action async bodyparsers parse empty req here request is being passed in it should be req configurederrorhandler onclienterror request not found is this the expected behavior | 1 |
48,403 | 13,068,508,962 | IssuesEvent | 2020-07-31 03:48:13 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | Update weighting project to regenerate MCTree in new simulation (Trac #2339) | Migrated from Trac combo simulation defect | Hello,
as there does not seem to be a ticket for this:
The current weighting project does not work with our current 2016 simulation due to the fac that the MCTree gets deleted to save space. Hence no primary can be found hence no weighting.
Cheers,
Frederik
Migrated from https://code.icecube.wisc.edu/ticket/2339
```json
{
"status": "closed",
"changetime": "2019-09-18T07:51:31",
"description": "Hello,\n\nas there does not seem to be a ticket for this:\nThe current weighting project does not work with our current 2016 simulation due to the fac that the MCTree gets deleted to save space. Hence no primary can be found hence no weighting. \n\nCheers,\nFrederik",
"reporter": "flauber",
"cc": "",
"resolution": "fixed",
"_ts": "1568793091120452",
"component": "combo simulation",
"summary": "Update weighting project to regenerate MCTree in new simulation",
"priority": "major",
"keywords": "simulation",
"time": "2019-07-31T14:03:35",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| 1.0 | Update weighting project to regenerate MCTree in new simulation (Trac #2339) - Hello,
as there does not seem to be a ticket for this:
The current weighting project does not work with our current 2016 simulation due to the fac that the MCTree gets deleted to save space. Hence no primary can be found hence no weighting.
Cheers,
Frederik
Migrated from https://code.icecube.wisc.edu/ticket/2339
```json
{
"status": "closed",
"changetime": "2019-09-18T07:51:31",
"description": "Hello,\n\nas there does not seem to be a ticket for this:\nThe current weighting project does not work with our current 2016 simulation due to the fac that the MCTree gets deleted to save space. Hence no primary can be found hence no weighting. \n\nCheers,\nFrederik",
"reporter": "flauber",
"cc": "",
"resolution": "fixed",
"_ts": "1568793091120452",
"component": "combo simulation",
"summary": "Update weighting project to regenerate MCTree in new simulation",
"priority": "major",
"keywords": "simulation",
"time": "2019-07-31T14:03:35",
"milestone": "",
"owner": "",
"type": "defect"
}
```
| defect | update weighting project to regenerate mctree in new simulation trac hello as there does not seem to be a ticket for this the current weighting project does not work with our current simulation due to the fac that the mctree gets deleted to save space hence no primary can be found hence no weighting cheers frederik migrated from json status closed changetime description hello n nas there does not seem to be a ticket for this nthe current weighting project does not work with our current simulation due to the fac that the mctree gets deleted to save space hence no primary can be found hence no weighting n ncheers nfrederik reporter flauber cc resolution fixed ts component combo simulation summary update weighting project to regenerate mctree in new simulation priority major keywords simulation time milestone owner type defect | 1 |
419 | 2,535,847,282 | IssuesEvent | 2015-01-26 08:25:43 | localwiki/localwiki | https://api.github.com/repos/localwiki/localwiki | closed | Pressing Enter in caption sometimes results in the caption box splitting | defect editor | Pressing Enter in caption sometimes results in the caption box splitting.
1. Click on caption, in the middle of it (not the end)
2. Press Enter. | 1.0 | Pressing Enter in caption sometimes results in the caption box splitting - Pressing Enter in caption sometimes results in the caption box splitting.
1. Click on caption, in the middle of it (not the end)
2. Press Enter. | defect | pressing enter in caption sometimes results in the caption box splitting pressing enter in caption sometimes results in the caption box splitting click on caption in the middle of it not the end press enter | 1 |
313,086 | 23,456,203,783 | IssuesEvent | 2022-08-16 09:05:34 | Avaiga/taipy-doc | https://api.github.com/repos/Avaiga/taipy-doc | closed | Rest documentation: user man | back-end documentation Rest | ## Remaining work :
In User man :
- Introduce Taipy-rest server
- Introduce Taipy-rest client
- Provide standard examples
- Provide links to the ref manual
| 1.0 | Rest documentation: user man - ## Remaining work :
In User man :
- Introduce Taipy-rest server
- Introduce Taipy-rest client
- Provide standard examples
- Provide links to the ref manual
| non_defect | rest documentation user man remaining work in user man introduce taipy rest server introduce taipy rest client provide standard examples provide links to the ref manual | 0 |
17,900 | 3,013,576,372 | IssuesEvent | 2015-07-29 09:49:15 | yawlfoundation/yawl | https://api.github.com/repos/yawlfoundation/yawl | closed | SeparationOfDuties does not work | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Please install the YAWL Workflow with the given resource file
2. Start a case, login as pv (pwd: yawl) and start the project activity
3. login as hc (pwd: yawl) and complete the activtiy
4. REFRESH the offered tab and the next task (check) has been offered to hc as
well, although SeparationOfDuties is active (see yawl workflow file). This was
done by the editor setting of manage resource in step 3 (Do not choose
participant...).
4a. User md (pwd: yawl) has this task also offered, which is correct.
YAWL 2.2.0.1
```
Original issue reported on code.google.com by `speciala...@gmail.com` on 26 May 2012 at 7:47
Attachments:
* [Softwareentwicklung.yawl](https://storage.googleapis.com/google-code-attachments/yawl/issue-464/comment-0/Softwareentwicklung.yawl)
* [YAWLOrgDataExport(2).ybkp](https://storage.googleapis.com/google-code-attachments/yawl/issue-464/comment-0/YAWLOrgDataExport(2).ybkp)
| 1.0 | SeparationOfDuties does not work - ```
What steps will reproduce the problem?
1. Please install the YAWL Workflow with the given resource file
2. Start a case, login as pv (pwd: yawl) and start the project activity
3. login as hc (pwd: yawl) and complete the activtiy
4. REFRESH the offered tab and the next task (check) has been offered to hc as
well, although SeparationOfDuties is active (see yawl workflow file). This was
done by the editor setting of manage resource in step 3 (Do not choose
participant...).
4a. User md (pwd: yawl) has this task also offered, which is correct.
YAWL 2.2.0.1
```
Original issue reported on code.google.com by `speciala...@gmail.com` on 26 May 2012 at 7:47
Attachments:
* [Softwareentwicklung.yawl](https://storage.googleapis.com/google-code-attachments/yawl/issue-464/comment-0/Softwareentwicklung.yawl)
* [YAWLOrgDataExport(2).ybkp](https://storage.googleapis.com/google-code-attachments/yawl/issue-464/comment-0/YAWLOrgDataExport(2).ybkp)
| defect | separationofduties does not work what steps will reproduce the problem please install the yawl workflow with the given resource file start a case login as pv pwd yawl and start the project activity login as hc pwd yawl and complete the activtiy refresh the offered tab and the next task check has been offered to hc as well although separationofduties is active see yawl workflow file this was done by the editor setting of manage resource in step do not choose participant user md pwd yawl has this task also offered which is correct yawl original issue reported on code google com by speciala gmail com on may at attachments | 1 |
33,067 | 7,018,686,841 | IssuesEvent | 2017-12-21 14:38:38 | contao/core-bundle | https://api.github.com/repos/contao/core-bundle | closed | addToUrl hängt ein "_local=..." als GET-Parameter an | defect | Wird in einem Template eine URL-Generierung erzeugt
```
$ortUrl = '<a href="' . \Frontend::addToUrl('orderBy=schulungsort_ort&orderDir=ASC') . '">Ort</a>';
```
wird ein `_locale=de` als GET-Parameter angehangen und nach erneutem Aufruf ist der Parameter "in der URL" als /_locale/de ... nach erneutem Aufruf kommt eine 404
siehe https://github.com/contao/core-bundle/blob/master/src/Resources/contao/classes/Frontend.php#L441
Workaround: `..._locale=&` mit als Parameter in die addToUrl
C 4.4.8 | 1.0 | addToUrl hängt ein "_local=..." als GET-Parameter an - Wird in einem Template eine URL-Generierung erzeugt
```
$ortUrl = '<a href="' . \Frontend::addToUrl('orderBy=schulungsort_ort&orderDir=ASC') . '">Ort</a>';
```
wird ein `_locale=de` als GET-Parameter angehangen und nach erneutem Aufruf ist der Parameter "in der URL" als /_locale/de ... nach erneutem Aufruf kommt eine 404
siehe https://github.com/contao/core-bundle/blob/master/src/Resources/contao/classes/Frontend.php#L441
Workaround: `..._locale=&` mit als Parameter in die addToUrl
C 4.4.8 | defect | addtourl hängt ein local als get parameter an wird in einem template eine url generierung erzeugt orturl ort wird ein locale de als get parameter angehangen und nach erneutem aufruf ist der parameter in der url als locale de nach erneutem aufruf kommt eine siehe workaround locale mit als parameter in die addtourl c | 1 |
270,338 | 28,960,505,825 | IssuesEvent | 2023-05-10 01:47:46 | praneethpanasala/linux | https://api.github.com/repos/praneethpanasala/linux | reopened | WS-2021-0554 (High) detected in linuxlinux-4.19.6 | Mend: dependency security vulnerability | ## WS-2021-0554 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</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 (1)</summary>
<p></p>
<p>
</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>
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven.
This ID is fixed in Linux Kernel version v5.15.8 by commit fae9705d281091254d4a81fa2da9d22346097dca, it was introduced in version v3.12 by commit ac22ac466a659f1b2e02a2e2ee23fc5c42da2c95. For more details please see the references link.
<p>Publish Date: 2021-12-19
<p>URL: <a href=https://github.com/gregkh/linux/commit/fae9705d281091254d4a81fa2da9d22346097dca>WS-2021-0554</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>7.5</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: 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://osv.dev/vulnerability/GSD-2021-1002588">https://osv.dev/vulnerability/GSD-2021-1002588</a></p>
<p>Release Date: 2021-12-19</p>
<p>Fix Resolution: v5.15.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2021-0554 (High) detected in linuxlinux-4.19.6 - ## WS-2021-0554 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/praneethpanasala/linux/commits/d80c4f847c91020292cb280132b15e2ea147f1a3">d80c4f847c91020292cb280132b15e2ea147f1a3</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 (1)</summary>
<p></p>
<p>
</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>
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven.
This ID is fixed in Linux Kernel version v5.15.8 by commit fae9705d281091254d4a81fa2da9d22346097dca, it was introduced in version v3.12 by commit ac22ac466a659f1b2e02a2e2ee23fc5c42da2c95. For more details please see the references link.
<p>Publish Date: 2021-12-19
<p>URL: <a href=https://github.com/gregkh/linux/commit/fae9705d281091254d4a81fa2da9d22346097dca>WS-2021-0554</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>7.5</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: 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://osv.dev/vulnerability/GSD-2021-1002588">https://osv.dev/vulnerability/GSD-2021-1002588</a></p>
<p>Release Date: 2021-12-19</p>
<p>Fix Resolution: v5.15.8</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 | ws high detected in linuxlinux ws high severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details nfc fix potential null pointer deref in nfc genl dump ses done this is an automated id intended to aid in discovery of potential security vulnerabilities the actual impact and attack plausibility have not yet been proven this id is fixed in linux kernel version by commit it was introduced in version by commit for more details please see the references link 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 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 |
249,884 | 7,965,008,515 | IssuesEvent | 2018-07-14 01:45:15 | elementary/switchboard-plug-pantheon-shell | https://api.github.com/repos/elementary/switchboard-plug-pantheon-shell | closed | Add "Switch to new workspace" hotcorner | Bitesize Priority: Wishlist Status: Confirmed | This could address the "show desktop" people while working better within the design of the OS. | 1.0 | Add "Switch to new workspace" hotcorner - This could address the "show desktop" people while working better within the design of the OS. | non_defect | add switch to new workspace hotcorner this could address the show desktop people while working better within the design of the os | 0 |
60,135 | 17,023,345,394 | IssuesEvent | 2021-07-03 01:32:39 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Against expectations, relations data cells do not behave like tag data cells | Component: merkaartor Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 2.37am, Sunday, 11th January 2009]**
I expect the relations data cell control to provide the same interface experience as the one for object tags. They look and mostly act the same. They possibly use forked versions of the core widget/control.
Two examples:
* When I am in the last column of the tagging data cell row, I can tab to the next row. I cannot do this for relation members.
* When I change the role of members in the tag data cells for relations, the change does not seem to show in the cell until it's scrolled. This is probably only when there are enogh members to cause a scrollbar in the list. Seems like a little glitch in the UI that is not present in the tag cells.
(refer http://lists.openstreetmap.org/pipermail/merkaartor/2009-January/001116.html) | 1.0 | Against expectations, relations data cells do not behave like tag data cells - **[Submitted to the original trac issue database at 2.37am, Sunday, 11th January 2009]**
I expect the relations data cell control to provide the same interface experience as the one for object tags. They look and mostly act the same. They possibly use forked versions of the core widget/control.
Two examples:
* When I am in the last column of the tagging data cell row, I can tab to the next row. I cannot do this for relation members.
* When I change the role of members in the tag data cells for relations, the change does not seem to show in the cell until it's scrolled. This is probably only when there are enogh members to cause a scrollbar in the list. Seems like a little glitch in the UI that is not present in the tag cells.
(refer http://lists.openstreetmap.org/pipermail/merkaartor/2009-January/001116.html) | defect | against expectations relations data cells do not behave like tag data cells i expect the relations data cell control to provide the same interface experience as the one for object tags they look and mostly act the same they possibly use forked versions of the core widget control two examples when i am in the last column of the tagging data cell row i can tab to the next row i cannot do this for relation members when i change the role of members in the tag data cells for relations the change does not seem to show in the cell until it s scrolled this is probably only when there are enogh members to cause a scrollbar in the list seems like a little glitch in the ui that is not present in the tag cells refer | 1 |
11,477 | 2,652,258,642 | IssuesEvent | 2015-03-16 16:23:48 | JoseExposito/touchegg | https://api.github.com/repos/JoseExposito/touchegg | closed | Add regex matching to application name | auto-migrated Type-Defect | ```
It would be very useful to allow for substring matching or regex matching of
application names in the configuration.
Trying to set a rule for use with Google Chrome, for instance, doesn't work
because the application title is dependent on the page being viewed. There is
always a portion of the title that says google chrome, so being able to match
on that substring would allow me to get much more use out of this application.
```
Original issue reported on code.google.com by `blarghma...@gmail.com` on 17 Apr 2014 at 1:13 | 1.0 | Add regex matching to application name - ```
It would be very useful to allow for substring matching or regex matching of
application names in the configuration.
Trying to set a rule for use with Google Chrome, for instance, doesn't work
because the application title is dependent on the page being viewed. There is
always a portion of the title that says google chrome, so being able to match
on that substring would allow me to get much more use out of this application.
```
Original issue reported on code.google.com by `blarghma...@gmail.com` on 17 Apr 2014 at 1:13 | defect | add regex matching to application name it would be very useful to allow for substring matching or regex matching of application names in the configuration trying to set a rule for use with google chrome for instance doesn t work because the application title is dependent on the page being viewed there is always a portion of the title that says google chrome so being able to match on that substring would allow me to get much more use out of this application original issue reported on code google com by blarghma gmail com on apr at | 1 |
76,129 | 26,257,166,559 | IssuesEvent | 2023-01-06 02:29:36 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | BigPdfException show a wrong long message | type: defect module: core component: presentation status: stale | When the BigPdfException is raised it logs `"logCode":"big_pdf_has_a_big_page"`. The log code is wrong. | 1.0 | BigPdfException show a wrong long message - When the BigPdfException is raised it logs `"logCode":"big_pdf_has_a_big_page"`. The log code is wrong. | defect | bigpdfexception show a wrong long message when the bigpdfexception is raised it logs logcode big pdf has a big page the log code is wrong | 1 |
43,003 | 17,382,702,496 | IssuesEvent | 2021-08-01 02:48:13 | mars-project/mars | https://api.github.com/repos/mars-project/mars | closed | Allow suspending slot killing | mod: scheduling service type: enhancement | Sometimes we don't want to stop slots as they cannot be restored as before. An option is needed in scheduling service to keep those slots from stopping. | 1.0 | Allow suspending slot killing - Sometimes we don't want to stop slots as they cannot be restored as before. An option is needed in scheduling service to keep those slots from stopping. | non_defect | allow suspending slot killing sometimes we don t want to stop slots as they cannot be restored as before an option is needed in scheduling service to keep those slots from stopping | 0 |
168,205 | 26,615,375,363 | IssuesEvent | 2023-01-24 06:22:52 | Esri/calcite-components | https://api.github.com/repos/Esri/calcite-components | closed | Combobox - Add indicator icon for combobox-items with icons | enhancement 4 - verified Calcite (design) | ### Description
Add an `indicator`, similar to what is depicted in the `dropdown` component for `dropdown-item`s with icons.
Related issue: https://github.com/Esri/calcite-components/issues/4629
cc @SkyeSeitz @ashetland
### Acceptance Criteria
Similar to the behavior depicted in `dropdown`:

### Relevant Info
_No response_
### Which Component
Combobox / Combobox-item
### Example Use Case
_No response_
### Esri team
Calcite (design) | 1.0 | Combobox - Add indicator icon for combobox-items with icons - ### Description
Add an `indicator`, similar to what is depicted in the `dropdown` component for `dropdown-item`s with icons.
Related issue: https://github.com/Esri/calcite-components/issues/4629
cc @SkyeSeitz @ashetland
### Acceptance Criteria
Similar to the behavior depicted in `dropdown`:

### Relevant Info
_No response_
### Which Component
Combobox / Combobox-item
### Example Use Case
_No response_
### Esri team
Calcite (design) | non_defect | combobox add indicator icon for combobox items with icons description add an indicator similar to what is depicted in the dropdown component for dropdown item s with icons related issue cc skyeseitz ashetland acceptance criteria similar to the behavior depicted in dropdown relevant info no response which component combobox combobox item example use case no response esri team calcite design | 0 |
299,067 | 25,877,721,075 | IssuesEvent | 2022-12-14 09:08:40 | Uninett/Argus | https://api.github.com/repos/Uninett/Argus | closed | Move media tests to own files | good first issue tests | The files `test_media`, `test_serializer` and `test_views` in notificationprofile include medium-specific tests, these should be moved. There should be one test file per medium. | 1.0 | Move media tests to own files - The files `test_media`, `test_serializer` and `test_views` in notificationprofile include medium-specific tests, these should be moved. There should be one test file per medium. | non_defect | move media tests to own files the files test media test serializer and test views in notificationprofile include medium specific tests these should be moved there should be one test file per medium | 0 |
28,113 | 5,191,171,033 | IssuesEvent | 2017-01-21 17:36:20 | umple/umple | https://api.github.com/repos/umple/umple | opened | Associations with the same role name but to different classes in superclasses and subclasses should produce an error. | associations Component-SemanticsAndGen Diffic-Easy Type-Defect ucosp | ## Brief Description
When a superclass and subclass both have an association with the same role name, but the association is to different classes, an error should be produced.
## Minimum Steps to Reproduce
class A
{
0..1 -> * C assoc;
}
class B {
isA A;
0..1 -> * D assoc;
}
class C
{
}
class D
{
}
## Expected Result
Expected results: ERROR
## Actual Result
Invalid code is generated. Included below is a small subset to illustrate the issue:
```
public class A
{
//------------------------
// MEMBER VARIABLES
//------------------------
//A Associations
private List<C> assoc;
//------------------------
// CONSTRUCTOR
//------------------------
public A()
{
assoc = new ArrayList<C>();
}
//------------------------
// INTERFACE
//------------------------
public C getAssoc(int index)
{
C aAssoc = assoc.get(index);
return aAssoc;
}
}
public class B extends A
{
//------------------------
// MEMBER VARIABLES
//------------------------
//B Associations
private List<D> assoc;
//------------------------
// CONSTRUCTOR
//------------------------
public B()
{
super();
assoc = new ArrayList<D>();
}
//------------------------
// INTERFACE
//------------------------
public D getAssoc(int index)
{
D aAssoc = assoc.get(index);
return aAssoc;
}
}
```
| 1.0 | Associations with the same role name but to different classes in superclasses and subclasses should produce an error. - ## Brief Description
When a superclass and subclass both have an association with the same role name, but the association is to different classes, an error should be produced.
## Minimum Steps to Reproduce
class A
{
0..1 -> * C assoc;
}
class B {
isA A;
0..1 -> * D assoc;
}
class C
{
}
class D
{
}
## Expected Result
Expected results: ERROR
## Actual Result
Invalid code is generated. Included below is a small subset to illustrate the issue:
```
public class A
{
//------------------------
// MEMBER VARIABLES
//------------------------
//A Associations
private List<C> assoc;
//------------------------
// CONSTRUCTOR
//------------------------
public A()
{
assoc = new ArrayList<C>();
}
//------------------------
// INTERFACE
//------------------------
public C getAssoc(int index)
{
C aAssoc = assoc.get(index);
return aAssoc;
}
}
public class B extends A
{
//------------------------
// MEMBER VARIABLES
//------------------------
//B Associations
private List<D> assoc;
//------------------------
// CONSTRUCTOR
//------------------------
public B()
{
super();
assoc = new ArrayList<D>();
}
//------------------------
// INTERFACE
//------------------------
public D getAssoc(int index)
{
D aAssoc = assoc.get(index);
return aAssoc;
}
}
```
| defect | associations with the same role name but to different classes in superclasses and subclasses should produce an error brief description when a superclass and subclass both have an association with the same role name but the association is to different classes an error should be produced minimum steps to reproduce class a c assoc class b isa a d assoc class c class d expected result expected results error actual result invalid code is generated included below is a small subset to illustrate the issue public class a member variables a associations private list assoc constructor public a assoc new arraylist interface public c getassoc int index c aassoc assoc get index return aassoc public class b extends a member variables b associations private list assoc constructor public b super assoc new arraylist interface public d getassoc int index d aassoc assoc get index return aassoc | 1 |
14,901 | 2,831,390,294 | IssuesEvent | 2015-05-24 15:55:09 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | timelapse problem on Nikon d3100 | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Timelapse only makes 1 photo and then blocks out.
What version of the product are you using? On what operating system?
Dslr dashboard 0.30.16 on Android 4.0.4
Please provide any additional information below.
Camera: Nikon D3100
```
Original issue reported on code.google.com by `Aeio...@gmail.com` on 19 Jan 2013 at 6:44 | 1.0 | timelapse problem on Nikon d3100 - ```
What steps will reproduce the problem?
1. Timelapse only makes 1 photo and then blocks out.
What version of the product are you using? On what operating system?
Dslr dashboard 0.30.16 on Android 4.0.4
Please provide any additional information below.
Camera: Nikon D3100
```
Original issue reported on code.google.com by `Aeio...@gmail.com` on 19 Jan 2013 at 6:44 | defect | timelapse problem on nikon what steps will reproduce the problem timelapse only makes photo and then blocks out what version of the product are you using on what operating system dslr dashboard on android please provide any additional information below camera nikon original issue reported on code google com by aeio gmail com on jan at | 1 |
201,110 | 22,946,741,841 | IssuesEvent | 2022-07-19 01:16:19 | zencoder/castlabs-java-api | https://api.github.com/repos/zencoder/castlabs-java-api | closed | CVE-2020-10673 (High) detected in jackson-databind-2.9.8.jar - autoclosed | security vulnerability | ## CVE-2020-10673 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /ory/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.8.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/zencoder/castlabs-java-api/commit/cedc82ec94663352957fffd68b1d6bb74aba81df">cedc82ec94663352957fffd68b1d6bb74aba81df</a></p>
<p>Found in base branch: <b>master</b></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>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.caucho.config.types.ResourceRef (aka caucho-quercus).
<p>Publish Date: 2020-03-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-10673>CVE-2020-10673</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>8.8</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: 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://github.com/FasterXML/jackson-databind/issues/2660">https://github.com/FasterXML/jackson-databind/issues/2660</a></p>
<p>Release Date: 2020-03-18</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-10673","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.caucho.config.types.ResourceRef (aka caucho-quercus).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-10673","cvss3Severity":"high","cvss3Score":"8.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-10673 (High) detected in jackson-databind-2.9.8.jar - autoclosed - ## CVE-2020-10673 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /ory/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.9.8.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/zencoder/castlabs-java-api/commit/cedc82ec94663352957fffd68b1d6bb74aba81df">cedc82ec94663352957fffd68b1d6bb74aba81df</a></p>
<p>Found in base branch: <b>master</b></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>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.caucho.config.types.ResourceRef (aka caucho-quercus).
<p>Publish Date: 2020-03-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-10673>CVE-2020-10673</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>8.8</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: 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://github.com/FasterXML/jackson-databind/issues/2660">https://github.com/FasterXML/jackson-databind/issues/2660</a></p>
<p>Release Date: 2020-03-18</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4</p>
</p>
</details>
<p></p>
***
<!-- REMEDIATE-OPEN-PR-START -->
- [ ] Check this box to open an automated fix PR
<!-- REMEDIATE-OPEN-PR-END -->
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.8","packageFilePaths":["/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.fasterxml.jackson.core:jackson-databind:2.9.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-10673","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.caucho.config.types.ResourceRef (aka caucho-quercus).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-10673","cvss3Severity":"high","cvss3Score":"8.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_defect | cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable library ory com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to com caucho config types resourceref aka caucho quercus 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 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 com fasterxml jackson core jackson databind check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to com caucho config types resourceref aka caucho quercus vulnerabilityurl | 0 |
13,330 | 8,409,597,962 | IssuesEvent | 2018-10-12 07:55:32 | virtual-labs/vlsi-iiith | https://api.github.com/repos/virtual-labs/vlsi-iiith | closed | QA_VLSI_Schematic Design Of Transistor Level XOR & XNOR Gate_Manual_no-content-is-found | Category: Usability Developed By: VLEAD Open-Edx Resolved Severity: S1 | Defect Description
In the Manual section of Schematic Design Of Transistor Level XOR & XNOR Gate experiment, found no content.
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Attachments
Not available | True | QA_VLSI_Schematic Design Of Transistor Level XOR & XNOR Gate_Manual_no-content-is-found - Defect Description
In the Manual section of Schematic Design Of Transistor Level XOR & XNOR Gate experiment, found no content.
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Attachments
Not available | non_defect | qa vlsi schematic design of transistor level xor xnor gate manual no content is found defect description in the manual section of schematic design of transistor level xor xnor gate experiment found no content environment os windows linux browsers firefox chrome bandwidth hardware configuration processor attachments not available | 0 |
94,673 | 3,930,988,031 | IssuesEvent | 2016-04-25 10:25:44 | OCHA-DAP/liverpool16 | https://api.github.com/repos/OCHA-DAP/liverpool16 | opened | Map Explorer mobile: handle layer selector when charts are hidden | enhancement Medium Priority | When charts are collapsed (landscape view) the layer selector stays in middle. | 1.0 | Map Explorer mobile: handle layer selector when charts are hidden - When charts are collapsed (landscape view) the layer selector stays in middle. | non_defect | map explorer mobile handle layer selector when charts are hidden when charts are collapsed landscape view the layer selector stays in middle | 0 |
15,251 | 8,816,613,618 | IssuesEvent | 2018-12-30 13:12:55 | devtools-html/debugger.html | https://api.github.com/repos/devtools-html/debugger.html | closed | Project search takes huge amount of memory | bug performance | **Steps to reproduce**
1. Open https://nchevobbe.github.io/demo/console-test-app.html (in toolbox)
1. Open the debugger
1. Do a project search with `event`
**Expected results**
I get some results, or a UI telling me there's no result
**Actual results**
The panel shows "Loading", doesn't update. On the Activity Monitor, I can see the memory growing fast (> 2 GB after 10s, with only 1 tab)
if I don't kill the browser, it eats up all my memory and make the OS unusable, forcing a hard reboot.
---
Reproduced on beta (65) and release (64)
| True | Project search takes huge amount of memory - **Steps to reproduce**
1. Open https://nchevobbe.github.io/demo/console-test-app.html (in toolbox)
1. Open the debugger
1. Do a project search with `event`
**Expected results**
I get some results, or a UI telling me there's no result
**Actual results**
The panel shows "Loading", doesn't update. On the Activity Monitor, I can see the memory growing fast (> 2 GB after 10s, with only 1 tab)
if I don't kill the browser, it eats up all my memory and make the OS unusable, forcing a hard reboot.
---
Reproduced on beta (65) and release (64)
| non_defect | project search takes huge amount of memory steps to reproduce open in toolbox open the debugger do a project search with event expected results i get some results or a ui telling me there s no result actual results the panel shows loading doesn t update on the activity monitor i can see the memory growing fast gb after with only tab if i don t kill the browser it eats up all my memory and make the os unusable forcing a hard reboot reproduced on beta and release | 0 |
38,040 | 8,639,809,260 | IssuesEvent | 2018-11-23 21:43:51 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | closed | Compiler throws error while compiling class that passes nested class as type argument to interface | defect | When compiling a class where a type parameter is being passed to an interface there's a compilation error if the class specified in the type parameter is imported statically, rather than specifying the full path.
Here's a simple reproduce case that demonstrates the issue with a single class, which hopefully makes this clearer:
[ClassStaticUsingBug.zip](https://github.com/bridgedotnet/Bridge/files/1803693/ClassStaticUsingBug.zip)
This appears to only be the case if the configuration option `outputFormatting` is *Minified*.
Here's the error that's produced:
```
Error Object reference not set to an instance of an object. at Microsoft.Ajax.Utilities.JSParser.ParseExpression(AstNode leftHandSide, Boolean single, Boolean bCanAssign, JSToken inToken)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionList(JSToken terminator)
at Microsoft.Ajax.Utilities.JSParser.ParseMemberExpression(AstNode expression, List`1 newContexts)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseArrayLiteral(Boolean isBindingPattern)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseObjectLiteralProperty(Boolean isBindingPattern)
at Microsoft.Ajax.Utilities.JSParser.ParseObjectLiteral(Boolean isBindingPattern)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionList(JSToken terminator)
at Microsoft.Ajax.Utilities.JSParser.ParseMemberExpression(AstNode expression, List`1 newContexts)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionStatement(Boolean fSourceElement)
at Microsoft.Ajax.Utilities.JSParser.ParseStatement(Boolean fSourceElement, Boolean skipImportantComment)
at Microsoft.Ajax.Utilities.JSParser.ParseFunctionBody(Block body)
at Microsoft.Ajax.Utilities.JSParser.ParseFunction(FunctionType functionType, Context fncCtx)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionList(JSToken terminator)
at Microsoft.Ajax.Utilities.JSParser.ParseMemberExpression(AstNode expression, List`1 newContexts)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionStatement(Boolean fSourceElement)
at Microsoft.Ajax.Utilities.JSParser.ParseStatement(Boolean fSourceElement, Boolean skipImportantComment)
at Microsoft.Ajax.Utilities.JSParser.ParseStatements(Block block)
at Microsoft.Ajax.Utilities.JSParser.InternalParse()
at Microsoft.Ajax.Utilities.JSParser.Parse(DocumentContext sourceContext)
at Microsoft.Ajax.Utilities.Minifier.MinifyJavaScript(String source, CodeSettings codeSettings)
at Bridge.Translator.Translator.Minify(Minifier minifier, String source, CodeSettings settings)
at Bridge.Translator.Translator.Minify(TranslatorOutputItem output, CodeSettings minifierSettings)
at Bridge.Translator.Translator.Minify(IEnumerable`1 outputs, Func`2 minifierSettingsResolver)
at Bridge.Translator.Translator.Minify()
at Bridge.Translator.TranslatorProcessor.PostProcess()
at Bridge.Build.BridgeCompilerTask.Execute() ClassStaticUsingBug Build
``` | 1.0 | Compiler throws error while compiling class that passes nested class as type argument to interface - When compiling a class where a type parameter is being passed to an interface there's a compilation error if the class specified in the type parameter is imported statically, rather than specifying the full path.
Here's a simple reproduce case that demonstrates the issue with a single class, which hopefully makes this clearer:
[ClassStaticUsingBug.zip](https://github.com/bridgedotnet/Bridge/files/1803693/ClassStaticUsingBug.zip)
This appears to only be the case if the configuration option `outputFormatting` is *Minified*.
Here's the error that's produced:
```
Error Object reference not set to an instance of an object. at Microsoft.Ajax.Utilities.JSParser.ParseExpression(AstNode leftHandSide, Boolean single, Boolean bCanAssign, JSToken inToken)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionList(JSToken terminator)
at Microsoft.Ajax.Utilities.JSParser.ParseMemberExpression(AstNode expression, List`1 newContexts)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseArrayLiteral(Boolean isBindingPattern)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseObjectLiteralProperty(Boolean isBindingPattern)
at Microsoft.Ajax.Utilities.JSParser.ParseObjectLiteral(Boolean isBindingPattern)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionList(JSToken terminator)
at Microsoft.Ajax.Utilities.JSParser.ParseMemberExpression(AstNode expression, List`1 newContexts)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionStatement(Boolean fSourceElement)
at Microsoft.Ajax.Utilities.JSParser.ParseStatement(Boolean fSourceElement, Boolean skipImportantComment)
at Microsoft.Ajax.Utilities.JSParser.ParseFunctionBody(Block body)
at Microsoft.Ajax.Utilities.JSParser.ParseFunction(FunctionType functionType, Context fncCtx)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionList(JSToken terminator)
at Microsoft.Ajax.Utilities.JSParser.ParseMemberExpression(AstNode expression, List`1 newContexts)
at Microsoft.Ajax.Utilities.JSParser.ParseLeftHandSideExpression(Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseUnaryExpression(Boolean& isLeftHandSideExpr, Boolean isMinus)
at Microsoft.Ajax.Utilities.JSParser.ParseExpressionStatement(Boolean fSourceElement)
at Microsoft.Ajax.Utilities.JSParser.ParseStatement(Boolean fSourceElement, Boolean skipImportantComment)
at Microsoft.Ajax.Utilities.JSParser.ParseStatements(Block block)
at Microsoft.Ajax.Utilities.JSParser.InternalParse()
at Microsoft.Ajax.Utilities.JSParser.Parse(DocumentContext sourceContext)
at Microsoft.Ajax.Utilities.Minifier.MinifyJavaScript(String source, CodeSettings codeSettings)
at Bridge.Translator.Translator.Minify(Minifier minifier, String source, CodeSettings settings)
at Bridge.Translator.Translator.Minify(TranslatorOutputItem output, CodeSettings minifierSettings)
at Bridge.Translator.Translator.Minify(IEnumerable`1 outputs, Func`2 minifierSettingsResolver)
at Bridge.Translator.Translator.Minify()
at Bridge.Translator.TranslatorProcessor.PostProcess()
at Bridge.Build.BridgeCompilerTask.Execute() ClassStaticUsingBug Build
``` | defect | compiler throws error while compiling class that passes nested class as type argument to interface when compiling a class where a type parameter is being passed to an interface there s a compilation error if the class specified in the type parameter is imported statically rather than specifying the full path here s a simple reproduce case that demonstrates the issue with a single class which hopefully makes this clearer this appears to only be the case if the configuration option outputformatting is minified here s the error that s produced error object reference not set to an instance of an object at microsoft ajax utilities jsparser parseexpression astnode lefthandside boolean single boolean bcanassign jstoken intoken at microsoft ajax utilities jsparser parseexpressionlist jstoken terminator at microsoft ajax utilities jsparser parsememberexpression astnode expression list newcontexts at microsoft ajax utilities jsparser parselefthandsideexpression boolean isminus at microsoft ajax utilities jsparser parseunaryexpression boolean islefthandsideexpr boolean isminus at microsoft ajax utilities jsparser parsearrayliteral boolean isbindingpattern at microsoft ajax utilities jsparser parselefthandsideexpression boolean isminus at microsoft ajax utilities jsparser parseunaryexpression boolean islefthandsideexpr boolean isminus at microsoft ajax utilities jsparser parseobjectliteralproperty boolean isbindingpattern at microsoft ajax utilities jsparser parseobjectliteral boolean isbindingpattern at microsoft ajax utilities jsparser parselefthandsideexpression boolean isminus at microsoft ajax utilities jsparser parseunaryexpression boolean islefthandsideexpr boolean isminus at microsoft ajax utilities jsparser parseexpressionlist jstoken terminator at microsoft ajax utilities jsparser parsememberexpression astnode expression list newcontexts at microsoft ajax utilities jsparser parselefthandsideexpression boolean isminus at microsoft ajax utilities jsparser parseunaryexpression boolean islefthandsideexpr boolean isminus at microsoft ajax utilities jsparser parseexpressionstatement boolean fsourceelement at microsoft ajax utilities jsparser parsestatement boolean fsourceelement boolean skipimportantcomment at microsoft ajax utilities jsparser parsefunctionbody block body at microsoft ajax utilities jsparser parsefunction functiontype functiontype context fncctx at microsoft ajax utilities jsparser parselefthandsideexpression boolean isminus at microsoft ajax utilities jsparser parseunaryexpression boolean islefthandsideexpr boolean isminus at microsoft ajax utilities jsparser parseexpressionlist jstoken terminator at microsoft ajax utilities jsparser parsememberexpression astnode expression list newcontexts at microsoft ajax utilities jsparser parselefthandsideexpression boolean isminus at microsoft ajax utilities jsparser parseunaryexpression boolean islefthandsideexpr boolean isminus at microsoft ajax utilities jsparser parseexpressionstatement boolean fsourceelement at microsoft ajax utilities jsparser parsestatement boolean fsourceelement boolean skipimportantcomment at microsoft ajax utilities jsparser parsestatements block block at microsoft ajax utilities jsparser internalparse at microsoft ajax utilities jsparser parse documentcontext sourcecontext at microsoft ajax utilities minifier minifyjavascript string source codesettings codesettings at bridge translator translator minify minifier minifier string source codesettings settings at bridge translator translator minify translatoroutputitem output codesettings minifiersettings at bridge translator translator minify ienumerable outputs func minifiersettingsresolver at bridge translator translator minify at bridge translator translatorprocessor postprocess at bridge build bridgecompilertask execute classstaticusingbug build | 1 |
37,338 | 8,362,378,816 | IssuesEvent | 2018-10-03 16:39:09 | gwaldron/osgearth | https://api.github.com/repos/gwaldron/osgearth | opened | Instancing in a FeatureModelLayer results in bad bounds | defect | Run boston.earth; Parks and Streetlights are instanced. Zoom in and the near clip plane is way out in front. With instancing disabled this does not happen. | 1.0 | Instancing in a FeatureModelLayer results in bad bounds - Run boston.earth; Parks and Streetlights are instanced. Zoom in and the near clip plane is way out in front. With instancing disabled this does not happen. | defect | instancing in a featuremodellayer results in bad bounds run boston earth parks and streetlights are instanced zoom in and the near clip plane is way out in front with instancing disabled this does not happen | 1 |
18,512 | 3,068,182,124 | IssuesEvent | 2015-08-18 14:34:12 | contao/core | https://api.github.com/repos/contao/core | closed | Link zu inserttags in Help Wizard zum Inhaltselement "text" (TinyMCE) | defect | Der Link im Help Wizard (überall wo der TinyMCE verwendet wird) auf contao.org zum Thema inserttags führt auf eine 404-Seite

http://demo.contao.org/contao/help.php?table=tl_content&field=text
Der Link zu Ace ist auch nicht mehr aktuell. Wir umgeleitet auf http://ace.c9.io/#nav=about
Contao 3.5 | 1.0 | Link zu inserttags in Help Wizard zum Inhaltselement "text" (TinyMCE) - Der Link im Help Wizard (überall wo der TinyMCE verwendet wird) auf contao.org zum Thema inserttags führt auf eine 404-Seite

http://demo.contao.org/contao/help.php?table=tl_content&field=text
Der Link zu Ace ist auch nicht mehr aktuell. Wir umgeleitet auf http://ace.c9.io/#nav=about
Contao 3.5 | defect | link zu inserttags in help wizard zum inhaltselement text tinymce der link im help wizard überall wo der tinymce verwendet wird auf contao org zum thema inserttags führt auf eine seite der link zu ace ist auch nicht mehr aktuell wir umgeleitet auf contao | 1 |
242,368 | 7,841,395,474 | IssuesEvent | 2018-06-18 19:28:17 | phetsims/energy-skate-park-basics | https://api.github.com/repos/phetsims/energy-skate-park-basics | opened | Fuzz Mouse: Assertion failed: instance not found for energySkateParkBasics.playgroundScreen.model.controlPoint_60.sourcePositionProperty | dev:phet-io priority:2-high | Occurs within 10 seconds when fuzzMousing the studio wrapper.
```
Uncaught Error: Assertion failed: instance not found for energySkateParkBasics.playgroundScreen.model.controlPoint_60.sourcePositionProperty
at window.assertions.assertFunction (assert.js:22)
at Phetio.getType (phetio.js?bust=1529349949075:580)
at PhetioCommandProcessor.handleSingleInvoke (phetioCommandProcessor.js?bust=1529349949075:102)
at PhetioCommandProcessor.handleRequest (phetioCommandProcessor.js?bust=1529349949075:188)
at phetioCommandProcessor.js?bust=1529349949075:308
``` | 1.0 | Fuzz Mouse: Assertion failed: instance not found for energySkateParkBasics.playgroundScreen.model.controlPoint_60.sourcePositionProperty - Occurs within 10 seconds when fuzzMousing the studio wrapper.
```
Uncaught Error: Assertion failed: instance not found for energySkateParkBasics.playgroundScreen.model.controlPoint_60.sourcePositionProperty
at window.assertions.assertFunction (assert.js:22)
at Phetio.getType (phetio.js?bust=1529349949075:580)
at PhetioCommandProcessor.handleSingleInvoke (phetioCommandProcessor.js?bust=1529349949075:102)
at PhetioCommandProcessor.handleRequest (phetioCommandProcessor.js?bust=1529349949075:188)
at phetioCommandProcessor.js?bust=1529349949075:308
``` | non_defect | fuzz mouse assertion failed instance not found for energyskateparkbasics playgroundscreen model controlpoint sourcepositionproperty occurs within seconds when fuzzmousing the studio wrapper uncaught error assertion failed instance not found for energyskateparkbasics playgroundscreen model controlpoint sourcepositionproperty at window assertions assertfunction assert js at phetio gettype phetio js bust at phetiocommandprocessor handlesingleinvoke phetiocommandprocessor js bust at phetiocommandprocessor handlerequest phetiocommandprocessor js bust at phetiocommandprocessor js bust | 0 |
63,795 | 17,949,324,069 | IssuesEvent | 2021-09-12 12:23:19 | beefproject/beef | https://api.github.com/repos/beefproject/beef | closed | Zombies not deleting. | Defect | when right clicking on the hooked IPs, both online and offline then clicking delete zombie, nothing happens. | 1.0 | Zombies not deleting. - when right clicking on the hooked IPs, both online and offline then clicking delete zombie, nothing happens. | defect | zombies not deleting when right clicking on the hooked ips both online and offline then clicking delete zombie nothing happens | 1 |
34,599 | 7,457,770,701 | IssuesEvent | 2018-03-30 06:55:24 | kerdokullamae/test_koik_issued | https://api.github.com/repos/kerdokullamae/test_koik_issued | closed | KÜ alamobjektide kustutamisel kustutatakse objektid poolikult | C: AIS P: highest R: fixed T: defect | **Reported by sven syld on 17 Jun 2014 17:44 UTC**
1) ava 3 pealkirjaga (mida rohkem, seda parem; 2-ga ei tule hästi välja) KÜ muutmisvaade
2) kustutada 2 pealkirja
3) salvesta
Pealkirjad kustutatakse üle ühe - 1 kustutatuist on kustunud, teine alles. Sama probleem esineb ka muude alamobjektidega, nt publikatsioonid.
See probleem avaldub ka ettepanekute juures. | 1.0 | KÜ alamobjektide kustutamisel kustutatakse objektid poolikult - **Reported by sven syld on 17 Jun 2014 17:44 UTC**
1) ava 3 pealkirjaga (mida rohkem, seda parem; 2-ga ei tule hästi välja) KÜ muutmisvaade
2) kustutada 2 pealkirja
3) salvesta
Pealkirjad kustutatakse üle ühe - 1 kustutatuist on kustunud, teine alles. Sama probleem esineb ka muude alamobjektidega, nt publikatsioonid.
See probleem avaldub ka ettepanekute juures. | defect | kü alamobjektide kustutamisel kustutatakse objektid poolikult reported by sven syld on jun utc ava pealkirjaga mida rohkem seda parem ga ei tule hästi välja kü muutmisvaade kustutada pealkirja salvesta pealkirjad kustutatakse üle ühe kustutatuist on kustunud teine alles sama probleem esineb ka muude alamobjektidega nt publikatsioonid see probleem avaldub ka ettepanekute juures | 1 |
15,522 | 10,097,735,848 | IssuesEvent | 2019-07-28 09:00:07 | JetBrains-Research/jbr | https://api.github.com/repos/JetBrains-Research/jbr | opened | Track About Table column names not readable | usability Issue | See screenshot:

It's hard to figure out the meaning of numbers in the table. So we cannot quickly go through the stats and have to export table in *.tsv file (copying table and opening in some spreed sheet app also isn't very convenient for quick look and doesn't copy column names).
Desired behaviour: table is wide and wrapped in scroll pane, all columns width is set according column header width. | True | Track About Table column names not readable - See screenshot:

It's hard to figure out the meaning of numbers in the table. So we cannot quickly go through the stats and have to export table in *.tsv file (copying table and opening in some spreed sheet app also isn't very convenient for quick look and doesn't copy column names).
Desired behaviour: table is wide and wrapped in scroll pane, all columns width is set according column header width. | non_defect | track about table column names not readable see screenshot it s hard to figure out the meaning of numbers in the table so we cannot quickly go through the stats and have to export table in tsv file copying table and opening in some spreed sheet app also isn t very convenient for quick look and doesn t copy column names desired behaviour table is wide and wrapped in scroll pane all columns width is set according column header width | 0 |
38,558 | 8,895,424,523 | IssuesEvent | 2019-01-16 08:38:09 | menatwork/MultiColumnWizard | https://api.github.com/repos/menatwork/MultiColumnWizard | closed | Field "..." does not exist in DCA | Defect Duplicate MCW-Bundle | Wir haben ein eigenes Modul in Contao 3.5, das wir im **Contao 4.4** installieren wollen.
In der DCA wird MCW so verwendet:
```php
'eval' => array (
'columnFields' => array
(
'uploadFolder' => array
(
'label' => "test",
'exclude' => true,
'inputType' => 'fileTree',
'eval' => array('fieldType'=>'radio', 'tl_class'=>'clr', 'path'=>'files/images'),
)
)
)
```
Wen wir einen Ordner im FileTree auswählen, kommt der AJAX-Request im Hintergrund mit einem 400er Fehler und im System-Log steht:
```Field .." does not exist in DCA...```
Ich habe ein bisschen rechechiert, in Contao\Ajax.php wird dieses dynamisches MCW-Feld nicht gefunden, weil die MultiColumnWizardHelper::supportModalSelector() den DCA wegen dem geänderten Backend-URL (nicht contao/file.php oder contao/page.php sondern contao/files?do=files&popup=1&picker=... ) nicht ändert. | 1.0 | Field "..." does not exist in DCA - Wir haben ein eigenes Modul in Contao 3.5, das wir im **Contao 4.4** installieren wollen.
In der DCA wird MCW so verwendet:
```php
'eval' => array (
'columnFields' => array
(
'uploadFolder' => array
(
'label' => "test",
'exclude' => true,
'inputType' => 'fileTree',
'eval' => array('fieldType'=>'radio', 'tl_class'=>'clr', 'path'=>'files/images'),
)
)
)
```
Wen wir einen Ordner im FileTree auswählen, kommt der AJAX-Request im Hintergrund mit einem 400er Fehler und im System-Log steht:
```Field .." does not exist in DCA...```
Ich habe ein bisschen rechechiert, in Contao\Ajax.php wird dieses dynamisches MCW-Feld nicht gefunden, weil die MultiColumnWizardHelper::supportModalSelector() den DCA wegen dem geänderten Backend-URL (nicht contao/file.php oder contao/page.php sondern contao/files?do=files&popup=1&picker=... ) nicht ändert. | defect | field does not exist in dca wir haben ein eigenes modul in contao das wir im contao installieren wollen in der dca wird mcw so verwendet php eval array columnfields array uploadfolder array label test exclude true inputtype filetree eval array fieldtype radio tl class clr path files images wen wir einen ordner im filetree auswählen kommt der ajax request im hintergrund mit einem fehler und im system log steht field does not exist in dca ich habe ein bisschen rechechiert in contao ajax php wird dieses dynamisches mcw feld nicht gefunden weil die multicolumnwizardhelper supportmodalselector den dca wegen dem geänderten backend url nicht contao file php oder contao page php sondern contao files do files popup picker nicht ändert | 1 |
51,272 | 13,207,405,380 | IssuesEvent | 2020-08-14 22:58:51 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | i3_add_pybindings in top level CMakeLists.txt -> wrong lib location (Trac #120) | Incomplete Migration Migrated from Trac cmake defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/120">https://code.icecube.wisc.edu/projects/icecube/ticket/120</a>, reported by blaufussand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"_ts": "1416713876900096",
"description": "It seems when the i3_add_pybindings voodoo is in the toplevel CMakeLists.txt file,\nthe build paths of the standard libs is changed to $I3_BUILD/lib/icecube instead of the standard $I3_BUILD/lib\n\nA work around is to use a separate CMakeLists.txt file in private/pybindings and add the add_subdirectory()\n\nBut Troy claims they should happily coexist at top level CMakeLists.txt",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"time": "2008-09-03T15:55:07",
"component": "cmake",
"summary": "i3_add_pybindings in top level CMakeLists.txt -> wrong lib location",
"priority": "major",
"keywords": "",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
| 1.0 | i3_add_pybindings in top level CMakeLists.txt -> wrong lib location (Trac #120) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/120">https://code.icecube.wisc.edu/projects/icecube/ticket/120</a>, reported by blaufussand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"_ts": "1416713876900096",
"description": "It seems when the i3_add_pybindings voodoo is in the toplevel CMakeLists.txt file,\nthe build paths of the standard libs is changed to $I3_BUILD/lib/icecube instead of the standard $I3_BUILD/lib\n\nA work around is to use a separate CMakeLists.txt file in private/pybindings and add the add_subdirectory()\n\nBut Troy claims they should happily coexist at top level CMakeLists.txt",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"time": "2008-09-03T15:55:07",
"component": "cmake",
"summary": "i3_add_pybindings in top level CMakeLists.txt -> wrong lib location",
"priority": "major",
"keywords": "",
"milestone": "",
"owner": "troy",
"type": "defect"
}
```
</p>
</details>
| defect | add pybindings in top level cmakelists txt wrong lib location trac migrated from json status closed changetime ts description it seems when the add pybindings voodoo is in the toplevel cmakelists txt file nthe build paths of the standard libs is changed to build lib icecube instead of the standard build lib n na work around is to use a separate cmakelists txt file in private pybindings and add the add subdirectory n nbut troy claims they should happily coexist at top level cmakelists txt reporter blaufuss cc resolution fixed time component cmake summary add pybindings in top level cmakelists txt wrong lib location priority major keywords milestone owner troy type defect | 1 |
7,099 | 2,610,327,000 | IssuesEvent | 2015-02-26 19:45:23 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | SFX | auto-migrated Priority-Low Type-Defect | ```
Barris Offee plays the "run, Luke, run" sound when injured
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 9 Jun 2011 at 12:13 | 1.0 | SFX - ```
Barris Offee plays the "run, Luke, run" sound when injured
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 9 Jun 2011 at 12:13 | defect | sfx barris offee plays the run luke run sound when injured original issue reported on code google com by gmail com on jun at | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.