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
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
246,591
7,895,412,281
IssuesEvent
2018-06-29 03:06:45
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Random squares appear in osu!catch
bug framework fix required high priority overdue pending review
It happens randomly when the hit object hits the catcher's plate. And when I am playing back my record to take screenshots of this issue, I found that these circles for the hit object become squares too! If you need logs, I will be happy to provide. Here are some screenshots: ![image](https://user-images.githubusercontent.com/29054052/40219629-c9803228-5aa8-11e8-8f1d-ac6eb7576417.png) ![image](https://user-images.githubusercontent.com/29054052/40219647-dded3652-5aa8-11e8-8ec8-16c8becedfe0.png) ![image](https://user-images.githubusercontent.com/29054052/40219736-44f3a552-5aa9-11e8-9a18-66086bc015c6.png) ![image](https://user-images.githubusercontent.com/29054052/40219775-6366404e-5aa9-11e8-8054-f241d4b98a24.png) <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/58522217-random-squares-appear-in-osu-catch?utm_campaign=plugin&utm_content=tracker%2F4707269&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F4707269&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Random squares appear in osu!catch - It happens randomly when the hit object hits the catcher's plate. And when I am playing back my record to take screenshots of this issue, I found that these circles for the hit object become squares too! If you need logs, I will be happy to provide. Here are some screenshots: ![image](https://user-images.githubusercontent.com/29054052/40219629-c9803228-5aa8-11e8-8f1d-ac6eb7576417.png) ![image](https://user-images.githubusercontent.com/29054052/40219647-dded3652-5aa8-11e8-8ec8-16c8becedfe0.png) ![image](https://user-images.githubusercontent.com/29054052/40219736-44f3a552-5aa9-11e8-9a18-66086bc015c6.png) ![image](https://user-images.githubusercontent.com/29054052/40219775-6366404e-5aa9-11e8-8054-f241d4b98a24.png) <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/58522217-random-squares-appear-in-osu-catch?utm_campaign=plugin&utm_content=tracker%2F4707269&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F4707269&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
random squares appear in osu catch it happens randomly when the hit object hits the catcher s plate and when i am playing back my record to take screenshots of this issue i found that these circles for the hit object become squares too if you need logs i will be happy to provide here are some screenshots want to back this issue we accept bounties via
1
286,495
31,652,435,506
IssuesEvent
2023-09-07 00:17:39
samq-wsdemo/vuln_rust
https://api.github.com/repos/samq-wsdemo/vuln_rust
reopened
CVE-2020-15254 (Critical) detected in crossbeam-channel-0.3.9.crate
Mend: dependency security vulnerability
## CVE-2020-15254 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>crossbeam-channel-0.3.9.crate</b></p></summary> <p>Multi-producer multi-consumer channels for message passing</p> <p>Library home page: <a href="https://crates.io/api/v1/crates/crossbeam-channel/0.3.9/download">https://crates.io/api/v1/crates/crossbeam-channel/0.3.9/download</a></p> <p>Path to dependency file: /Cargo.toml</p> <p>Path to vulnerable library: /home/wss-scanner/.cargo/registry/cache/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.9.crate</p> <p> Dependency Hierarchy: - chttp-0.5.5.crate (Root Library) - :x: **crossbeam-channel-0.3.9.crate** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samq-wsdemo/vuln_rust/commit/bc1e0348ef35f7cc3dc098e04f8dd327c3adbcd3">bc1e0348ef35f7cc3dc098e04f8dd327c3adbcd3</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Crossbeam is a set of tools for concurrent programming. In crossbeam-channel before version 0.4.4, the bounded channel incorrectly assumes that `Vec::from_iter` has allocated capacity that same as the number of iterator elements. `Vec::from_iter` does not actually guarantee that and may allocate extra memory. The destructor of the `bounded` channel reconstructs `Vec` from the raw pointer based on the incorrect assumes described above. This is unsound and causing deallocation with the incorrect capacity when `Vec::from_iter` has allocated different sizes with the number of iterator elements. This has been fixed in crossbeam-channel 0.4.4. <p>Publish Date: 2020-10-16 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-15254>CVE-2020-15254</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-10-28</p> <p>Fix Resolution: crossbeam-channel-0.4.4, crossbeam-0.8.0</p> </p> </details> <p></p>
True
CVE-2020-15254 (Critical) detected in crossbeam-channel-0.3.9.crate - ## CVE-2020-15254 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>crossbeam-channel-0.3.9.crate</b></p></summary> <p>Multi-producer multi-consumer channels for message passing</p> <p>Library home page: <a href="https://crates.io/api/v1/crates/crossbeam-channel/0.3.9/download">https://crates.io/api/v1/crates/crossbeam-channel/0.3.9/download</a></p> <p>Path to dependency file: /Cargo.toml</p> <p>Path to vulnerable library: /home/wss-scanner/.cargo/registry/cache/github.com-1ecc6299db9ec823/crossbeam-channel-0.3.9.crate</p> <p> Dependency Hierarchy: - chttp-0.5.5.crate (Root Library) - :x: **crossbeam-channel-0.3.9.crate** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/samq-wsdemo/vuln_rust/commit/bc1e0348ef35f7cc3dc098e04f8dd327c3adbcd3">bc1e0348ef35f7cc3dc098e04f8dd327c3adbcd3</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Crossbeam is a set of tools for concurrent programming. In crossbeam-channel before version 0.4.4, the bounded channel incorrectly assumes that `Vec::from_iter` has allocated capacity that same as the number of iterator elements. `Vec::from_iter` does not actually guarantee that and may allocate extra memory. The destructor of the `bounded` channel reconstructs `Vec` from the raw pointer based on the incorrect assumes described above. This is unsound and causing deallocation with the incorrect capacity when `Vec::from_iter` has allocated different sizes with the number of iterator elements. This has been fixed in crossbeam-channel 0.4.4. <p>Publish Date: 2020-10-16 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-15254>CVE-2020-15254</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-10-28</p> <p>Fix Resolution: crossbeam-channel-0.4.4, crossbeam-0.8.0</p> </p> </details> <p></p>
non_priority
cve critical detected in crossbeam channel crate cve critical severity vulnerability vulnerable library crossbeam channel crate multi producer multi consumer channels for message passing library home page a href path to dependency file cargo toml path to vulnerable library home wss scanner cargo registry cache github com crossbeam channel crate dependency hierarchy chttp crate root library x crossbeam channel crate vulnerable library found in head commit a href found in base branch master vulnerability details crossbeam is a set of tools for concurrent programming in crossbeam channel before version the bounded channel incorrectly assumes that vec from iter has allocated capacity that same as the number of iterator elements vec from iter does not actually guarantee that and may allocate extra memory the destructor of the bounded channel reconstructs vec from the raw pointer based on the incorrect assumes described above this is unsound and causing deallocation with the incorrect capacity when vec from iter has allocated different sizes with the number of iterator elements this has been fixed in crossbeam channel publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution crossbeam channel crossbeam
0
688,369
23,579,694,041
IssuesEvent
2022-08-23 06:27:02
idiotbitz/box-party-demo
https://api.github.com/repos/idiotbitz/box-party-demo
closed
Finish coding the rest of the Side Objectives.
enhancement High Priority Side Objectives
As of right now, there are side objectives coded for level 1, but not the rest of the levels.
1.0
Finish coding the rest of the Side Objectives. - As of right now, there are side objectives coded for level 1, but not the rest of the levels.
priority
finish coding the rest of the side objectives as of right now there are side objectives coded for level but not the rest of the levels
1
235,056
19,294,878,811
IssuesEvent
2021-12-12 12:23:29
bounswe/2021SpringGroup10
https://api.github.com/repos/bounswe/2021SpringGroup10
closed
Test the endpoints in the frontend
Status: Help wanted Status: Needs Review Coding: Frontend Type: Test
After migration to the AWS API Gateway, CORS policy should be resolved. And we believe our api manages to output correct responses regarding to the incoming json. Please test it out.
1.0
Test the endpoints in the frontend - After migration to the AWS API Gateway, CORS policy should be resolved. And we believe our api manages to output correct responses regarding to the incoming json. Please test it out.
non_priority
test the endpoints in the frontend after migration to the aws api gateway cors policy should be resolved and we believe our api manages to output correct responses regarding to the incoming json please test it out
0
829,264
31,861,586,675
IssuesEvent
2023-09-15 11:19:49
epam/ketcher
https://api.github.com/repos/epam/ketcher
closed
Structure disappears after pressing 'Layout' and the app crashes
bug priority: high
**Steps to Reproduce** 1. Open Ketcher 2. Open attached file [sbs_48.zip](https://github.com/epam/ketcher/files/12463819/sbs_48.zip) and put to canvas 3. Press 'Layout' button **Actual behavior** Structure disappears after pressing Layout and an atom appears in the left corner of canvas. It is not possible to clear the canvas or move the atom that appears. There are multiple errors in the DevTools console. The application becomes inoperable. **Expected behavior** After applying 'Lyout', the structure does not disappear and can be interacted with. **Screenshots** ![2023-08-29_13h42_48](https://github.com/epam/ketcher/assets/62464241/6bad492b-c841-4d84-aa66-5221e36de411) https://github.com/epam/ketcher/assets/62464241/4d610ac7-6c97-4b63-9ab6-77e813b92fe5 **Desktop (please complete the following information):** - OS: Windows 10 - Browser Chrome - Version 112.0.5615.138 (Official Build) (64-bit) **Ketcher version** [Version 2.14.0-rc.2](https://lifescience.opensource.epam.com/ketcher/index.html) #185911657
1.0
Structure disappears after pressing 'Layout' and the app crashes - **Steps to Reproduce** 1. Open Ketcher 2. Open attached file [sbs_48.zip](https://github.com/epam/ketcher/files/12463819/sbs_48.zip) and put to canvas 3. Press 'Layout' button **Actual behavior** Structure disappears after pressing Layout and an atom appears in the left corner of canvas. It is not possible to clear the canvas or move the atom that appears. There are multiple errors in the DevTools console. The application becomes inoperable. **Expected behavior** After applying 'Lyout', the structure does not disappear and can be interacted with. **Screenshots** ![2023-08-29_13h42_48](https://github.com/epam/ketcher/assets/62464241/6bad492b-c841-4d84-aa66-5221e36de411) https://github.com/epam/ketcher/assets/62464241/4d610ac7-6c97-4b63-9ab6-77e813b92fe5 **Desktop (please complete the following information):** - OS: Windows 10 - Browser Chrome - Version 112.0.5615.138 (Official Build) (64-bit) **Ketcher version** [Version 2.14.0-rc.2](https://lifescience.opensource.epam.com/ketcher/index.html) #185911657
priority
structure disappears after pressing layout and the app crashes steps to reproduce open ketcher open attached file and put to canvas press layout button actual behavior structure disappears after pressing layout and an atom appears in the left corner of canvas it is not possible to clear the canvas or move the atom that appears there are multiple errors in the devtools console the application becomes inoperable expected behavior after applying lyout the structure does not disappear and can be interacted with screenshots desktop please complete the following information os windows browser chrome version official build bit ketcher version
1
219,062
7,333,102,339
IssuesEvent
2018-03-05 18:19:29
NCEAS/metacat
https://api.github.com/repos/NCEAS/metacat
closed
Disable the feature of downloading external schemas for unregistered namespaces
Component: Bugzilla-Id Priority: Normal Status: Resolved Tracker: Feature
--- Author Name: **Jing Tao** (Jing Tao) Original Redmine Issue: 7096, https://projects.ecoinformatics.org/ecoinfo/issues/7096 Original Date: 2016-08-30 Original Assignee: Jing Tao --- Currently, Metacat will download the schemas during the metadata object inserting if it finds the namespaces is not found in the local cache system. In order to use the same schemas to validate xml objects, we need to disable the feature. If the schemas of the object can't be found locally, Metacat will reject the documents (throw an exception). However, we need to provide those features for users: 1. A clear message to specify that the schema is not registered and contact Metacat operators. 2. A new admin page for Metacat operators to register schemas with/without namespaces.
1.0
Disable the feature of downloading external schemas for unregistered namespaces - --- Author Name: **Jing Tao** (Jing Tao) Original Redmine Issue: 7096, https://projects.ecoinformatics.org/ecoinfo/issues/7096 Original Date: 2016-08-30 Original Assignee: Jing Tao --- Currently, Metacat will download the schemas during the metadata object inserting if it finds the namespaces is not found in the local cache system. In order to use the same schemas to validate xml objects, we need to disable the feature. If the schemas of the object can't be found locally, Metacat will reject the documents (throw an exception). However, we need to provide those features for users: 1. A clear message to specify that the schema is not registered and contact Metacat operators. 2. A new admin page for Metacat operators to register schemas with/without namespaces.
priority
disable the feature of downloading external schemas for unregistered namespaces author name jing tao jing tao original redmine issue original date original assignee jing tao currently metacat will download the schemas during the metadata object inserting if it finds the namespaces is not found in the local cache system in order to use the same schemas to validate xml objects we need to disable the feature if the schemas of the object can t be found locally metacat will reject the documents throw an exception however we need to provide those features for users a clear message to specify that the schema is not registered and contact metacat operators a new admin page for metacat operators to register schemas with without namespaces
1
359,719
10,680,030,215
IssuesEvent
2019-10-21 20:30:23
WoWManiaUK/Blackwing-Lair
https://api.github.com/repos/WoWManiaUK/Blackwing-Lair
closed
Raid ID Reset seems daylie now ?
Dungeon/Raid Priority-High
**Links:** ![Screenshot_3](https://user-images.githubusercontent.com/55513205/67157663-7b59b580-f32f-11e9-9970-740a7254261b.jpg) from WoWHead or our Armory **What is happening:** i cleared BoT Normal on 19.10 with my Hunter and today my ID is expired and i can clear the Raid again **What should happen:** I should only be able to clear the raid once and it should reset every Wednesday
1.0
Raid ID Reset seems daylie now ? - **Links:** ![Screenshot_3](https://user-images.githubusercontent.com/55513205/67157663-7b59b580-f32f-11e9-9970-740a7254261b.jpg) from WoWHead or our Armory **What is happening:** i cleared BoT Normal on 19.10 with my Hunter and today my ID is expired and i can clear the Raid again **What should happen:** I should only be able to clear the raid once and it should reset every Wednesday
priority
raid id reset seems daylie now links from wowhead or our armory what is happening i cleared bot normal on with my hunter and today my id is expired and i can clear the raid again what should happen i should only be able to clear the raid once and it should reset every wednesday
1
675,859
23,109,996,293
IssuesEvent
2022-07-27 12:14:57
aiidateam/aiida-quantumespresso
https://api.github.com/repos/aiidateam/aiida-quantumespresso
closed
`Q2rCalculation`: parent folder copying broken
type/bug topic/calculations priority/critical
In https://github.com/aiidateam/aiida-quantumespresso/pull/805 we simplified the handling of copying files from `parent_folder` directories, now that `aiida-core=2.0.0` supports recursively copying contents from directories. However, in case the parent folder is a `RemoteData`, the outputs are now (correctly) copied from the `_default_parent_output_folder`: https://github.com/aiidateam/aiida-quantumespresso/blob/15967da5431097c1dee043f104723656e8f53eca/src/aiida_quantumespresso/calculations/namelists.py#L174-L178 and the `Q2rCalculation` and `MatdynCalculation` plugins do not specify this class variable, so it reverts to the default set by `NamelistsCalculation` (`'./out/'`). So currently the `out` directory contents are copied to the `DYN_MAT` directory, which breaks the use of both calculation plugins.
1.0
`Q2rCalculation`: parent folder copying broken - In https://github.com/aiidateam/aiida-quantumespresso/pull/805 we simplified the handling of copying files from `parent_folder` directories, now that `aiida-core=2.0.0` supports recursively copying contents from directories. However, in case the parent folder is a `RemoteData`, the outputs are now (correctly) copied from the `_default_parent_output_folder`: https://github.com/aiidateam/aiida-quantumespresso/blob/15967da5431097c1dee043f104723656e8f53eca/src/aiida_quantumespresso/calculations/namelists.py#L174-L178 and the `Q2rCalculation` and `MatdynCalculation` plugins do not specify this class variable, so it reverts to the default set by `NamelistsCalculation` (`'./out/'`). So currently the `out` directory contents are copied to the `DYN_MAT` directory, which breaks the use of both calculation plugins.
priority
parent folder copying broken in we simplified the handling of copying files from parent folder directories now that aiida core supports recursively copying contents from directories however in case the parent folder is a remotedata the outputs are now correctly copied from the default parent output folder and the and matdyncalculation plugins do not specify this class variable so it reverts to the default set by namelistscalculation out so currently the out directory contents are copied to the dyn mat directory which breaks the use of both calculation plugins
1
350,791
31,932,321,201
IssuesEvent
2023-09-19 08:16:35
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix jax_lax_operators.test_jax_rem
JAX Frontend Sub Task Failing Test
| | | |---|---| |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-failure-red></a>
1.0
Fix jax_lax_operators.test_jax_rem - | | | |---|---| |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/6182323639/job/16781838199"><img src=https://img.shields.io/badge/-failure-red></a>
non_priority
fix jax lax operators test jax rem numpy a href src jax a href src tensorflow a href src torch a href src paddle a href src
0
70,872
13,542,011,457
IssuesEvent
2020-09-16 16:40:54
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
[mono] Tracking: Implement `System.Runtime.Intrinsics.Arm.Sha1`
area-Codegen-LLVM-mono runtime-mono
### System.Runtime.Intrinsics.Arm.Sha1: - [ ] IsSupported - [ ] FixedRotate - [ ] HashUpdateChoose - [ ] HashUpdateMajority - [ ] HashUpdateParity - [ ] ScheduleUpdate0 - [ ] ScheduleUpdate1 ### System.Runtime.Intrinsics.Arm.Sha1.Arm64: - [ ] IsSupported
1.0
[mono] Tracking: Implement `System.Runtime.Intrinsics.Arm.Sha1` - ### System.Runtime.Intrinsics.Arm.Sha1: - [ ] IsSupported - [ ] FixedRotate - [ ] HashUpdateChoose - [ ] HashUpdateMajority - [ ] HashUpdateParity - [ ] ScheduleUpdate0 - [ ] ScheduleUpdate1 ### System.Runtime.Intrinsics.Arm.Sha1.Arm64: - [ ] IsSupported
non_priority
tracking implement system runtime intrinsics arm system runtime intrinsics arm issupported fixedrotate hashupdatechoose hashupdatemajority hashupdateparity system runtime intrinsics arm issupported
0
19,723
14,490,954,660
IssuesEvent
2020-12-11 03:27:33
adda-team/adda
https://api.github.com/repos/adda-team/adda
closed
Point-dipole incident field
comp-Logic enhancement pri-High usability
``` Implement incident field as a radiation of a point dipole. This is interesting from a fundamental viewpoint, but may also have certain practical implications (e.g. amplification of molecular, possibly Raman, scattering by metallic nanoparticles). For now workaround is possible by using '-beam read ...' command line option. ``` Original issue reported on code.google.com by `yurkin` on 6 Jun 2012 at 5:01 - Blocking: #168
True
Point-dipole incident field - ``` Implement incident field as a radiation of a point dipole. This is interesting from a fundamental viewpoint, but may also have certain practical implications (e.g. amplification of molecular, possibly Raman, scattering by metallic nanoparticles). For now workaround is possible by using '-beam read ...' command line option. ``` Original issue reported on code.google.com by `yurkin` on 6 Jun 2012 at 5:01 - Blocking: #168
non_priority
point dipole incident field implement incident field as a radiation of a point dipole this is interesting from a fundamental viewpoint but may also have certain practical implications e g amplification of molecular possibly raman scattering by metallic nanoparticles for now workaround is possible by using beam read command line option original issue reported on code google com by yurkin on jun at blocking
0
341,468
30,587,626,421
IssuesEvent
2023-07-21 14:30:07
moodlebox/moodlebox
https://api.github.com/repos/moodlebox/moodlebox
closed
Use Redis as a cache backend for Moodle
Type: enhancement Status: test passed
Redis is lightweight and efficient. Let's use it as a cache backend for Moodle (instead of tmpfs file cache).
1.0
Use Redis as a cache backend for Moodle - Redis is lightweight and efficient. Let's use it as a cache backend for Moodle (instead of tmpfs file cache).
non_priority
use redis as a cache backend for moodle redis is lightweight and efficient let s use it as a cache backend for moodle instead of tmpfs file cache
0
207,418
23,449,499,927
IssuesEvent
2022-08-16 00:06:47
aquasecurity/trivy
https://api.github.com/repos/aquasecurity/trivy
closed
Jetty CVEs are showing up incorrectly
lifecycle/stale kind/security-advisory
## Description <!-- Briefly describe the problem you are having in a few paragraphs. --> We have some images using the following jetty libraries of version 10.0.9 : org.eclipse.jetty:jetty-client org.eclipse.jetty:jetty-http org.eclipse.jetty:server org.eclipse.jetty:jetty-util org.eclipse.jetty:jetty-webapp When scanning the images during an offline scan these CVEs are showing up when the version doesn't appear in the "affected versions". CVE-2020-27216 CVE-2020-27218 CVE-2020-27223 ## What did you expect to happen? These CVEs would no show. ## What happened instead? The image is showing 9 vulnerabilities in total of the 3 CVEs above. ## Output of run with `-debug`: I cannot show the log. ## Output of `trivy -v`: I cannot show the log. ## Additional details (base image name, container registry info...): We are seeing these vulnerabilities in our Harbor scans (using Trivy adapter) and running the image scan directly with Trivy image. https://avd.aquasec.com/nvd/2020/cve-2020-27216/ https://avd.aquasec.com/nvd/2020/cve-2020-27218/ https://avd.aquasec.com/nvd/2020/cve-2020-27223/
True
Jetty CVEs are showing up incorrectly - ## Description <!-- Briefly describe the problem you are having in a few paragraphs. --> We have some images using the following jetty libraries of version 10.0.9 : org.eclipse.jetty:jetty-client org.eclipse.jetty:jetty-http org.eclipse.jetty:server org.eclipse.jetty:jetty-util org.eclipse.jetty:jetty-webapp When scanning the images during an offline scan these CVEs are showing up when the version doesn't appear in the "affected versions". CVE-2020-27216 CVE-2020-27218 CVE-2020-27223 ## What did you expect to happen? These CVEs would no show. ## What happened instead? The image is showing 9 vulnerabilities in total of the 3 CVEs above. ## Output of run with `-debug`: I cannot show the log. ## Output of `trivy -v`: I cannot show the log. ## Additional details (base image name, container registry info...): We are seeing these vulnerabilities in our Harbor scans (using Trivy adapter) and running the image scan directly with Trivy image. https://avd.aquasec.com/nvd/2020/cve-2020-27216/ https://avd.aquasec.com/nvd/2020/cve-2020-27218/ https://avd.aquasec.com/nvd/2020/cve-2020-27223/
non_priority
jetty cves are showing up incorrectly description briefly describe the problem you are having in a few paragraphs we have some images using the following jetty libraries of version org eclipse jetty jetty client org eclipse jetty jetty http org eclipse jetty server org eclipse jetty jetty util org eclipse jetty jetty webapp when scanning the images during an offline scan these cves are showing up when the version doesn t appear in the affected versions cve cve cve what did you expect to happen these cves would no show what happened instead the image is showing vulnerabilities in total of the cves above output of run with debug i cannot show the log output of trivy v i cannot show the log additional details base image name container registry info we are seeing these vulnerabilities in our harbor scans using trivy adapter and running the image scan directly with trivy image
0
251,853
21,526,158,513
IssuesEvent
2022-04-28 18:40:15
damccorm/test-migration-target
https://api.github.com/repos/damccorm/test-migration-target
opened
beam_PreCommit_PythonDocs failing (jinja2)
bug test-failures P2
I'm guessing a new jinja2 release broke us (https://pypi.org/project/Jinja2/#history) 12:16:08 Traceback (most recent call last): 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/bin/sphinx-apidoc", line 7, in <module> 12:16:08 from sphinx.ext.apidoc import main 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/sphinx/ext/apidoc.py", line 32, in <module> 12:16:08 from sphinx.cmd.quickstart import EXTENSIONS 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/sphinx/cmd/quickstart.py", line 49, in <module> 12:16:08 from sphinx.util.template import SphinxRenderer 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/sphinx/util/template.py", line 17, in <module> 12:16:08 from sphinx.jinja2glue import SphinxFileSystemLoader 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/sphinx/jinja2glue.py", line 16, in <module> 12:16:08 from jinja2 import FileSystemLoader, BaseLoader, TemplateNotFound, \ 12:16:08 ImportError: cannot import name 'contextfunction' from 'jinja2' (/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/jinja2/__init__.py) Imported from Jira [BEAM-14172](https://issues.apache.org/jira/browse/BEAM-14172). Original Jira may contain additional context. Reported by: ibzib. Jira was originally assigned to kerrydc.
1.0
beam_PreCommit_PythonDocs failing (jinja2) - I'm guessing a new jinja2 release broke us (https://pypi.org/project/Jinja2/#history) 12:16:08 Traceback (most recent call last): 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/bin/sphinx-apidoc", line 7, in <module> 12:16:08 from sphinx.ext.apidoc import main 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/sphinx/ext/apidoc.py", line 32, in <module> 12:16:08 from sphinx.cmd.quickstart import EXTENSIONS 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/sphinx/cmd/quickstart.py", line 49, in <module> 12:16:08 from sphinx.util.template import SphinxRenderer 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/sphinx/util/template.py", line 17, in <module> 12:16:08 from sphinx.jinja2glue import SphinxFileSystemLoader 12:16:08 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/sphinx/jinja2glue.py", line 16, in <module> 12:16:08 from jinja2 import FileSystemLoader, BaseLoader, TemplateNotFound, \ 12:16:08 ImportError: cannot import name 'contextfunction' from 'jinja2' (/home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonDocs_Commit/src/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/target/.tox-py38-docs/py38-docs/lib/python3.8/site-packages/jinja2/__init__.py) Imported from Jira [BEAM-14172](https://issues.apache.org/jira/browse/BEAM-14172). Original Jira may contain additional context. Reported by: ibzib. Jira was originally assigned to kerrydc.
non_priority
beam precommit pythondocs failing i m guessing a new release broke us traceback most recent call last file home jenkins jenkins slave workspace beam precommit pythondocs commit src sdks python test suites tox pycommon build srcs sdks python target tox docs docs bin sphinx apidoc line in from sphinx ext apidoc import main file home jenkins jenkins slave workspace beam precommit pythondocs commit src sdks python test suites tox pycommon build srcs sdks python target tox docs docs lib site packages sphinx ext apidoc py line in from sphinx cmd quickstart import extensions file home jenkins jenkins slave workspace beam precommit pythondocs commit src sdks python test suites tox pycommon build srcs sdks python target tox docs docs lib site packages sphinx cmd quickstart py line in from sphinx util template import sphinxrenderer file home jenkins jenkins slave workspace beam precommit pythondocs commit src sdks python test suites tox pycommon build srcs sdks python target tox docs docs lib site packages sphinx util template py line in from sphinx import sphinxfilesystemloader file home jenkins jenkins slave workspace beam precommit pythondocs commit src sdks python test suites tox pycommon build srcs sdks python target tox docs docs lib site packages sphinx py line in from import filesystemloader baseloader templatenotfound importerror cannot import name contextfunction from home jenkins jenkins slave workspace beam precommit pythondocs commit src sdks python test suites tox pycommon build srcs sdks python target tox docs docs lib site packages init py imported from jira original jira may contain additional context reported by ibzib jira was originally assigned to kerrydc
0
98,381
8,675,496,360
IssuesEvent
2018-11-30 11:03:21
shahkhan40/shantestrep
https://api.github.com/repos/shahkhan40/shantestrep
closed
fxscantest : ApiV1TestSuitesIdTestSuiteSearchGetQueryParamPagesizeNegativeNumber
fxscantest
Project : fxscantest Job : uatenv Env : uatenv Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=MDA1NDM5OWEtYzFhMi00NzBkLTgxYjEtMjU2NGJiZWE5Yzlj; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 30 Nov 2018 10:13:45 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/MOCeTNYi/test-suite/search?pageSize=-1 Request : Response : { "timestamp" : "2018-11-30T10:13:45.553+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/test-suites/MOCeTNYi/test-suite/search" } Logs : Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---
1.0
fxscantest : ApiV1TestSuitesIdTestSuiteSearchGetQueryParamPagesizeNegativeNumber - Project : fxscantest Job : uatenv Env : uatenv Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=MDA1NDM5OWEtYzFhMi00NzBkLTgxYjEtMjU2NGJiZWE5Yzlj; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 30 Nov 2018 10:13:45 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/MOCeTNYi/test-suite/search?pageSize=-1 Request : Response : { "timestamp" : "2018-11-30T10:13:45.553+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/test-suites/MOCeTNYi/test-suite/search" } Logs : Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---
non_priority
fxscantest project fxscantest job uatenv env uatenv region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api test suites mocetnyi test suite search logs assertion resolved to result assertion resolved to result fx bot
0
122,431
17,703,900,880
IssuesEvent
2021-08-25 04:04:25
Chiencc/Sample_Webgoat
https://api.github.com/repos/Chiencc/Sample_Webgoat
opened
CVE-2014-0116 (Medium) detected in struts2-core-2.3.15.jar
security vulnerability
## CVE-2014-0116 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>struts2-core-2.3.15.jar</b></p></summary> <p>Apache Struts 2</p> <p>Path to dependency file: Sample_Webgoat/pom.xml</p> <p>Path to vulnerable library: sitory/org/apache/struts/struts2-core/2.3.15/struts2-core-2.3.15.jar</p> <p> Dependency Hierarchy: - :x: **struts2-core-2.3.15.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Chiencc/Sample_Webgoat/commit/5cef7c1658e063cd48f915c9038805975aeeab84">5cef7c1658e063cd48f915c9038805975aeeab84</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> CookieInterceptor in Apache Struts 2.x before 2.3.20, when a wildcard cookiesName value is used, does not properly restrict access to the getClass method, which allows remote attackers to "manipulate" the ClassLoader and modify session state via a crafted request. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-0113. <p>Publish Date: 2014-05-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-0116>CVE-2014-0116</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.8</b>)</summary> <p> Base Score Metrics not available</p> </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-2014-0116">https://nvd.nist.gov/vuln/detail/CVE-2014-0116</a></p> <p>Release Date: 2014-05-08</p> <p>Fix Resolution: 2.3.16.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2014-0116 (Medium) detected in struts2-core-2.3.15.jar - ## CVE-2014-0116 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>struts2-core-2.3.15.jar</b></p></summary> <p>Apache Struts 2</p> <p>Path to dependency file: Sample_Webgoat/pom.xml</p> <p>Path to vulnerable library: sitory/org/apache/struts/struts2-core/2.3.15/struts2-core-2.3.15.jar</p> <p> Dependency Hierarchy: - :x: **struts2-core-2.3.15.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Chiencc/Sample_Webgoat/commit/5cef7c1658e063cd48f915c9038805975aeeab84">5cef7c1658e063cd48f915c9038805975aeeab84</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> CookieInterceptor in Apache Struts 2.x before 2.3.20, when a wildcard cookiesName value is used, does not properly restrict access to the getClass method, which allows remote attackers to "manipulate" the ClassLoader and modify session state via a crafted request. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-0113. <p>Publish Date: 2014-05-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-0116>CVE-2014-0116</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.8</b>)</summary> <p> Base Score Metrics not available</p> </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-2014-0116">https://nvd.nist.gov/vuln/detail/CVE-2014-0116</a></p> <p>Release Date: 2014-05-08</p> <p>Fix Resolution: 2.3.16.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in core jar cve medium severity vulnerability vulnerable library core jar apache struts path to dependency file sample webgoat pom xml path to vulnerable library sitory org apache struts core core jar dependency hierarchy x core jar vulnerable library found in head commit a href found in base branch master vulnerability details cookieinterceptor in apache struts x before when a wildcard cookiesname value is used does not properly restrict access to the getclass method which allows remote attackers to manipulate the classloader and modify session state via a crafted request note this vulnerability exists because of an incomplete fix for cve publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
182,305
21,664,498,658
IssuesEvent
2022-05-07 01:33:25
emilwareus/NodeGoat
https://api.github.com/repos/emilwareus/NodeGoat
closed
CVE-2011-4969 (Medium) detected in jquery-1.4.4.min.js - autoclosed
security vulnerability
## CVE-2011-4969 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.4.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js</a></p> <p>Path to dependency file: NodeGoat/node_modules/selenium-webdriver/lib/test/data/droppableItems.html</p> <p>Path to vulnerable library: NodeGoat/node_modules/selenium-webdriver/lib/test/data/js/jquery-1.4.4.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.4.4.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/emilwareus/NodeGoat/commit/6330909928926144add7fc2fa4dd11e0a24a7469">6330909928926144add7fc2fa4dd11e0a24a7469</a></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> Cross-site scripting (XSS) vulnerability in jQuery before 1.6.3, when using location.hash to select elements, allows remote attackers to inject arbitrary web script or HTML via a crafted tag. <p>Publish Date: 2013-03-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2011-4969>CVE-2011-4969</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>4.3</b>)</summary> <p> Base Score Metrics not available</p> </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-2011-4969">https://nvd.nist.gov/vuln/detail/CVE-2011-4969</a></p> <p>Release Date: 2013-03-08</p> <p>Fix Resolution: 1.6.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2011-4969 (Medium) detected in jquery-1.4.4.min.js - autoclosed - ## CVE-2011-4969 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.4.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js">https://cdnjs.cloudflare.com/ajax/libs/jquery/1.4.4/jquery.min.js</a></p> <p>Path to dependency file: NodeGoat/node_modules/selenium-webdriver/lib/test/data/droppableItems.html</p> <p>Path to vulnerable library: NodeGoat/node_modules/selenium-webdriver/lib/test/data/js/jquery-1.4.4.min.js</p> <p> Dependency Hierarchy: - :x: **jquery-1.4.4.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/emilwareus/NodeGoat/commit/6330909928926144add7fc2fa4dd11e0a24a7469">6330909928926144add7fc2fa4dd11e0a24a7469</a></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> Cross-site scripting (XSS) vulnerability in jQuery before 1.6.3, when using location.hash to select elements, allows remote attackers to inject arbitrary web script or HTML via a crafted tag. <p>Publish Date: 2013-03-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2011-4969>CVE-2011-4969</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>4.3</b>)</summary> <p> Base Score Metrics not available</p> </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-2011-4969">https://nvd.nist.gov/vuln/detail/CVE-2011-4969</a></p> <p>Release Date: 2013-03-08</p> <p>Fix Resolution: 1.6.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in jquery min js autoclosed cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file nodegoat node modules selenium webdriver lib test data droppableitems html path to vulnerable library nodegoat node modules selenium webdriver lib test data js jquery min js dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details cross site scripting xss vulnerability in jquery before when using location hash to select elements allows remote attackers to inject arbitrary web script or html via a crafted tag publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
126,605
17,089,667,452
IssuesEvent
2021-07-08 15:47:56
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[Design] Notification Prefs: Share notification settings findings and recommendations with VA Profile / VA Notify team
design notifications-preferences planned-work profile research vsa-authenticated-exp
Share findings and recommendations with VA Profile / VA Notify team so they're aware of what we've learned. We don't have the expectation that all the notifications participants mentioned in our study will become available, or that in the short term we can make any notification available by any channel. **Tasks** - [x] Share with VA Profile (completed 7/1) - [x] Share with VA Notify (scheduled for 7/8)
1.0
[Design] Notification Prefs: Share notification settings findings and recommendations with VA Profile / VA Notify team - Share findings and recommendations with VA Profile / VA Notify team so they're aware of what we've learned. We don't have the expectation that all the notifications participants mentioned in our study will become available, or that in the short term we can make any notification available by any channel. **Tasks** - [x] Share with VA Profile (completed 7/1) - [x] Share with VA Notify (scheduled for 7/8)
non_priority
notification prefs share notification settings findings and recommendations with va profile va notify team share findings and recommendations with va profile va notify team so they re aware of what we ve learned we don t have the expectation that all the notifications participants mentioned in our study will become available or that in the short term we can make any notification available by any channel tasks share with va profile completed share with va notify scheduled for
0
423,718
12,301,077,581
IssuesEvent
2020-05-11 14:54:04
jamf/PPPC-Utility
https://api.github.com/repos/jamf/PPPC-Utility
closed
Feature Request - Sites
priority
It would be great if the utility would have an option to upload to a specific Site in the Jamf server. We have several departments with distributed administration of each site. Thanks!
1.0
Feature Request - Sites - It would be great if the utility would have an option to upload to a specific Site in the Jamf server. We have several departments with distributed administration of each site. Thanks!
priority
feature request sites it would be great if the utility would have an option to upload to a specific site in the jamf server we have several departments with distributed administration of each site thanks
1
51,143
21,574,973,409
IssuesEvent
2022-05-02 12:51:31
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Ability to set human readable title of data view
Feature:Data Views Team:AppServicesSv impact:low
Currently it is not possible to set a human readable title of a data view. Instead the index pattern of the data view is used as the title. This can be quite long and confusing, especially for auto-generated data views like the one for APM which is displayed as `traces-apm*,apm-*,logs-apm*,apm-*,metrics-apm*,apm-*`: ![image](https://user-images.githubusercontent.com/209966/139868503-e31de5e7-327c-469d-b0e7-f8507120d0e2.png) It would be better if it was possible to set a human readable title like `APM UI`. This would also make sure it is easy to distinguish APM's data view (bottom) from User Experience's data view (top). It still makes sense to show the index pattern on hover so the user knows what it covers (although they can always go to Stack Management to see that) @mattkime
1.0
Ability to set human readable title of data view - Currently it is not possible to set a human readable title of a data view. Instead the index pattern of the data view is used as the title. This can be quite long and confusing, especially for auto-generated data views like the one for APM which is displayed as `traces-apm*,apm-*,logs-apm*,apm-*,metrics-apm*,apm-*`: ![image](https://user-images.githubusercontent.com/209966/139868503-e31de5e7-327c-469d-b0e7-f8507120d0e2.png) It would be better if it was possible to set a human readable title like `APM UI`. This would also make sure it is easy to distinguish APM's data view (bottom) from User Experience's data view (top). It still makes sense to show the index pattern on hover so the user knows what it covers (although they can always go to Stack Management to see that) @mattkime
non_priority
ability to set human readable title of data view currently it is not possible to set a human readable title of a data view instead the index pattern of the data view is used as the title this can be quite long and confusing especially for auto generated data views like the one for apm which is displayed as traces apm apm logs apm apm metrics apm apm it would be better if it was possible to set a human readable title like apm ui this would also make sure it is easy to distinguish apm s data view bottom from user experience s data view top it still makes sense to show the index pattern on hover so the user knows what it covers although they can always go to stack management to see that mattkime
0
260,885
27,784,826,022
IssuesEvent
2023-03-17 01:40:46
zurichat/zc_plugin_dm
https://api.github.com/repos/zurichat/zc_plugin_dm
opened
CVE-2023-28155 (Medium) detected in request-2.88.2.tgz
Mend: dependency security vulnerability
## CVE-2023-28155 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>request-2.88.2.tgz</b></p></summary> <p>Simplified HTTP request client.</p> <p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.88.2.tgz">https://registry.npmjs.org/request/-/request-2.88.2.tgz</a></p> <p>Path to dependency file: /dmplugins/package.json</p> <p>Path to vulnerable library: /dmplugins/node_modules/request/package.json</p> <p> Dependency Hierarchy: - cli-plugin-babel-4.5.13.tgz (Root Library) - cli-shared-utils-4.5.13.tgz - :x: **request-2.88.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/zurichat/zc_plugin_dm/commit/41f949b863ead7c74b72a01845dbe0d88c24a364">41f949b863ead7c74b72a01845dbe0d88c24a364</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> ** UNSUPPORTED WHEN ASSIGNED ** The Request package through 2.88.1 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP). NOTE: This vulnerability only affects products that are no longer supported by the maintainer. <p>Publish Date: 2023-03-16 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-28155>CVE-2023-28155</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: Local - 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> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2023-28155 (Medium) detected in request-2.88.2.tgz - ## CVE-2023-28155 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>request-2.88.2.tgz</b></p></summary> <p>Simplified HTTP request client.</p> <p>Library home page: <a href="https://registry.npmjs.org/request/-/request-2.88.2.tgz">https://registry.npmjs.org/request/-/request-2.88.2.tgz</a></p> <p>Path to dependency file: /dmplugins/package.json</p> <p>Path to vulnerable library: /dmplugins/node_modules/request/package.json</p> <p> Dependency Hierarchy: - cli-plugin-babel-4.5.13.tgz (Root Library) - cli-shared-utils-4.5.13.tgz - :x: **request-2.88.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/zurichat/zc_plugin_dm/commit/41f949b863ead7c74b72a01845dbe0d88c24a364">41f949b863ead7c74b72a01845dbe0d88c24a364</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> ** UNSUPPORTED WHEN ASSIGNED ** The Request package through 2.88.1 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP). NOTE: This vulnerability only affects products that are no longer supported by the maintainer. <p>Publish Date: 2023-03-16 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-28155>CVE-2023-28155</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: Local - 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> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in request tgz cve medium severity vulnerability vulnerable library request tgz simplified http request client library home page a href path to dependency file dmplugins package json path to vulnerable library dmplugins node modules request package json dependency hierarchy cli plugin babel tgz root library cli shared utils tgz x request tgz vulnerable library found in head commit a href found in base branch main vulnerability details unsupported when assigned the request package through for node js allows a bypass of ssrf mitigations via an attacker controller server that does a cross protocol redirect http to https or https to http note this vulnerability only affects products that are no longer supported by the maintainer publish date url a href cvss score details base score metrics exploitability metrics attack vector local 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 step up your open source security game with mend
0
129,597
12,414,624,753
IssuesEvent
2020-05-22 14:52:01
Abraxas3d/icebreaker-litex-examples
https://api.github.com/repos/Abraxas3d/icebreaker-litex-examples
opened
The platform file also needs to be updated.
documentation enhancement
The platform file (icebreaker.py) in the platform section of the directory structure comes from a different repository. It also needs to be updated. I don't know how to do that yet, other than fork that repository and update that file in parallel to the work done here. Or it can be included in this repository as a rider.
1.0
The platform file also needs to be updated. - The platform file (icebreaker.py) in the platform section of the directory structure comes from a different repository. It also needs to be updated. I don't know how to do that yet, other than fork that repository and update that file in parallel to the work done here. Or it can be included in this repository as a rider.
non_priority
the platform file also needs to be updated the platform file icebreaker py in the platform section of the directory structure comes from a different repository it also needs to be updated i don t know how to do that yet other than fork that repository and update that file in parallel to the work done here or it can be included in this repository as a rider
0
164,647
6,237,101,875
IssuesEvent
2017-07-12 00:01:44
mozilla/addons-frontend
https://api.github.com/repos/mozilla/addons-frontend
closed
Show authors on add-on detail page
priority: enhancement triaged
Once the API has authors in the response (see https://github.com/mozilla/addons-server/issues/3137) they should be included in the page with links to the current tools just like the add-on.
1.0
Show authors on add-on detail page - Once the API has authors in the response (see https://github.com/mozilla/addons-server/issues/3137) they should be included in the page with links to the current tools just like the add-on.
priority
show authors on add on detail page once the api has authors in the response see they should be included in the page with links to the current tools just like the add on
1
49,934
6,046,192,748
IssuesEvent
2017-06-12 11:22:19
SpongePowered/SpongeAPI
https://api.github.com/repos/SpongePowered/SpongeAPI
closed
Configurate (Related) Issue
status: needs testing system: config
_I'm unsure where this issue belongs. I don't know if it's a Sponge issue or a Configurate Issue_ I am saving a `List<ItemStackSnapshot>` to a config here: https://github.com/NucleusPowered/Nucleus/blob/7c54cccf54ced00802baf04f994ce3b269510e38/src/main/java/io/github/nucleuspowered/nucleus/configurate/datatypes/KitDataNode.java#L20 It should be saving like this: https://gist.github.com/hsyyid/f7277757533259c90d66f945531e1068#file-general-json-L19 However instead, it's doing this: https://gist.github.com/hsyyid/8d29310addd67b2a7d9a014f9a3927bf#file-general-json-L19 Those quotation marks around the level and id of the enchantment is causing it to be deserialized as Strings, not Integers. This then causes this issue: https://github.com/NucleusPowered/Nucleus/issues/181
1.0
Configurate (Related) Issue - _I'm unsure where this issue belongs. I don't know if it's a Sponge issue or a Configurate Issue_ I am saving a `List<ItemStackSnapshot>` to a config here: https://github.com/NucleusPowered/Nucleus/blob/7c54cccf54ced00802baf04f994ce3b269510e38/src/main/java/io/github/nucleuspowered/nucleus/configurate/datatypes/KitDataNode.java#L20 It should be saving like this: https://gist.github.com/hsyyid/f7277757533259c90d66f945531e1068#file-general-json-L19 However instead, it's doing this: https://gist.github.com/hsyyid/8d29310addd67b2a7d9a014f9a3927bf#file-general-json-L19 Those quotation marks around the level and id of the enchantment is causing it to be deserialized as Strings, not Integers. This then causes this issue: https://github.com/NucleusPowered/Nucleus/issues/181
non_priority
configurate related issue i m unsure where this issue belongs i don t know if it s a sponge issue or a configurate issue i am saving a list to a config here it should be saving like this however instead it s doing this those quotation marks around the level and id of the enchantment is causing it to be deserialized as strings not integers this then causes this issue
0
137,527
30,708,415,198
IssuesEvent
2023-07-27 08:05:48
dotnet/roslyn-analyzers
https://api.github.com/repos/dotnet/roslyn-analyzers
closed
CA1508 mis-fires under belief that second subexpression is unreachable
Area-Microsoft.CodeQuality.Analyzers DataFlow False_Positive
### Analyzer **Diagnostic ID**: [CA1508](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508): `Avoid dead conditional code` ### Analyzer source **SDK**: [Built-in CA analyzers in .NET 5 SDK or later](https://docs.microsoft.com/dotnet/fundamentals/productivity/code-analysis) **Version**: [SDK 6.0.100](https://dotnet.microsoft.com/download/dotnet/6.0) ### Describe the bug CA1508 misfires on the second half of the below expression, even though no code preceding this in the method makes a guarantee around the Count property on this collection. ```cs if (this.issuedUpgradeableReadLocks.Count == 0 && this.issuedWriteLocks.Count == 0) ``` [Full context](https://github.com/microsoft/vs-threading/pull/962/commits/9075367c3a1c0fb5e8e2232cade32b28ddd9f0fd#diff-8112250e1e17da88e008cc6c9b35abc46fed2874053b2219868ca488ab72c531) ### Steps To Reproduce ``` git clone https://github.com/AArnott/vs-threading.git cd vs-threading git checkout 9075367c3a1c0fb5e8e2232cade32b28ddd9f0fd~ msbuild /r ``` ### Expected behavior No warnings. ### Actual behavior Warnings about dead code.
1.0
CA1508 mis-fires under belief that second subexpression is unreachable - ### Analyzer **Diagnostic ID**: [CA1508](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508): `Avoid dead conditional code` ### Analyzer source **SDK**: [Built-in CA analyzers in .NET 5 SDK or later](https://docs.microsoft.com/dotnet/fundamentals/productivity/code-analysis) **Version**: [SDK 6.0.100](https://dotnet.microsoft.com/download/dotnet/6.0) ### Describe the bug CA1508 misfires on the second half of the below expression, even though no code preceding this in the method makes a guarantee around the Count property on this collection. ```cs if (this.issuedUpgradeableReadLocks.Count == 0 && this.issuedWriteLocks.Count == 0) ``` [Full context](https://github.com/microsoft/vs-threading/pull/962/commits/9075367c3a1c0fb5e8e2232cade32b28ddd9f0fd#diff-8112250e1e17da88e008cc6c9b35abc46fed2874053b2219868ca488ab72c531) ### Steps To Reproduce ``` git clone https://github.com/AArnott/vs-threading.git cd vs-threading git checkout 9075367c3a1c0fb5e8e2232cade32b28ddd9f0fd~ msbuild /r ``` ### Expected behavior No warnings. ### Actual behavior Warnings about dead code.
non_priority
mis fires under belief that second subexpression is unreachable analyzer diagnostic id avoid dead conditional code analyzer source sdk version describe the bug misfires on the second half of the below expression even though no code preceding this in the method makes a guarantee around the count property on this collection cs if this issuedupgradeablereadlocks count this issuedwritelocks count steps to reproduce git clone cd vs threading git checkout msbuild r expected behavior no warnings actual behavior warnings about dead code
0
819,504
30,739,149,676
IssuesEvent
2023-07-28 10:01:31
MaFi-Games/Captain-of-Industry-issues
https://api.github.com/repos/MaFi-Games/Captain-of-Industry-issues
closed
Trucks pause too long in between excavation job (late game)
high priority performance
### Issue description Gets loaded with Copper or Iron, waits a minute, then dumps in the nearby storage, waits another minute then resumes. ### Expected behavior be fast like the beginning of the game and not kill my spirit. ### Reproduction steps https://www.dropbox.com/s/ty4oqy8g0gxhmyr/Captain%20of%20Industry%202022-07-17%2016-55-13.mp4?dl=0 ### Game version 0.4.8 ### Attachments _No response_
1.0
Trucks pause too long in between excavation job (late game) - ### Issue description Gets loaded with Copper or Iron, waits a minute, then dumps in the nearby storage, waits another minute then resumes. ### Expected behavior be fast like the beginning of the game and not kill my spirit. ### Reproduction steps https://www.dropbox.com/s/ty4oqy8g0gxhmyr/Captain%20of%20Industry%202022-07-17%2016-55-13.mp4?dl=0 ### Game version 0.4.8 ### Attachments _No response_
priority
trucks pause too long in between excavation job late game issue description gets loaded with copper or iron waits a minute then dumps in the nearby storage waits another minute then resumes expected behavior be fast like the beginning of the game and not kill my spirit reproduction steps game version attachments no response
1
634,714
20,370,468,371
IssuesEvent
2022-02-21 10:42:38
BlueCodeSystems/opensrp-client-ecap-chw
https://api.github.com/repos/BlueCodeSystems/opensrp-client-ecap-chw
opened
Ensure the Emergency contact name and phone number are prefilled once information has been provided on enrollment.
High Priority
![Screenshot_20220221-124032_Ecap II](https://user-images.githubusercontent.com/86519642/154939347-63022e30-d6af-44c4-b5f3-92d9119a30d1.jpg)
1.0
Ensure the Emergency contact name and phone number are prefilled once information has been provided on enrollment. - ![Screenshot_20220221-124032_Ecap II](https://user-images.githubusercontent.com/86519642/154939347-63022e30-d6af-44c4-b5f3-92d9119a30d1.jpg)
priority
ensure the emergency contact name and phone number are prefilled once information has been provided on enrollment
1
118,924
25,407,787,225
IssuesEvent
2022-11-22 16:29:33
jspecify/jspecify
https://api.github.com/repos/jspecify/jspecify
opened
Check docusaurus build on pull requests
non-code
I just broke the whole web site (fixed in #345) but I don't think any automatic checks failed.
1.0
Check docusaurus build on pull requests - I just broke the whole web site (fixed in #345) but I don't think any automatic checks failed.
non_priority
check docusaurus build on pull requests i just broke the whole web site fixed in but i don t think any automatic checks failed
0
162,903
25,714,693,246
IssuesEvent
2022-12-07 09:30:49
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
onLongPress callback for DataRow
new feature framework f: material design f: gestures proposal passed first triage
## Use case Currently there is no way to long press on a row in a Datatable. You can only long press on the cells. By adding an onLongPress callback for the whole row, developers can use this to e.g. start a selection mode of rows or show some kind of drop down menu etc. ## Proposal Add an onLongPress callback to the Datarow widget, which works similar to the onSelectChange callback, just for a long press.
1.0
onLongPress callback for DataRow - ## Use case Currently there is no way to long press on a row in a Datatable. You can only long press on the cells. By adding an onLongPress callback for the whole row, developers can use this to e.g. start a selection mode of rows or show some kind of drop down menu etc. ## Proposal Add an onLongPress callback to the Datarow widget, which works similar to the onSelectChange callback, just for a long press.
non_priority
onlongpress callback for datarow use case currently there is no way to long press on a row in a datatable you can only long press on the cells by adding an onlongpress callback for the whole row developers can use this to e g start a selection mode of rows or show some kind of drop down menu etc proposal add an onlongpress callback to the datarow widget which works similar to the onselectchange callback just for a long press
0
13,519
8,551,752,164
IssuesEvent
2018-11-07 18:58:30
mercycorps/TolaActivity
https://api.github.com/repos/mercycorps/TolaActivity
closed
Stakeholders: New Stakeholder form: Add a New Contact flow is not intuitive
usability
**From Georgia:** The Add a New Contact button on this screen is not obvious and disrupts flow of entering stakeholders. People, for whatever reason, miss this button all the time. Jenny: I'd like to tackle this alongside other improvements to the Stakeholders UX. ![scrap](https://user-images.githubusercontent.com/33670923/35987863-bc53ad36-0cb1-11e8-98e9-e7b3302b83a7.png)
True
Stakeholders: New Stakeholder form: Add a New Contact flow is not intuitive - **From Georgia:** The Add a New Contact button on this screen is not obvious and disrupts flow of entering stakeholders. People, for whatever reason, miss this button all the time. Jenny: I'd like to tackle this alongside other improvements to the Stakeholders UX. ![scrap](https://user-images.githubusercontent.com/33670923/35987863-bc53ad36-0cb1-11e8-98e9-e7b3302b83a7.png)
non_priority
stakeholders new stakeholder form add a new contact flow is not intuitive from georgia the add a new contact button on this screen is not obvious and disrupts flow of entering stakeholders people for whatever reason miss this button all the time jenny i d like to tackle this alongside other improvements to the stakeholders ux
0
807,626
30,012,023,636
IssuesEvent
2023-06-26 15:52:33
slsdetectorgroup/pyctbgui
https://api.github.com/repos/slsdetectorgroup/pyctbgui
opened
Stripe plot
action - Bug priority - Unclassified status - Pending
##### Priority: <!-- Super Low, Low, Medium, High, Super High --> ##### *Describe the bug <!-- A clear and concise description of what the bug is --> Stripe plot doesnt update y axis properly. add stripe also for analog plot ?
1.0
Stripe plot - ##### Priority: <!-- Super Low, Low, Medium, High, Super High --> ##### *Describe the bug <!-- A clear and concise description of what the bug is --> Stripe plot doesnt update y axis properly. add stripe also for analog plot ?
priority
stripe plot priority describe the bug stripe plot doesnt update y axis properly add stripe also for analog plot
1
156,552
19,901,283,573
IssuesEvent
2022-01-25 08:13:23
averageflow/spring-warehouse-frontend
https://api.github.com/repos/averageflow/spring-warehouse-frontend
opened
CVE-2021-23566 (Medium) detected in nanoid-3.1.30.tgz
security vulnerability
## CVE-2021-23566 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nanoid-3.1.30.tgz</b></p></summary> <p>A tiny (130 bytes), secure URL-friendly unique string ID generator</p> <p>Library home page: <a href="https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz">https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/nanoid/package.json</p> <p> Dependency Hierarchy: - react-scripts-5.0.0.tgz (Root Library) - postcss-8.4.5.tgz - :x: **nanoid-3.1.30.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/averageflow/spring-warehouse-frontend/commit/86ec5b7bbd23f0ced42288b7682027d2476a7f61">86ec5b7bbd23f0ced42288b7682027d2476a7f61</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package nanoid before 3.1.31 are vulnerable to Information Exposure via the valueOf() function which allows to reproduce the last id generated. <p>Publish Date: 2022-01-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23566>CVE-2021-23566</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.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23566">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23566</a></p> <p>Release Date: 2022-01-14</p> <p>Fix Resolution: nanoid - 3.1.31</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23566 (Medium) detected in nanoid-3.1.30.tgz - ## CVE-2021-23566 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nanoid-3.1.30.tgz</b></p></summary> <p>A tiny (130 bytes), secure URL-friendly unique string ID generator</p> <p>Library home page: <a href="https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz">https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/nanoid/package.json</p> <p> Dependency Hierarchy: - react-scripts-5.0.0.tgz (Root Library) - postcss-8.4.5.tgz - :x: **nanoid-3.1.30.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/averageflow/spring-warehouse-frontend/commit/86ec5b7bbd23f0ced42288b7682027d2476a7f61">86ec5b7bbd23f0ced42288b7682027d2476a7f61</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package nanoid before 3.1.31 are vulnerable to Information Exposure via the valueOf() function which allows to reproduce the last id generated. <p>Publish Date: 2022-01-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23566>CVE-2021-23566</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.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23566">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23566</a></p> <p>Release Date: 2022-01-14</p> <p>Fix Resolution: nanoid - 3.1.31</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in nanoid tgz cve medium severity vulnerability vulnerable library nanoid tgz a tiny bytes secure url friendly unique string id generator library home page a href path to dependency file package json path to vulnerable library node modules nanoid package json dependency hierarchy react scripts tgz root library postcss tgz x nanoid tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package nanoid before are vulnerable to information exposure via the valueof function which allows to reproduce the last id generated publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution nanoid step up your open source security game with whitesource
0
192,781
6,876,626,117
IssuesEvent
2017-11-20 02:15:42
PMEAL/OpenPNM
https://api.github.com/repos/PMEAL/OpenPNM
closed
Void and Solid phase visualization
enhancement Priority - Medium
It would be great if the Visualization module had the ability to produce a 3D voxel based image of the void or solid phase. This could output a tiff stack or a vti/paraview file. Having such an image is handy for visuals, but also doing simulations like LBM, or morphological image opening.
1.0
Void and Solid phase visualization - It would be great if the Visualization module had the ability to produce a 3D voxel based image of the void or solid phase. This could output a tiff stack or a vti/paraview file. Having such an image is handy for visuals, but also doing simulations like LBM, or morphological image opening.
priority
void and solid phase visualization it would be great if the visualization module had the ability to produce a voxel based image of the void or solid phase this could output a tiff stack or a vti paraview file having such an image is handy for visuals but also doing simulations like lbm or morphological image opening
1
23,697
22,598,731,060
IssuesEvent
2022-06-29 07:09:31
zaproxy/zaproxy
https://api.github.com/repos/zaproxy/zaproxy
closed
SSE URL column size is small
bug Usability add-on
### Describe the bug In SSE plugin, URL column is 255 char long, but it's not enough in some cases. ### Steps to reproduce the behavior Example: `https://my.domain.withsomesuperlargesubdomain.and.additional.subdomain/somecool/context/event/?X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=2.3.2-javascript&X-Atmosphere-Transport=sse&X-Atmosphere-TrackMessageSize=true&Content-Type=application%2Fjson&X-atmo-protocol=true` ### Expected behavior URLs larger than 255 characters should also work ### Software versions Latest from source. ### Screenshots _No response_ ### Errors from the zap.log file ``` 2022-06-22 10:12:42,190 [ZAP-IO-EventExecutor-3-4] ERROR EventStreamStorage - java.sql.SQLDataException: data exception: string data, right truncation; table: EVENT_STREAM column: URL org.parosproxy.paros.db.DatabaseException: java.sql.SQLDataException: data exception: string data, right truncation; table: EVENT_STREAM column: URL at org.zaproxy.zap.extension.sse.db.TableEventStream.insertOrUpdateStream(TableEventStream.java:530) ~[?:?] at org.zaproxy.zap.extension.sse.db.EventStreamStorage.onServerSentEventStateChange(EventStreamStorage.java:69) ~[?:?] at org.zaproxy.zap.extension.sse.EventStreamProxy.notifyStateObservers(EventStreamProxy.java:240) ~[?:?] at org.zaproxy.zap.extension.sse.EventStreamProxy.start(EventStreamProxy.java:101) ~[?:?] at org.zaproxy.zap.extension.sse.ExtensionServerSentEvents.addEventStream(ExtensionServerSentEvents.java:211) ~[?:?] at org.zaproxy.zap.extension.sse.ExtensionServerSentEvents.onHandshakeResponse(ExtensionServerSentEvents.java:240) ~[?:?] at org.zaproxy.addon.network.internal.server.http.handlers.LegacyProxyListenerHandler.lambda$notifyPersistentConnectionListener$6(LegacyProxyListenerHandler.java:204) ~[?:?] at org.zaproxy.addon.network.internal.server.http.handlers.LegacyProxyListenerHandler.handleErrors(LegacyProxyListenerHandler.java:184) ~[?:?] at org.zaproxy.addon.network.internal.server.http.handlers.LegacyProxyListenerHandler.notifyPersistentConnectionListener(LegacyProxyListenerHandler.java:203) ~[?:?] at org.zaproxy.addon.network.internal.server.http.MainProxyHandler.postWriteResponse(MainProxyHandler.java:72) ~[?:?] at org.zaproxy.addon.network.internal.server.http.MainServerHandler.process(MainServerHandler.java:90) ~[?:?] at org.zaproxy.addon.network.internal.server.http.MainServerHandler.channelRead0(MainServerHandler.java:72) ~[?:?] at org.zaproxy.addon.network.internal.server.http.MainServerHandler.channelRead0(MainServerHandler.java:37) ~[?:?] at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) ~[?:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[?:?] at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61) ~[?:?] at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:370) ~[?:?] at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66) ~[?:?] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) ~[?:?] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[?:?] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[?:?] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_202] Caused by: java.sql.SQLDataException: data exception: string data, right truncation; table: EVENT_STREAM column: URL at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.5.2.jar:2.5.2] at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.5.2.jar:2.5.2] at org.hsqldb.jdbc.JDBCPreparedStatement.fetchResult(Unknown Source) ~[hsqldb-2.5.2.jar:2.5.2] at org.hsqldb.jdbc.JDBCPreparedStatement.execute(Unknown Source) ~[hsqldb-2.5.2.jar:2.5.2] at org.zaproxy.zap.extension.sse.db.TableEventStream.insertOrUpdateStream(TableEventStream.java:509) ~[?:?] ... 21 more ``` ### Additional context _No response_ ### Would you like to help fix this issue? - [X] Yes
True
SSE URL column size is small - ### Describe the bug In SSE plugin, URL column is 255 char long, but it's not enough in some cases. ### Steps to reproduce the behavior Example: `https://my.domain.withsomesuperlargesubdomain.and.additional.subdomain/somecool/context/event/?X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=2.3.2-javascript&X-Atmosphere-Transport=sse&X-Atmosphere-TrackMessageSize=true&Content-Type=application%2Fjson&X-atmo-protocol=true` ### Expected behavior URLs larger than 255 characters should also work ### Software versions Latest from source. ### Screenshots _No response_ ### Errors from the zap.log file ``` 2022-06-22 10:12:42,190 [ZAP-IO-EventExecutor-3-4] ERROR EventStreamStorage - java.sql.SQLDataException: data exception: string data, right truncation; table: EVENT_STREAM column: URL org.parosproxy.paros.db.DatabaseException: java.sql.SQLDataException: data exception: string data, right truncation; table: EVENT_STREAM column: URL at org.zaproxy.zap.extension.sse.db.TableEventStream.insertOrUpdateStream(TableEventStream.java:530) ~[?:?] at org.zaproxy.zap.extension.sse.db.EventStreamStorage.onServerSentEventStateChange(EventStreamStorage.java:69) ~[?:?] at org.zaproxy.zap.extension.sse.EventStreamProxy.notifyStateObservers(EventStreamProxy.java:240) ~[?:?] at org.zaproxy.zap.extension.sse.EventStreamProxy.start(EventStreamProxy.java:101) ~[?:?] at org.zaproxy.zap.extension.sse.ExtensionServerSentEvents.addEventStream(ExtensionServerSentEvents.java:211) ~[?:?] at org.zaproxy.zap.extension.sse.ExtensionServerSentEvents.onHandshakeResponse(ExtensionServerSentEvents.java:240) ~[?:?] at org.zaproxy.addon.network.internal.server.http.handlers.LegacyProxyListenerHandler.lambda$notifyPersistentConnectionListener$6(LegacyProxyListenerHandler.java:204) ~[?:?] at org.zaproxy.addon.network.internal.server.http.handlers.LegacyProxyListenerHandler.handleErrors(LegacyProxyListenerHandler.java:184) ~[?:?] at org.zaproxy.addon.network.internal.server.http.handlers.LegacyProxyListenerHandler.notifyPersistentConnectionListener(LegacyProxyListenerHandler.java:203) ~[?:?] at org.zaproxy.addon.network.internal.server.http.MainProxyHandler.postWriteResponse(MainProxyHandler.java:72) ~[?:?] at org.zaproxy.addon.network.internal.server.http.MainServerHandler.process(MainServerHandler.java:90) ~[?:?] at org.zaproxy.addon.network.internal.server.http.MainServerHandler.channelRead0(MainServerHandler.java:72) ~[?:?] at org.zaproxy.addon.network.internal.server.http.MainServerHandler.channelRead0(MainServerHandler.java:37) ~[?:?] at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99) ~[?:?] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[?:?] at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:61) ~[?:?] at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:370) ~[?:?] at io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:66) ~[?:?] at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986) ~[?:?] at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[?:?] at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[?:?] at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_202] Caused by: java.sql.SQLDataException: data exception: string data, right truncation; table: EVENT_STREAM column: URL at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.5.2.jar:2.5.2] at org.hsqldb.jdbc.JDBCUtil.sqlException(Unknown Source) ~[hsqldb-2.5.2.jar:2.5.2] at org.hsqldb.jdbc.JDBCPreparedStatement.fetchResult(Unknown Source) ~[hsqldb-2.5.2.jar:2.5.2] at org.hsqldb.jdbc.JDBCPreparedStatement.execute(Unknown Source) ~[hsqldb-2.5.2.jar:2.5.2] at org.zaproxy.zap.extension.sse.db.TableEventStream.insertOrUpdateStream(TableEventStream.java:509) ~[?:?] ... 21 more ``` ### Additional context _No response_ ### Would you like to help fix this issue? - [X] Yes
non_priority
sse url column size is small describe the bug in sse plugin url column is char long but it s not enough in some cases steps to reproduce the behavior example expected behavior urls larger than characters should also work software versions latest from source screenshots no response errors from the zap log file error eventstreamstorage java sql sqldataexception data exception string data right truncation table event stream column url org parosproxy paros db databaseexception java sql sqldataexception data exception string data right truncation table event stream column url at org zaproxy zap extension sse db tableeventstream insertorupdatestream tableeventstream java at org zaproxy zap extension sse db eventstreamstorage onserversenteventstatechange eventstreamstorage java at org zaproxy zap extension sse eventstreamproxy notifystateobservers eventstreamproxy java at org zaproxy zap extension sse eventstreamproxy start eventstreamproxy java at org zaproxy zap extension sse extensionserversentevents addeventstream extensionserversentevents java at org zaproxy zap extension sse extensionserversentevents onhandshakeresponse extensionserversentevents java at org zaproxy addon network internal server http handlers legacyproxylistenerhandler lambda notifypersistentconnectionlistener legacyproxylistenerhandler java at org zaproxy addon network internal server http handlers legacyproxylistenerhandler handleerrors legacyproxylistenerhandler java at org zaproxy addon network internal server http handlers legacyproxylistenerhandler notifypersistentconnectionlistener legacyproxylistenerhandler java at org zaproxy addon network internal server http mainproxyhandler postwriteresponse mainproxyhandler java at org zaproxy addon network internal server http mainserverhandler process mainserverhandler java at org zaproxy addon network internal server http mainserverhandler mainserverhandler java at org zaproxy addon network internal server http mainserverhandler mainserverhandler java at io netty channel simplechannelinboundhandler channelread simplechannelinboundhandler java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext access abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext run abstractchannelhandlercontext java at io netty util concurrent defaulteventexecutor run defaulteventexecutor java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util internal threadexecutormap run threadexecutormap java at io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java at java lang thread run thread java caused by java sql sqldataexception data exception string data right truncation table event stream column url at org hsqldb jdbc jdbcutil sqlexception unknown source at org hsqldb jdbc jdbcutil sqlexception unknown source at org hsqldb jdbc jdbcpreparedstatement fetchresult unknown source at org hsqldb jdbc jdbcpreparedstatement execute unknown source at org zaproxy zap extension sse db tableeventstream insertorupdatestream tableeventstream java more additional context no response would you like to help fix this issue yes
0
79,291
15,586,123,832
IssuesEvent
2021-03-18 01:13:35
revfactory/task-api
https://api.github.com/repos/revfactory/task-api
opened
CVE-2020-36184 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2020-36184 - 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: task-api/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.3.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.3.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </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.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource. <p>Publish Date: 2021-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36184>CVE-2020-36184</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2998">https://github.com/FasterXML/jackson-databind/issues/2998</a></p> <p>Release Date: 2021-01-06</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-36184 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-36184 - 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: task-api/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar,/root/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.3.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.3.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) </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.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource. <p>Publish Date: 2021-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36184>CVE-2020-36184</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2998">https://github.com/FasterXML/jackson-databind/issues/2998</a></p> <p>Release Date: 2021-01-06</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in jackson databind jar 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 task api build gradle path to vulnerable library root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar root gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar vulnerable library vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp datasources peruserpooldatasource publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with whitesource
0
20,162
2,622,190,749
IssuesEvent
2015-03-04 00:22:57
byzhang/cudpp
https://api.github.com/repos/byzhang/cudpp
closed
Code review request
auto-migrated Milestone-Release2.0 Priority-Medium Type-Review
``` Purpose of code changes on this branch: Add tridiagonal solvers to cudpp. When reviewing my code changes, please focus on: After the review, I'll merge this branch into: /trunk ``` Original issue reported on code.google.com by `zhangyao...@gmail.com` on 13 Feb 2010 at 12:34
1.0
Code review request - ``` Purpose of code changes on this branch: Add tridiagonal solvers to cudpp. When reviewing my code changes, please focus on: After the review, I'll merge this branch into: /trunk ``` Original issue reported on code.google.com by `zhangyao...@gmail.com` on 13 Feb 2010 at 12:34
priority
code review request purpose of code changes on this branch add tridiagonal solvers to cudpp when reviewing my code changes please focus on after the review i ll merge this branch into trunk original issue reported on code google com by zhangyao gmail com on feb at
1
247,385
7,918,061,067
IssuesEvent
2018-07-04 12:02:15
mozilla/addons-frontend
https://api.github.com/repos/mozilla/addons-frontend
closed
Only allow the owner of a collection to edit it
component: collections contrib: assigned contrib: maybe good first bug priority: mvp priority: p3 size: S
As per the conversation in yesterday's meeting, only the owner of a collection (or collaborators in the case of a Mozilla collection) should be allowed to edit the collection. This issue is to remove the code that supports allowing an administrator to edit a collection.
2.0
Only allow the owner of a collection to edit it - As per the conversation in yesterday's meeting, only the owner of a collection (or collaborators in the case of a Mozilla collection) should be allowed to edit the collection. This issue is to remove the code that supports allowing an administrator to edit a collection.
priority
only allow the owner of a collection to edit it as per the conversation in yesterday s meeting only the owner of a collection or collaborators in the case of a mozilla collection should be allowed to edit the collection this issue is to remove the code that supports allowing an administrator to edit a collection
1
135,810
12,691,758,697
IssuesEvent
2020-06-21 18:43:06
DolanLabs/dolan-handbook
https://api.github.com/repos/DolanLabs/dolan-handbook
closed
Add new docs about teamwork workflow
documentation good first issue help wanted
Menambahkan dokumentasi baru tentang workflow untuk teamwork menggunakan git dan github
1.0
Add new docs about teamwork workflow - Menambahkan dokumentasi baru tentang workflow untuk teamwork menggunakan git dan github
non_priority
add new docs about teamwork workflow menambahkan dokumentasi baru tentang workflow untuk teamwork menggunakan git dan github
0
259,725
27,719,227,470
IssuesEvent
2023-03-14 19:11:30
opensearch-project/opensearch-oci-object-storage
https://api.github.com/repos/opensearch-project/opensearch-oci-object-storage
closed
opensearch-2.5.0.jar: 1 vulnerabilities (highest severity is: 9.8)
Mend: dependency security vulnerability untriaged
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensearch-2.5.0.jar</b></p></summary> <p></p> <p>Path to dependency file: /oci-objectstorage-fixture/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.32/e80612549feb5c9191c498de628c1aa80693cf0b/snakeyaml-1.32.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.32/e80612549feb5c9191c498de628c1aa80693cf0b/snakeyaml-1.32.jar</p> <p> <p>Found in HEAD commit: <a href="https://github.com/opensearch-project/opensearch-oci-object-storage/commit/d96ff67a35df2c78858374725ea1880fe0bef9f5">d96ff67a35df2c78858374725ea1880fe0bef9f5</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (opensearch version) | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | | [CVE-2022-1471](https://www.mend.io/vulnerability-database/CVE-2022-1471) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | snakeyaml-1.32.jar | Transitive | N/A* | &#10060; | <p>*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.</p> ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2022-1471</summary> ### Vulnerable Library - <b>snakeyaml-1.32.jar</b></p> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="https://bitbucket.org/snakeyaml/snakeyaml">https://bitbucket.org/snakeyaml/snakeyaml</a></p> <p>Path to dependency file: /oci-repository-plugin/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.32/e80612549feb5c9191c498de628c1aa80693cf0b/snakeyaml-1.32.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.32/e80612549feb5c9191c498de628c1aa80693cf0b/snakeyaml-1.32.jar</p> <p> Dependency Hierarchy: - opensearch-2.5.0.jar (Root Library) - opensearch-x-content-2.5.0.jar - :x: **snakeyaml-1.32.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/opensearch-project/opensearch-oci-object-storage/commit/d96ff67a35df2c78858374725ea1880fe0bef9f5">d96ff67a35df2c78858374725ea1880fe0bef9f5</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization. Deserializing yaml content provided by an attacker can lead to remote code execution. We recommend using SnakeYaml's SafeConsturctor when parsing untrusted content to restrict deserialization. <p>Publish Date: 2022-12-01 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-1471>CVE-2022-1471</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64634374">https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64634374</a></p> <p>Release Date: 2022-12-01</p> <p>Fix Resolution: org.yaml:snakeyaml:2.0</p> </p> <p></p> </details>
True
opensearch-2.5.0.jar: 1 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opensearch-2.5.0.jar</b></p></summary> <p></p> <p>Path to dependency file: /oci-objectstorage-fixture/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.32/e80612549feb5c9191c498de628c1aa80693cf0b/snakeyaml-1.32.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.32/e80612549feb5c9191c498de628c1aa80693cf0b/snakeyaml-1.32.jar</p> <p> <p>Found in HEAD commit: <a href="https://github.com/opensearch-project/opensearch-oci-object-storage/commit/d96ff67a35df2c78858374725ea1880fe0bef9f5">d96ff67a35df2c78858374725ea1880fe0bef9f5</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (opensearch version) | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | ------------- | --- | | [CVE-2022-1471](https://www.mend.io/vulnerability-database/CVE-2022-1471) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | snakeyaml-1.32.jar | Transitive | N/A* | &#10060; | <p>*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.</p> ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2022-1471</summary> ### Vulnerable Library - <b>snakeyaml-1.32.jar</b></p> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="https://bitbucket.org/snakeyaml/snakeyaml">https://bitbucket.org/snakeyaml/snakeyaml</a></p> <p>Path to dependency file: /oci-repository-plugin/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.32/e80612549feb5c9191c498de628c1aa80693cf0b/snakeyaml-1.32.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.32/e80612549feb5c9191c498de628c1aa80693cf0b/snakeyaml-1.32.jar</p> <p> Dependency Hierarchy: - opensearch-2.5.0.jar (Root Library) - opensearch-x-content-2.5.0.jar - :x: **snakeyaml-1.32.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/opensearch-project/opensearch-oci-object-storage/commit/d96ff67a35df2c78858374725ea1880fe0bef9f5">d96ff67a35df2c78858374725ea1880fe0bef9f5</a></p> <p>Found in base branch: <b>main</b></p> </p> <p></p> ### Vulnerability Details <p> SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization. Deserializing yaml content provided by an attacker can lead to remote code execution. We recommend using SnakeYaml's SafeConsturctor when parsing untrusted content to restrict deserialization. <p>Publish Date: 2022-12-01 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-1471>CVE-2022-1471</a></p> </p> <p></p> ### CVSS 3 Score Details (<b>9.8</b>) <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> <p></p> ### Suggested Fix <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64634374">https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in#comment-64634374</a></p> <p>Release Date: 2022-12-01</p> <p>Fix Resolution: org.yaml:snakeyaml:2.0</p> </p> <p></p> </details>
non_priority
opensearch jar vulnerabilities highest severity is vulnerable library opensearch jar path to dependency file oci objectstorage fixture build gradle path to vulnerable library home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar found in head commit a href vulnerabilities cve severity cvss dependency type fixed in opensearch version remediation available high snakeyaml jar transitive n a for some transitive vulnerabilities there is no version of direct dependency with a fix check the details section below to see if there is a version of transitive dependency where vulnerability is fixed details cve vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file oci repository plugin build gradle path to vulnerable library home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar home wss scanner gradle caches modules files org yaml snakeyaml snakeyaml jar dependency hierarchy opensearch jar root library opensearch x content jar x snakeyaml jar vulnerable library found in head commit a href found in base branch main vulnerability details snakeyaml s constructor class does not restrict types which can be instantiated during deserialization deserializing yaml content provided by an attacker can lead to remote code execution we recommend using snakeyaml s safeconsturctor when parsing untrusted content to restrict deserialization publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org yaml snakeyaml
0
643,048
20,922,300,836
IssuesEvent
2022-03-24 18:36:08
kpwhri/heartsteps
https://api.github.com/repos/kpwhri/heartsteps
closed
Migrating study-dependent settings to the new server
high priority NLM pre-launch
# To Do ## External API Keys - [x] OneSignal [Notification] - [x] OneSignal Test - [x] Twillio [SMS] - [x] Twillio Test - [x] Gmail [Mail] - [x] Gmail Test ## ASU-generated random vectors for - [x] Convert Step Goal Generation Vectors - [x] Migrate Step Goal Generation Vectors - [x] Step Goal Generation Test - [x] Convert Daily Level [intervention modes] Vectors - [x] Migrate Daily Level Vectors - [x] Daily Level Vector Test ## Other things - [x] Bout Planning lead sentences ([dev.heartsteps.net](http://dev.heartsteps.net/) still has the old version before Eric’s final pass. [justwalk.ucsd.edu](http://justwalk.ucsd.edu/) will have Eric’s confirmed version.) - [x] Bout Planning lead sentences Test - [x] Daily EMA structure JSON - [x] Daily EMA structure JSON Test
1.0
Migrating study-dependent settings to the new server - # To Do ## External API Keys - [x] OneSignal [Notification] - [x] OneSignal Test - [x] Twillio [SMS] - [x] Twillio Test - [x] Gmail [Mail] - [x] Gmail Test ## ASU-generated random vectors for - [x] Convert Step Goal Generation Vectors - [x] Migrate Step Goal Generation Vectors - [x] Step Goal Generation Test - [x] Convert Daily Level [intervention modes] Vectors - [x] Migrate Daily Level Vectors - [x] Daily Level Vector Test ## Other things - [x] Bout Planning lead sentences ([dev.heartsteps.net](http://dev.heartsteps.net/) still has the old version before Eric’s final pass. [justwalk.ucsd.edu](http://justwalk.ucsd.edu/) will have Eric’s confirmed version.) - [x] Bout Planning lead sentences Test - [x] Daily EMA structure JSON - [x] Daily EMA structure JSON Test
priority
migrating study dependent settings to the new server to do external api keys onesignal onesignal test twillio twillio test gmail gmail test asu generated random vectors for convert step goal generation vectors migrate step goal generation vectors step goal generation test convert daily level vectors migrate daily level vectors daily level vector test other things bout planning lead sentences still has the old version before eric’s final pass will have eric’s confirmed version bout planning lead sentences test daily ema structure json daily ema structure json test
1
323,463
9,855,257,046
IssuesEvent
2019-06-19 18:55:35
freedomofpress/securedrop
https://api.github.com/repos/freedomofpress/securedrop
closed
Bump Tor Browser version in dockerfiles to 8.5.1
development env priority/high
## Description https://dist.torproject.org/torbrowser/8.5/tor-browser-linux64-8.5_en-US.tar.xz is 404ing so container builds are failing: https://circleci.com/gh/freedomofpress/securedrop-sdk/378
1.0
Bump Tor Browser version in dockerfiles to 8.5.1 - ## Description https://dist.torproject.org/torbrowser/8.5/tor-browser-linux64-8.5_en-US.tar.xz is 404ing so container builds are failing: https://circleci.com/gh/freedomofpress/securedrop-sdk/378
priority
bump tor browser version in dockerfiles to description is so container builds are failing
1
791,826
27,878,864,947
IssuesEvent
2023-03-21 17:49:41
certbot/certbot
https://api.github.com/repos/certbot/certbot
closed
acme: acme.messages.OrderResource cannot be roundtripped through JSON (patch available)
bug area: acme priority: unplanned
I am using the `acme` library in another project. This project has "open ACME order", "answer challenges", "wait for validation", etc as different steps that may be performed at different times on different machines and so we cannot keep the `OrderResource` object from `acme.client.ClientV2` around for the entire lifetime of the order; as such, it is convenient for us to be able to turn the `OrderResource` back into JSON for later consumption. However, `OrderResource.to_json()` does not properly handle the `csr_pem` field (it gets dumped as an array of small integers), and `.from_json()` does not properly reconstitute either `csr_pem` or `authorizations`. We have a workaround involving patching `OrderResource._fields` to update the field definitions before using the library, but I feel like it'd be better to fix this upstream :) I have a patch (with test) adding the necessary encoder and decoders to `OrderResource` (https://github.com/aglasgall/certbot/commit/f5a78b5645c2d9d6c801ef4f6b54f2488ef649eb) which I'd be happy to open a PR for if there is interest in fixing this. Thanks, Anna Glasgall PS: As a side note, this project has some other unusual requirements and we've been quite pleased with how easy it's been to adapt `acme` to them. Thanks so much for the great work.
1.0
acme: acme.messages.OrderResource cannot be roundtripped through JSON (patch available) - I am using the `acme` library in another project. This project has "open ACME order", "answer challenges", "wait for validation", etc as different steps that may be performed at different times on different machines and so we cannot keep the `OrderResource` object from `acme.client.ClientV2` around for the entire lifetime of the order; as such, it is convenient for us to be able to turn the `OrderResource` back into JSON for later consumption. However, `OrderResource.to_json()` does not properly handle the `csr_pem` field (it gets dumped as an array of small integers), and `.from_json()` does not properly reconstitute either `csr_pem` or `authorizations`. We have a workaround involving patching `OrderResource._fields` to update the field definitions before using the library, but I feel like it'd be better to fix this upstream :) I have a patch (with test) adding the necessary encoder and decoders to `OrderResource` (https://github.com/aglasgall/certbot/commit/f5a78b5645c2d9d6c801ef4f6b54f2488ef649eb) which I'd be happy to open a PR for if there is interest in fixing this. Thanks, Anna Glasgall PS: As a side note, this project has some other unusual requirements and we've been quite pleased with how easy it's been to adapt `acme` to them. Thanks so much for the great work.
priority
acme acme messages orderresource cannot be roundtripped through json patch available i am using the acme library in another project this project has open acme order answer challenges wait for validation etc as different steps that may be performed at different times on different machines and so we cannot keep the orderresource object from acme client around for the entire lifetime of the order as such it is convenient for us to be able to turn the orderresource back into json for later consumption however orderresource to json does not properly handle the csr pem field it gets dumped as an array of small integers and from json does not properly reconstitute either csr pem or authorizations we have a workaround involving patching orderresource fields to update the field definitions before using the library but i feel like it d be better to fix this upstream i have a patch with test adding the necessary encoder and decoders to orderresource which i d be happy to open a pr for if there is interest in fixing this thanks anna glasgall ps as a side note this project has some other unusual requirements and we ve been quite pleased with how easy it s been to adapt acme to them thanks so much for the great work
1
132,941
28,438,969,311
IssuesEvent
2023-04-15 17:13:03
fsharp/FsAutoComplete
https://api.github.com/repos/fsharp/FsAutoComplete
opened
Enhancements to generated XML Doc codefixes
help wanted type:codefix
As mentioned by @dawedawe in https://github.com/fsharp/FsAutoComplete/pull/1094: > There are two things the command could be improved on: > > * Don't add xml doc lines if there are already some doc lines present. > * Work on all possible AST elements, not just the ones for which we get a result from TryGetSignatureData. These both sound like fine enhancements for anyone that wants to take a look.
1.0
Enhancements to generated XML Doc codefixes - As mentioned by @dawedawe in https://github.com/fsharp/FsAutoComplete/pull/1094: > There are two things the command could be improved on: > > * Don't add xml doc lines if there are already some doc lines present. > * Work on all possible AST elements, not just the ones for which we get a result from TryGetSignatureData. These both sound like fine enhancements for anyone that wants to take a look.
non_priority
enhancements to generated xml doc codefixes as mentioned by dawedawe in there are two things the command could be improved on don t add xml doc lines if there are already some doc lines present work on all possible ast elements not just the ones for which we get a result from trygetsignaturedata these both sound like fine enhancements for anyone that wants to take a look
0
543,046
15,876,992,545
IssuesEvent
2021-04-09 09:04:39
microsoft/nni
https://api.github.com/repos/microsoft/nni
closed
Minor issues of WebUI
bug low priority nnidev
These are low priority issues and are not expected to fix by v1.0 due. - [X] 1. The width of some containers are incorrect on certain resolution/dpi/scale. I can't reproduce it on other devices. May be an antd bug. 2. Cannot search hyper-parameters by field (e.g. "conv_size: 5"). I don't know if "real" users will do this. - [X] 3. Mouse wheel is not functional in experiment error log window. 4. Refreshing/reopening the page clears most states. ![Screenshot_20190809_105001](https://user-images.githubusercontent.com/40699903/62751538-ace41400-ba96-11e9-9534-e179ba0f0cab.png)
1.0
Minor issues of WebUI - These are low priority issues and are not expected to fix by v1.0 due. - [X] 1. The width of some containers are incorrect on certain resolution/dpi/scale. I can't reproduce it on other devices. May be an antd bug. 2. Cannot search hyper-parameters by field (e.g. "conv_size: 5"). I don't know if "real" users will do this. - [X] 3. Mouse wheel is not functional in experiment error log window. 4. Refreshing/reopening the page clears most states. ![Screenshot_20190809_105001](https://user-images.githubusercontent.com/40699903/62751538-ace41400-ba96-11e9-9534-e179ba0f0cab.png)
priority
minor issues of webui these are low priority issues and are not expected to fix by due the width of some containers are incorrect on certain resolution dpi scale i can t reproduce it on other devices may be an antd bug cannot search hyper parameters by field e g conv size i don t know if real users will do this mouse wheel is not functional in experiment error log window refreshing reopening the page clears most states
1
61,203
6,727,155,489
IssuesEvent
2017-10-17 12:40:06
QubesOS/updates-status
https://api.github.com/repos/QubesOS/updates-status
closed
desktop-linux-i3 v1.4-i3-settings-qubes (r4.0)
r4.0-dom0-testing
Update of desktop-linux-i3 to v1.4-i3-settings-qubes for Qubes r4.0, see comments below for details. Built from: https://github.com/QubesOS/qubes-desktop-linux-i3/commit/a221ca765e020ebeb99f03008eca57077d9a296a [Changes since previous version](https://github.com/QubesOS/qubes-desktop-linux-i3/compare/v1.3-i3-settings-qubes...v1.4-i3-settings-qubes): QubesOS/qubes-desktop-linux-i3@a221ca7 i3-settings-qubes 1.4 QubesOS/qubes-desktop-linux-i3@0a03107 Merge remote-tracking branch 'qubesos/pr/8' QubesOS/qubes-desktop-linux-i3@bfe6986 Fix deps so dmenu should work. This should fix https://github.com/QubesOS/qubes-issues/issues/3091 QubesOS/qubes-desktop-linux-i3@a5c3364 fix source hashes QubesOS/qubes-desktop-linux-i3@b998cf7 Fix build deps and build instructions Referenced issues: QubesOS/qubes-issues#3091 If you're release manager, you can issue GPG-inline signed command: * `Upload desktop-linux-i3 a221ca765e020ebeb99f03008eca57077d9a296a r4.0 current repo` (available 7 days from now) * `Upload desktop-linux-i3 a221ca765e020ebeb99f03008eca57077d9a296a r4.0 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now) * `Upload desktop-linux-i3 a221ca765e020ebeb99f03008eca57077d9a296a r4.0 security-testing repo` Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
1.0
desktop-linux-i3 v1.4-i3-settings-qubes (r4.0) - Update of desktop-linux-i3 to v1.4-i3-settings-qubes for Qubes r4.0, see comments below for details. Built from: https://github.com/QubesOS/qubes-desktop-linux-i3/commit/a221ca765e020ebeb99f03008eca57077d9a296a [Changes since previous version](https://github.com/QubesOS/qubes-desktop-linux-i3/compare/v1.3-i3-settings-qubes...v1.4-i3-settings-qubes): QubesOS/qubes-desktop-linux-i3@a221ca7 i3-settings-qubes 1.4 QubesOS/qubes-desktop-linux-i3@0a03107 Merge remote-tracking branch 'qubesos/pr/8' QubesOS/qubes-desktop-linux-i3@bfe6986 Fix deps so dmenu should work. This should fix https://github.com/QubesOS/qubes-issues/issues/3091 QubesOS/qubes-desktop-linux-i3@a5c3364 fix source hashes QubesOS/qubes-desktop-linux-i3@b998cf7 Fix build deps and build instructions Referenced issues: QubesOS/qubes-issues#3091 If you're release manager, you can issue GPG-inline signed command: * `Upload desktop-linux-i3 a221ca765e020ebeb99f03008eca57077d9a296a r4.0 current repo` (available 7 days from now) * `Upload desktop-linux-i3 a221ca765e020ebeb99f03008eca57077d9a296a r4.0 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now) * `Upload desktop-linux-i3 a221ca765e020ebeb99f03008eca57077d9a296a r4.0 security-testing repo` Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
non_priority
desktop linux settings qubes update of desktop linux to settings qubes for qubes see comments below for details built from qubesos qubes desktop linux settings qubes qubesos qubes desktop linux merge remote tracking branch qubesos pr qubesos qubes desktop linux fix deps so dmenu should work this should fix qubesos qubes desktop linux fix source hashes qubesos qubes desktop linux fix build deps and build instructions referenced issues qubesos qubes issues if you re release manager you can issue gpg inline signed command upload desktop linux current repo available days from now upload desktop linux current dists repo you can choose subset of distributions like vm vm available days from now upload desktop linux security testing repo above commands will work only if packages in current testing repository were built from given commit i e no new version superseded it
0
276,262
23,981,531,555
IssuesEvent
2022-09-13 15:24:23
Azure/azure-sdk-tools
https://api.github.com/repos/Azure/azure-sdk-tools
opened
Add TestProxy command line CLI tests
Central-EngSys Asset-Sync Test-Proxy
The individual commands (Push, Reset, Restore) have "live" tests running against the azure-sdk-assets-integration which are all xUnit. We need a similar, probably smaller, set of tests that tests the CLI
1.0
Add TestProxy command line CLI tests - The individual commands (Push, Reset, Restore) have "live" tests running against the azure-sdk-assets-integration which are all xUnit. We need a similar, probably smaller, set of tests that tests the CLI
non_priority
add testproxy command line cli tests the individual commands push reset restore have live tests running against the azure sdk assets integration which are all xunit we need a similar probably smaller set of tests that tests the cli
0
231,716
25,531,924,990
IssuesEvent
2022-11-29 09:07:21
AOSC-Dev/aosc-os-abbs
https://api.github.com/repos/AOSC-Dev/aosc-os-abbs
closed
wireshark: Potential Denial of Service (CVE-2022-3190)
security
### CVE IDs CVE-2022-3190 ### Other security advisory IDs - Upstream: https://www.wireshark.org/security/wnpa-sec-2022-06.html - Gentoo: https://security.gentoo.org/glsa/202210-04 ### Description An issue of Wireshark version 3.6.0 to 3.6.7 (current version in repo: 3.6.2) may allow attacker to cause a denial of service. ### Patches In general, an update to 3.6.8 or higher will solve the problem. ### PoC(s) N/A
True
wireshark: Potential Denial of Service (CVE-2022-3190) - ### CVE IDs CVE-2022-3190 ### Other security advisory IDs - Upstream: https://www.wireshark.org/security/wnpa-sec-2022-06.html - Gentoo: https://security.gentoo.org/glsa/202210-04 ### Description An issue of Wireshark version 3.6.0 to 3.6.7 (current version in repo: 3.6.2) may allow attacker to cause a denial of service. ### Patches In general, an update to 3.6.8 or higher will solve the problem. ### PoC(s) N/A
non_priority
wireshark potential denial of service cve cve ids cve other security advisory ids upstream gentoo description an issue of wireshark version to current version in repo may allow attacker to cause a denial of service patches in general an update to or higher will solve the problem poc s n a
0
647,595
21,111,984,151
IssuesEvent
2022-04-05 03:26:28
ballerina-platform/graphql-tools
https://api.github.com/repos/ballerina-platform/graphql-tools
opened
[Improvement] Modify the client generation tool addressing the changes in the GraphQL generic client
Priority/High Team/Connector ConnectorTools/GraphQL
**Description:** <!-- Give a brief description of the issue --> Some modificatione were done in the GraphQL generic client. We need to address those changes in the client generation tool
1.0
[Improvement] Modify the client generation tool addressing the changes in the GraphQL generic client - **Description:** <!-- Give a brief description of the issue --> Some modificatione were done in the GraphQL generic client. We need to address those changes in the client generation tool
priority
modify the client generation tool addressing the changes in the graphql generic client description some modificatione were done in the graphql generic client we need to address those changes in the client generation tool
1
714,889
24,579,725,584
IssuesEvent
2022-10-13 14:47:34
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
[Bug] Export saves a 0 bytes file
Priority-High Bug
###### Reproduction Steps 1. Does not matter if the legacy schema or the new schema 2. Export a collection or export a deck ###### Expected Result Functional .colpkg or .apkg is saved ###### Actual Result The file is saved but it has 0 bytes and it cannot be imported. The bug does not exist in 2.16alpha84. ###### Debug info AnkiDroid Version = 2.16alpha85 Android Version = 12 Manufacturer = samsung Model = SM-A225F Hardware = mt6769t Webview User Agent = Mozilla/5.0 (Linux; Android 12; SM-A225F Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/105.0.5195.136 Mobile Safari/537.36 ACRA UUID = bd3df842-8d38-48ea-8cb8-9ef2d08fbca2 New schema = true Scheduler = std3 Crash Reports Enabled = true DatabaseV2 Enabled = true ###### Research *Enter an [x] character to confirm the points below:* - [x] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid - [x] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue - [x] I have searched for similar existing issues here and on the user forum - [x] (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting))
1.0
[Bug] Export saves a 0 bytes file - ###### Reproduction Steps 1. Does not matter if the legacy schema or the new schema 2. Export a collection or export a deck ###### Expected Result Functional .colpkg or .apkg is saved ###### Actual Result The file is saved but it has 0 bytes and it cannot be imported. The bug does not exist in 2.16alpha84. ###### Debug info AnkiDroid Version = 2.16alpha85 Android Version = 12 Manufacturer = samsung Model = SM-A225F Hardware = mt6769t Webview User Agent = Mozilla/5.0 (Linux; Android 12; SM-A225F Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/105.0.5195.136 Mobile Safari/537.36 ACRA UUID = bd3df842-8d38-48ea-8cb8-9ef2d08fbca2 New schema = true Scheduler = std3 Crash Reports Enabled = true DatabaseV2 Enabled = true ###### Research *Enter an [x] character to confirm the points below:* - [x] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid - [x] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue - [x] I have searched for similar existing issues here and on the user forum - [x] (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting))
priority
export saves a bytes file reproduction steps does not matter if the legacy schema or the new schema export a collection or export a deck expected result functional colpkg or apkg is saved actual result the file is saved but it has bytes and it cannot be imported the bug does not exist in debug info ankidroid version android version manufacturer samsung model sm hardware webview user agent mozilla linux android sm build wv applewebkit khtml like gecko version chrome mobile safari acra uuid new schema true scheduler crash reports enabled true enabled true research enter an character to confirm the points below i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i have searched for similar existing issues here and on the user forum optional i have confirmed the issue is not resolved in the latest alpha release
1
58,390
14,274,428,719
IssuesEvent
2020-11-22 03:53:56
Ghost-chu/QuickShop-Reremake
https://api.github.com/repos/Ghost-chu/QuickShop-Reremake
closed
CVE-2019-12814 (Medium) detected in jackson-databind-2.3.4.jar - autoclosed
Bug security vulnerability
## CVE-2019-12814 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.3.4.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Path to dependency file: QuickShop-Reremake/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.4/jackson-databind-2.3.4.jar</p> <p> Dependency Hierarchy: - jenkins-client-0.3.8.jar (Root Library) - :x: **jackson-databind-2.3.4.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Ghost-chu/QuickShop-Reremake/commit/8ee7d2b71191adf05b366e0787aec78ffbdad102">8ee7d2b71191adf05b366e0787aec78ffbdad102</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x through 2.9.9. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has JDOM 1.x or 2.x jar in the classpath, an attacker can send a specifically crafted JSON message that allows them to read arbitrary local files on the server. <p>Publish Date: 2019-06-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12814>CVE-2019-12814</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.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2341">https://github.com/FasterXML/jackson-databind/issues/2341</a></p> <p>Release Date: 2019-06-19</p> <p>Fix Resolution: 2.7.9.6, 2.8.11.4, 2.9.9.1, 2.10.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-2019-12814 (Medium) detected in jackson-databind-2.3.4.jar - autoclosed - ## CVE-2019-12814 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.3.4.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Path to dependency file: QuickShop-Reremake/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.4/jackson-databind-2.3.4.jar</p> <p> Dependency Hierarchy: - jenkins-client-0.3.8.jar (Root Library) - :x: **jackson-databind-2.3.4.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Ghost-chu/QuickShop-Reremake/commit/8ee7d2b71191adf05b366e0787aec78ffbdad102">8ee7d2b71191adf05b366e0787aec78ffbdad102</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.x through 2.9.9. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has JDOM 1.x or 2.x jar in the classpath, an attacker can send a specifically crafted JSON message that allows them to read arbitrary local files on the server. <p>Publish Date: 2019-06-19 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12814>CVE-2019-12814</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.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/2341">https://github.com/FasterXML/jackson-databind/issues/2341</a></p> <p>Release Date: 2019-06-19</p> <p>Fix Resolution: 2.7.9.6, 2.8.11.4, 2.9.9.1, 2.10.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_priority
cve medium detected in jackson databind jar autoclosed cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file quickshop reremake pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy jenkins client jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind x through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has jdom x or x jar in the classpath an attacker can send a specifically crafted json message that allows them to read arbitrary local files on the server publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
332,979
29,504,565,248
IssuesEvent
2023-06-03 06:12:07
flutter/website
https://api.github.com/repos/flutter/website
closed
Networking page should include an example of a test
examples p2-medium e2-days testing a:networking
@jonahwilliams commented on [Wed Apr 04 2018](https://github.com/flutter/flutter/issues/16233) https://docs.flutter.dev/cookbook/networking/fetch-data includes an example of how to make an `HttpClientRequest` using the `dart:io` package, but doesn't include any example of a test using `HttpOverrides`. We have some mocks inside of the flutter repo which are really the only examples. --- @jonahwilliams commented on [Wed Apr 04 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-378714755) We should consider either shipping code in flutter_test to help with this, or creating another package for testing. --- @adchang commented on [Thu Apr 05 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-378824729) An app in the sdk's examples would be super useful as well! --- @Sfshaza commented on [Wed Jul 11 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-404057467) @brianegan, would this be a good candidate for the cookbook? --- @brianegan commented on [Thu Jul 12 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-404497912) Ah, that's actually another great candidate for the Cookbook, especially when testing Widgets that display Images. We've actually got a recipe on how to test this functionality using Mockito + `http` package now, but for Image Widgets overriding the HttpClient can be a great way to avoid making full-on network calls in tests. --- @zoechi commented on [Fri Jul 20 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-406502772) Dup of #13792 ?
1.0
Networking page should include an example of a test - @jonahwilliams commented on [Wed Apr 04 2018](https://github.com/flutter/flutter/issues/16233) https://docs.flutter.dev/cookbook/networking/fetch-data includes an example of how to make an `HttpClientRequest` using the `dart:io` package, but doesn't include any example of a test using `HttpOverrides`. We have some mocks inside of the flutter repo which are really the only examples. --- @jonahwilliams commented on [Wed Apr 04 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-378714755) We should consider either shipping code in flutter_test to help with this, or creating another package for testing. --- @adchang commented on [Thu Apr 05 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-378824729) An app in the sdk's examples would be super useful as well! --- @Sfshaza commented on [Wed Jul 11 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-404057467) @brianegan, would this be a good candidate for the cookbook? --- @brianegan commented on [Thu Jul 12 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-404497912) Ah, that's actually another great candidate for the Cookbook, especially when testing Widgets that display Images. We've actually got a recipe on how to test this functionality using Mockito + `http` package now, but for Image Widgets overriding the HttpClient can be a great way to avoid making full-on network calls in tests. --- @zoechi commented on [Fri Jul 20 2018](https://github.com/flutter/flutter/issues/16233#issuecomment-406502772) Dup of #13792 ?
non_priority
networking page should include an example of a test jonahwilliams commented on includes an example of how to make an httpclientrequest using the dart io package but doesn t include any example of a test using httpoverrides we have some mocks inside of the flutter repo which are really the only examples jonahwilliams commented on we should consider either shipping code in flutter test to help with this or creating another package for testing adchang commented on an app in the sdk s examples would be super useful as well sfshaza commented on brianegan would this be a good candidate for the cookbook brianegan commented on ah that s actually another great candidate for the cookbook especially when testing widgets that display images we ve actually got a recipe on how to test this functionality using mockito http package now but for image widgets overriding the httpclient can be a great way to avoid making full on network calls in tests zoechi commented on dup of
0
74,709
9,105,721,398
IssuesEvent
2019-02-20 21:34:59
Opentrons/opentrons
https://api.github.com/repos/Opentrons/opentrons
closed
[edge] State with no path selected
bug protocol designer
Single Transfers not auto-selected when going from a multi dispense/aspirate to a N-to-n well ratio. You can create a state where no Path is selected but 2/3 are disabled. ![image](https://user-images.githubusercontent.com/35570080/53033036-23844b00-343e-11e9-98e7-167369d902e3.png)
1.0
[edge] State with no path selected - Single Transfers not auto-selected when going from a multi dispense/aspirate to a N-to-n well ratio. You can create a state where no Path is selected but 2/3 are disabled. ![image](https://user-images.githubusercontent.com/35570080/53033036-23844b00-343e-11e9-98e7-167369d902e3.png)
non_priority
state with no path selected single transfers not auto selected when going from a multi dispense aspirate to a n to n well ratio you can create a state where no path is selected but are disabled
0
119,159
4,762,261,036
IssuesEvent
2016-10-25 10:53:42
worona/worona-cdn
https://api.github.com/repos/worona/worona-cdn
opened
Move package versions to its own file
Priority: Medium Status: Available
So it is independent of the package.json file. This file should be in the `.gitignore`
1.0
Move package versions to its own file - So it is independent of the package.json file. This file should be in the `.gitignore`
priority
move package versions to its own file so it is independent of the package json file this file should be in the gitignore
1
380,773
11,271,016,356
IssuesEvent
2020-01-14 12:08:56
googleapis/gcp-metadata
https://api.github.com/repos/googleapis/gcp-metadata
opened
Synthesis failed for gcp-metadata
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate gcp-metadata. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 256, in <module> main() File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 196, in main last_synth_commit_hash = get_last_metadata_commit(args.metadata_path) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 149, in get_last_metadata_commit text=True, File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 403, in run with Popen(*popenargs, **kwargs) as process: TypeError: __init__() got an unexpected keyword argument 'text' ``` Google internal developers can see the full log [here](https://sponge/c9a67de3-2540-4828-a553-47aa5fbae976).
1.0
Synthesis failed for gcp-metadata - Hello! Autosynth couldn't regenerate gcp-metadata. :broken_heart: Here's the output from running `synth.py`: ``` Cloning into 'working_repo'... Switched to branch 'autosynth' Traceback (most recent call last): File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 256, in <module> main() File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 196, in main last_synth_commit_hash = get_last_metadata_commit(args.metadata_path) File "/tmpfs/src/git/autosynth/autosynth/synth.py", line 149, in get_last_metadata_commit text=True, File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 403, in run with Popen(*popenargs, **kwargs) as process: TypeError: __init__() got an unexpected keyword argument 'text' ``` Google internal developers can see the full log [here](https://sponge/c9a67de3-2540-4828-a553-47aa5fbae976).
priority
synthesis failed for gcp metadata hello autosynth couldn t regenerate gcp metadata broken heart here s the output from running synth py cloning into working repo switched to 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 last synth commit hash get last metadata commit args metadata path file tmpfs src git autosynth autosynth synth py line in get last metadata commit text true file home kbuilder pyenv versions lib subprocess py line in run with popen popenargs kwargs as process typeerror init got an unexpected keyword argument text google internal developers can see the full log
1
567,878
16,903,805,350
IssuesEvent
2021-06-24 03:15:05
milvus-io/milvus
https://api.github.com/repos/milvus-io/milvus
closed
Display the configuration content of a specific connection name
area/api kind/feature priority/important-soon sdk/python
**Please state your issue using the following template and, most importantly, in English.** **Is your feature request related to a problem? Please describe.** When testing of API add_connection, we can not check the result of add or not. **Describe the solution you'd like** Need an API show_configure to check the configuration content of a specific connection name. **Describe alternatives you've considered** **Additional context**
1.0
Display the configuration content of a specific connection name - **Please state your issue using the following template and, most importantly, in English.** **Is your feature request related to a problem? Please describe.** When testing of API add_connection, we can not check the result of add or not. **Describe the solution you'd like** Need an API show_configure to check the configuration content of a specific connection name. **Describe alternatives you've considered** **Additional context**
priority
display the configuration content of a specific connection name please state your issue using the following template and most importantly in english is your feature request related to a problem please describe when testing of api add connection we can not check the result of add or not describe the solution you d like need an api show configure to check the configuration content of a specific connection name describe alternatives you ve considered additional context
1
341,810
10,308,178,747
IssuesEvent
2019-08-29 10:18:57
red-hat-storage/ocs-ci
https://api.github.com/repos/red-hat-storage/ocs-ci
closed
Need to update templates to match with Yaml changes in rook repo
High Priority team/e2e
Hi, As observed in rook, most of the yamls for deployment have undergone changes. Hence, till we keep using the saved templates instead of fresh rook repo from data/rook folder, we would need to update the templates in [ocs-ci ](https://github.com/red-hat-storage/ocs-ci/tree/master/ocs_ci/templates). Changed yamls: common.yaml filesystem.yaml cluster.yaml/cluster-on-pvc.yaml Due to the old templates, yesterday a few people hit the following BZ (pvc creations failed as an impact): https://bugzilla.redhat.com/show_bug.cgi?id=1746081
1.0
Need to update templates to match with Yaml changes in rook repo - Hi, As observed in rook, most of the yamls for deployment have undergone changes. Hence, till we keep using the saved templates instead of fresh rook repo from data/rook folder, we would need to update the templates in [ocs-ci ](https://github.com/red-hat-storage/ocs-ci/tree/master/ocs_ci/templates). Changed yamls: common.yaml filesystem.yaml cluster.yaml/cluster-on-pvc.yaml Due to the old templates, yesterday a few people hit the following BZ (pvc creations failed as an impact): https://bugzilla.redhat.com/show_bug.cgi?id=1746081
priority
need to update templates to match with yaml changes in rook repo hi as observed in rook most of the yamls for deployment have undergone changes hence till we keep using the saved templates instead of fresh rook repo from data rook folder we would need to update the templates in changed yamls common yaml filesystem yaml cluster yaml cluster on pvc yaml due to the old templates yesterday a few people hit the following bz pvc creations failed as an impact
1
47,200
13,210,439,495
IssuesEvent
2020-08-15 16:56:55
onokatio/blog.katio.net
https://api.github.com/repos/onokatio/blog.katio.net
closed
WS-2019-0368 (Low) detected in handlebars-4.0.11.js
security vulnerability
## WS-2019-0368 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.11.js</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.11/handlebars.js">https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.11/handlebars.js</a></p> <p>Path to dependency file: /tmp/ws-scm/blog.katio.net/node_modules/yaml-front-matter/docs/index.html</p> <p>Path to vulnerable library: /blog.katio.net/node_modules/yaml-front-matter/docs/js/handlebars.js</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.11.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/onokatio/blog.katio.net/commit/f33908f8ee26fc375c1789aef538f87c9dc4a54a">f33908f8ee26fc375c1789aef538f87c9dc4a54a</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Security vulnerability found in handlebars.js before 4.3.0. <p>Publish Date: 2020-01-08 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/2078c727c627f25d4a149962f05c1e069beb18bc>WS-2019-0368</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>3.0</b>)</summary> <p> Base Score Metrics not available</p> </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/wycats/handlebars.js/commit/2078c727c627f25d4a149962f05c1e069beb18bc">https://github.com/wycats/handlebars.js/commit/2078c727c627f25d4a149962f05c1e069beb18bc</a></p> <p>Release Date: 2020-01-08</p> <p>Fix Resolution: handlebars - 4.3.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
WS-2019-0368 (Low) detected in handlebars-4.0.11.js - ## WS-2019-0368 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.11.js</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.11/handlebars.js">https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.11/handlebars.js</a></p> <p>Path to dependency file: /tmp/ws-scm/blog.katio.net/node_modules/yaml-front-matter/docs/index.html</p> <p>Path to vulnerable library: /blog.katio.net/node_modules/yaml-front-matter/docs/js/handlebars.js</p> <p> Dependency Hierarchy: - :x: **handlebars-4.0.11.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/onokatio/blog.katio.net/commit/f33908f8ee26fc375c1789aef538f87c9dc4a54a">f33908f8ee26fc375c1789aef538f87c9dc4a54a</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Security vulnerability found in handlebars.js before 4.3.0. <p>Publish Date: 2020-01-08 <p>URL: <a href=https://github.com/wycats/handlebars.js/commit/2078c727c627f25d4a149962f05c1e069beb18bc>WS-2019-0368</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>3.0</b>)</summary> <p> Base Score Metrics not available</p> </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/wycats/handlebars.js/commit/2078c727c627f25d4a149962f05c1e069beb18bc">https://github.com/wycats/handlebars.js/commit/2078c727c627f25d4a149962f05c1e069beb18bc</a></p> <p>Release Date: 2020-01-08</p> <p>Fix Resolution: handlebars - 4.3.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_priority
ws low detected in handlebars js ws low severity vulnerability vulnerable library handlebars js handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file tmp ws scm blog katio net node modules yaml front matter docs index html path to vulnerable library blog katio net node modules yaml front matter docs js handlebars js dependency hierarchy x handlebars js vulnerable library found in head commit a href vulnerability details security vulnerability found in handlebars js before publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource
0
472,279
13,622,070,263
IssuesEvent
2020-09-24 02:32:50
AY2021S1-CS2103T-W17-1/tp
https://api.github.com/repos/AY2021S1-CS2103T-W17-1/tp
opened
As a user, I can remove tags to an existing bug in the tracker when I find them not appropriate anymore
priority.Medium type.Story
... so that my list of bugs is more well-categorized
1.0
As a user, I can remove tags to an existing bug in the tracker when I find them not appropriate anymore - ... so that my list of bugs is more well-categorized
priority
as a user i can remove tags to an existing bug in the tracker when i find them not appropriate anymore so that my list of bugs is more well categorized
1
455,593
13,129,430,607
IssuesEvent
2020-08-06 13:53:41
kubernetes-sigs/cluster-api-provider-aws
https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-aws
closed
Default Cluster Region?
kind/bug lifecycle/frozen priority/important-longterm
/kind bug **What steps did you take and what happened:** It would be great to default the AWScluster's Region to whatever the credentials are set to. I'm probably missing some context for why this isn't defaulted.
1.0
Default Cluster Region? - /kind bug **What steps did you take and what happened:** It would be great to default the AWScluster's Region to whatever the credentials are set to. I'm probably missing some context for why this isn't defaulted.
priority
default cluster region kind bug what steps did you take and what happened it would be great to default the awscluster s region to whatever the credentials are set to i m probably missing some context for why this isn t defaulted
1
424,107
12,306,052,355
IssuesEvent
2020-05-12 00:15:30
googleapis/java-accessapproval
https://api.github.com/repos/googleapis/java-accessapproval
opened
Synthesis failed for java-accessapproval
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate java-accessapproval. :broken_heart: Here's the output from running `synth.py`: ``` 2020-05-11 17:09:38,078 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval 2020-05-11 17:09:38,579 autosynth > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore 2020-05-11 17:09:38,584 autosynth > Running: git config user.name yoshi-automation 2020-05-11 17:09:38,589 autosynth > Running: git config user.email yoshi-automation@google.com 2020-05-11 17:09:38,593 autosynth > Running: git config push.default simple 2020-05-11 17:09:38,597 autosynth > Running: git branch -f autosynth 2020-05-11 17:09:38,602 autosynth > Running: git checkout autosynth 2020-05-11 17:09:38,612 autosynth > autosynth flags: 2020-05-11 17:09:38,613 autosynth > AUTOSYNTH_MULTIPLE_COMMITS: true 2020-05-11 17:09:38,613 autosynth > AUTOSYNTH_MULTIPLE_PRS: true 2020-05-11 17:09:38,614 autosynth > Running: git rev-parse --show-toplevel 2020-05-11 17:09:38,618 autosynth > Running: git log -1 --pretty=%H 2020-05-11 17:09:38,623 autosynth > Running: git remote get-url origin 2020-05-11 17:09:38,628 autosynth > Running: git clone --single-branch https://github.com/googleapis/googleapis.git -- /tmpfs/tmp/tmp9ka2v829/googleapis 2020-05-11 17:09:40,118 autosynth > Running: git log 6f8350c0df231d7e742fa10dbf929f33047715c9..HEAD --pretty=%H --no-decorate 2020-05-11 17:09:40,125 autosynth > Running: git clone --single-branch https://github.com/googleapis/synthtool.git -- /tmpfs/tmp/tmp9ka2v829/synthtool 2020-05-11 17:09:40,644 autosynth > Running: git log f8a9933e5e98202b04ef427f28d1d79221190fa4..HEAD --pretty=%H --no-decorate 2020-05-11 17:09:40,650 autosynth > Running: git log -1 --pretty=%at 6f8350c0df231d7e742fa10dbf929f33047715c9 2020-05-11 17:09:40,655 autosynth > Running: git log -1 --pretty=%at 0d69cddaa23b556e7299f84ad55a02ec1cad55a9 2020-05-11 17:09:40,660 autosynth > Running: git log -1 --pretty=%at d741cd976975c745d0199987aff0e908b8352992 2020-05-11 17:09:40,664 autosynth > Running: git log -1 --pretty=%at e4f4b23e07315492b533746e6a9255a1e6b3e748 2020-05-11 17:09:40,669 autosynth > Running: git log -1 --pretty=%at ee4ea76504aa60c2bff9b7c11269c155d8c21e0d 2020-05-11 17:09:40,674 autosynth > Running: git log -1 --pretty=%at 6114e2d30c0792522720d1c2cf8f5e111be7545b 2020-05-11 17:09:40,679 autosynth > Running: git log -1 --pretty=%at af71ea52236b05ce73253f6bc935fcf35c866664 2020-05-11 17:09:40,683 autosynth > Running: git log -1 --pretty=%at c451a4457f38e5582e9794a0094c773355a9eaad 2020-05-11 17:09:40,688 autosynth > Running: git log -1 --pretty=%at 9af7212bc2cba8a7184f032e1ab6662ccf604b3a 2020-05-11 17:09:40,692 autosynth > Running: git log -1 --pretty=%at ac1f904979899bc598fb0567cf7a367f08b40b43 2020-05-11 17:09:40,697 autosynth > Running: git log -1 --pretty=%at fe8b17aff5b419ffb418a77228fa049190488233 2020-05-11 17:09:40,701 autosynth > Running: git log -1 --pretty=%at fd35dc6865fa9f47f283d5a6c37c4901162007cf 2020-05-11 17:09:40,706 autosynth > Running: git log -1 --pretty=%at 96c0db42dbcb3bb0116cfa55c054dd139ffb3912 2020-05-11 17:09:40,712 autosynth > Running: git log -1 --pretty=%at b8c7c4e8da56547fc32bee9b563d306fadabdb6f 2020-05-11 17:09:40,717 autosynth > Running: git log -1 --pretty=%at b21bc9b46e3263cd4ebe50f60c61589e3fe797f2 2020-05-11 17:09:40,722 autosynth > Running: git log -1 --pretty=%at 41d5dee23527df3fc9127838a027df393d79ff3c 2020-05-11 17:09:40,727 autosynth > Running: git log -1 --pretty=%at 801c3fb47b1a533989a1fe5af4aedf02af5f2eae 2020-05-11 17:09:40,732 autosynth > Running: git log -1 --pretty=%at 1692c3d51ee7d4366ce81892df1b9ca9846480d3 2020-05-11 17:09:40,736 autosynth > Running: git log -1 --pretty=%at 1df336ab4a989e7b0bc363baa9fc91eb66b0625e 2020-05-11 17:09:40,741 autosynth > Running: git log -1 --pretty=%at 1e92c343790ae63f88817afde60bd2d5bc775f36 2020-05-11 17:09:40,746 autosynth > Running: git log -1 --pretty=%at cf18ab5200e41e9d0cfef88c6c4bcdd394faf1ca 2020-05-11 17:09:40,750 autosynth > Running: git log -1 --pretty=%at ab869e90c6ced0ef30fcc8e8fbe8e527a695d3cb 2020-05-11 17:09:40,755 autosynth > Running: git log -1 --pretty=%at 13736ead90e0fa65103eb03fea775a1c010564af 2020-05-11 17:09:40,760 autosynth > Running: git log -1 --pretty=%at f9d76ac088f5d444b16d5e17fe58a9eea57b7a99 2020-05-11 17:09:40,764 autosynth > Running: git log -1 --pretty=%at 1bd77e8ce6f953ac641af7966d0c52646afc16a8 2020-05-11 17:09:40,769 autosynth > Running: git log -1 --pretty=%at 3824f547aa44df459580615c73cabb30a2a78ee0 2020-05-11 17:09:40,773 autosynth > Running: git log -1 --pretty=%at 4d61e1cb40184a7ad63ef37b1813f6608718674a 2020-05-11 17:09:40,778 autosynth > Running: git log -1 --pretty=%at 9ea892ebe8a7cd66da9bd62eb7086b8dc2ddd559 2020-05-11 17:09:40,783 autosynth > Running: git log -1 --pretty=%at 0feb08065d91d6deebffef3019751f0619a72140 2020-05-11 17:09:40,787 autosynth > Running: git log -1 --pretty=%at 789fd7e0680b04a589447139811d55c5d1f34afe 2020-05-11 17:09:40,792 autosynth > Running: git log -1 --pretty=%at 4efd71279f0781579ced60c374336ce1b8b8cea8 2020-05-11 17:09:40,797 autosynth > Running: git log -1 --pretty=%at a34f4eb96a94bfd5b3e7f8de253db28d0a3e9237 2020-05-11 17:09:40,801 autosynth > Running: git log -1 --pretty=%at f561f57eea013327be27d8f6799b3cc2d18ee804 2020-05-11 17:09:40,806 autosynth > Running: git log -1 --pretty=%at c9942c00e8f35b5b37cd589ef7a0323aeda264e2 2020-05-11 17:09:40,811 autosynth > Running: git log -1 --pretty=%at e2a59ff2f861b1b92b2f15b242780dccddd77ab9 2020-05-11 17:09:40,816 autosynth > Running: git log -1 --pretty=%at df955af5d9508cf9215de6f1fbdad033d5b8fef6 2020-05-11 17:09:40,821 autosynth > Running: git log -1 --pretty=%at dea1f52034d188ca371c3a70c716ca2a6b3f2aa1 2020-05-11 17:09:40,826 autosynth > Running: git log -1 --pretty=%at 35672e7936b923eff048d0ee1529faa163cc81b8 2020-05-11 17:09:40,831 autosynth > Running: git log -1 --pretty=%at 26523a96798ce1a6caa1b3c912119059cfcc98a7 2020-05-11 17:09:40,836 autosynth > Running: git log -1 --pretty=%at 04eff659376f40a7111bf0e8e49fbb38bc7739f7 2020-05-11 17:09:40,841 autosynth > Running: git log -1 --pretty=%at 3028060618e8024af9a32b3ab3456c160091ecb7 2020-05-11 17:09:40,846 autosynth > Running: git log -1 --pretty=%at b5aa7d668d9513cf0d305c8b23262ee0ea9b850c 2020-05-11 17:09:40,850 autosynth > Running: git log -1 --pretty=%at c0a072159eda3c7d5a98201d6500feaf78a18073 2020-05-11 17:09:40,856 autosynth > Running: git log -1 --pretty=%at fea22b1d9f27f86ef355c1d0dba00e0791a08a19 2020-05-11 17:09:40,860 autosynth > Running: git log -1 --pretty=%at 80dac49dd5f407b14f15ac86b4922967b5dd6508 2020-05-11 17:09:40,865 autosynth > Running: git log -1 --pretty=%at b8495354535dc1370377cbb15a3ef7a07ec3a114 2020-05-11 17:09:40,870 autosynth > Running: git log -1 --pretty=%at ab5d07c2883026eec395d73ff59a17f4ad0153db 2020-05-11 17:09:40,874 autosynth > Running: git log -1 --pretty=%at 160e3187dc93265ed635ad68e12c483c8ab4f7be 2020-05-11 17:09:40,879 autosynth > Running: git log -1 --pretty=%at 629e6bea8418ad4a5d081ab9eb48bb327ad368e1 2020-05-11 17:09:40,884 autosynth > Running: git log -1 --pretty=%at c3f3cdeda70f60d808eaaae8fea44d306b6d5cc2 2020-05-11 17:09:40,888 autosynth > Running: git log -1 --pretty=%at cdf13efacdea0649e940452f9c5d320b93735974 2020-05-11 17:09:40,893 autosynth > Running: git log -1 --pretty=%at 101d31acd73076c52d78e18322be01f3debe8cb5 2020-05-11 17:09:40,897 autosynth > Running: git log -1 --pretty=%at cab24c7c9b570e2b483e4f742a7a4a111167238b 2020-05-11 17:09:40,902 autosynth > Running: git log -1 --pretty=%at 6e0ac551e057e20a6c41ab0b21ffa9623e463326 2020-05-11 17:09:40,906 autosynth > Running: git log -1 --pretty=%at 69b4dc56d21394e7c39bc62fe11c76a88aa5511f 2020-05-11 17:09:40,911 autosynth > Running: git log -1 --pretty=%at bcc476396e799806d3355e87246c6becf6250a70 2020-05-11 17:09:40,915 autosynth > Running: git log -1 --pretty=%at b5e9b0b09cc15c263f07da92fa64db31b2e4dd07 2020-05-11 17:09:40,919 autosynth > Running: git log -1 --pretty=%at c09ec5156db66d326cce56ed3a2a8092e02c3abd 2020-05-11 17:09:40,924 autosynth > Running: git log -1 --pretty=%at 42ee97c1b93a0e3759bbba3013da309f670a90ab 2020-05-11 17:09:40,928 autosynth > Running: git log -1 --pretty=%at 45b363d3ab4692115cc5018eb26dcdaa49b320a8 2020-05-11 17:09:40,933 autosynth > Running: git log -1 --pretty=%at 012c553112fcceb7b69822e24335575bf99ec62b 2020-05-11 17:09:40,937 autosynth > Running: git log -1 --pretty=%at 2bf9f22da3f101aeb536e1e88fe036323b8e9188 2020-05-11 17:09:40,942 autosynth > Running: git log -1 --pretty=%at 862cd840dbb0101a0630913217bf8b6d4101c84c 2020-05-11 17:09:40,946 autosynth > Running: git log -1 --pretty=%at b3bcfd059ec684445a38db693f6e36f14a1d2618 2020-05-11 17:09:40,951 autosynth > Running: git log -1 --pretty=%at 1d520eaa7bbd8b40f53942ff03b5496fff887b53 2020-05-11 17:09:40,955 autosynth > Running: git log -1 --pretty=%at 0d7c3565dd942d0cc41b16e895046486ae29e44e 2020-05-11 17:09:40,960 autosynth > Running: git log -1 --pretty=%at d14bf59a446c14ef16e9931ebfc8e63ab549bf07 2020-05-11 17:09:40,964 autosynth > Running: git log -1 --pretty=%at 28e76243c23cc282efbb288cb558c174e3e5e9ee 2020-05-11 17:09:40,968 autosynth > Running: git log -1 --pretty=%at 5dca7f1079a4c127245c0f1dbb8293b434fbd0c8 2020-05-11 17:09:40,973 autosynth > Running: git log -1 --pretty=%at c2bfceedfc9f01356229bd206ad25e250aa9551c 2020-05-11 17:09:40,977 autosynth > Running: git log -1 --pretty=%at 371206424e6db4df2cb3734bb1013dcaac9dbe4b 2020-05-11 17:09:40,981 autosynth > Running: git log -1 --pretty=%at ff17eefa184f6985e5d9a8ee3e725da95a06cd23 2020-05-11 17:09:40,985 autosynth > Running: git log -1 --pretty=%at c284e4f849e4b085a297d336cef8721ab69ba013 2020-05-11 17:09:40,990 autosynth > Running: git log -1 --pretty=%at 756b174de4a122461993c1c583345533d819936d 2020-05-11 17:09:40,995 autosynth > Running: git log -1 --pretty=%at 3f5f8a2258c6a41f9fbf7b80acbca631dda0a952 2020-05-11 17:09:41,000 autosynth > Running: git log -1 --pretty=%at 7e1c7603c8cb2f05ef29842405654ff8a9d3d108 2020-05-11 17:09:41,004 autosynth > Running: git log -1 --pretty=%at f78da0d54c78aa8f66d52a448db1f7ec0e0fd591 2020-05-11 17:09:41,009 autosynth > Running: git log -1 --pretty=%at aaff764c185e18a6c73227357c3df5fa60fec85a 2020-05-11 17:09:41,014 autosynth > Running: git log -1 --pretty=%at ee9e8e4e67f06aba881392a1a2956fbe7a42d216 2020-05-11 17:09:41,018 autosynth > Running: git log -1 --pretty=%at 93b25607689c4bcdb3cb35c657fd3c16249dcd54 2020-05-11 17:09:41,023 autosynth > Running: git log -1 --pretty=%at ab3468cf63abc521be76c9eceb620d61c5ddd76a 2020-05-11 17:09:41,028 autosynth > Running: git log -1 --pretty=%at a737a68e214d1cf927457c996b73e2600b14a949 2020-05-11 17:09:41,033 autosynth > Running: git log -1 --pretty=%at 4ca990cb1a6771f11469b1fdf2fc578271703db0 2020-05-11 17:09:41,037 autosynth > Running: git log -1 --pretty=%at e0f9d9e1f9de890db765be46f45ca8490723e3eb 2020-05-11 17:09:41,042 autosynth > Running: git log -1 --pretty=%at 1b5a8d2bbb69c5a04db26bd546d2888e609c6bab 2020-05-11 17:09:41,047 autosynth > Running: git log -1 --pretty=%at 4bef0001ac7040431ea24b6187424fdec9c08b1b 2020-05-11 17:09:41,052 autosynth > Running: git log -1 --pretty=%at a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727 2020-05-11 17:09:41,056 autosynth > Running: git log -1 --pretty=%at 6dfd72d028a0d0a43764e060f7b15e004385c3a1 2020-05-11 17:09:41,061 autosynth > Running: git log -1 --pretty=%at 839fae42335ee1bb1e70767f3e6c51738683892b 2020-05-11 17:09:41,066 autosynth > Running: git log -1 --pretty=%at 30cfca094376e4904e32e71c838a81169fd4a2e2 2020-05-11 17:09:41,071 autosynth > Running: git log -1 --pretty=%at c08dcec05ce1c181bcdbce59cabba36e0e541ff6 2020-05-11 17:09:41,075 autosynth > Running: git log -1 --pretty=%at 2fc2caaacb15949c7f80426bfc7dafdd41dbc333 2020-05-11 17:09:41,080 autosynth > Running: git log -1 --pretty=%at 684dfea7decfeca7a7526ea96a8e9256694dd5d8 2020-05-11 17:09:41,084 autosynth > Running: git log -1 --pretty=%at fb8f62b6784f43faf4b64179c57ce4b4931b1a00 2020-05-11 17:09:41,089 autosynth > Running: git log -1 --pretty=%at d3cc7bbf41afdfd6677cc1ab0d53965625cc073b 2020-05-11 17:09:41,093 autosynth > Running: git log -1 --pretty=%at 83816bb3093686a28af2891db5b7506614a820b1 2020-05-11 17:09:41,098 autosynth > Running: git log -1 --pretty=%at 73d4b5d9a791f8b1ee63d439ffe909bb8ffa07f7 2020-05-11 17:09:41,102 autosynth > Running: git log -1 --pretty=%at 482e5206e05e4ba8cd79738f6fb7a521c8c23555 2020-05-11 17:09:41,106 autosynth > Running: git log -1 --pretty=%at 1019b0d9dbd999e1107f90247fcc478678d1105c 2020-05-11 17:09:41,111 autosynth > Running: git log -1 --pretty=%at 4186d3e5424edc088a0f4dbce78f02dd860f3de8 2020-05-11 17:09:41,116 autosynth > Running: git log -1 --pretty=%at aed11c01e52921613b9ee469c2d85f5f33175fb7 2020-05-11 17:09:41,120 autosynth > Running: git log -1 --pretty=%at f8a9933e5e98202b04ef427f28d1d79221190fa4 2020-05-11 17:09:41,125 autosynth > Running: git log -1 --pretty=%at 19465d3ec5e5acdb01521d8f3bddd311bcbee28d 2020-05-11 17:09:41,130 autosynth > Running: git log -1 --pretty=%at f5e4c17dc78a966dbf29961dd01f9bbd63e20a04 2020-05-11 17:09:41,134 autosynth > Running: git log -1 --pretty=%at 21ce80f9d4785dc75aa36d26944bddd5a1b7e25b 2020-05-11 17:09:41,139 autosynth > Running: git log -1 --pretty=%at 716f741f2d307b48cbe8a5bc3bc883571212344a 2020-05-11 17:09:41,144 autosynth > Running: git log -1 --pretty=%at 01b6f23d24b27878b48667ce597876d66b59780e 2020-05-11 17:09:41,149 autosynth > Running: git log -1 --pretty=%at 969a2340e74c73227e7c1638ed7650abcac22ee4 2020-05-11 17:09:41,153 autosynth > Running: git log -1 --pretty=%at 720b7bff0da03ed9e67cb2362f2d291241fa59ae 2020-05-11 17:09:41,158 autosynth > Running: git log -1 --pretty=%at 7c1a92d00de654db2fb440243129c61393a694e2 2020-05-11 17:09:41,162 autosynth > Running: git log -1 --pretty=%at 46fb62a3ebda62cc6c1c98e4f1eaf91965eab580 2020-05-11 17:09:41,167 autosynth > Running: git log -1 --pretty=%at 6b685a261479e27fd959dd7b1ff253d6cf595172 2020-05-11 17:09:41,172 autosynth > Running: git log -1 --pretty=%at 958a803ee0c43523fa3e6e0bb016276a69614c8e 2020-05-11 17:09:41,177 autosynth > Running: git log -1 --pretty=%at cdddf139b36000b3a7c65fd2a7781e253262359a 2020-05-11 17:09:41,181 autosynth > Running: git log -1 --pretty=%at 04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256 2020-05-11 17:09:41,186 autosynth > Running: git log -1 --pretty=%at a2c1c4f89a5e220e7b39420ebea33623c7c72804 2020-05-11 17:09:41,191 autosynth > Running: git log -1 --pretty=%at ea3ae392fced25d7d6f5c7ef9c8a1f24768a0936 2020-05-11 17:09:41,196 autosynth > Running: git log -1 --pretty=%at 09c48461232ce929c34386259eb59018ad2d8eef 2020-05-11 17:09:41,201 autosynth > Running: git log -1 --pretty=%at ab883569eb0257bbf16a6d825fd018b3adde3912 2020-05-11 17:09:41,206 autosynth > Running: git log -1 --pretty=%at 756bc4dfc24e8bc4c5dd4116daa41a0440ebf5a0 2020-05-11 17:09:41,210 autosynth > Running: git log -1 --pretty=%at 558bb0d70fa98ea228483b44885704d8941a6a80 2020-05-11 17:09:41,215 autosynth > Running: git log -1 --pretty=%at be74d3e532faa47eb59f1a0eaebde0860d1d8ab4 2020-05-11 17:09:41,220 autosynth > Running: git log -1 --pretty=%at 4674113712c0c7ada19e6a8219d7963ff174b392 2020-05-11 17:09:41,225 autosynth > Running: git log -1 --pretty=%at 5bbfd095faedfe273819d266f21e402192a29041 2020-05-11 17:09:41,230 autosynth > Running: git log -1 --pretty=%at 4fa923bd3dafb91df8613accbe2230299cc5b98e 2020-05-11 17:09:41,234 autosynth > Running: git log -1 --pretty=%at 55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:09:41,239 autosynth > Running: git log -1 --pretty=%at 98c50772ec23295c64cf0d2ddf199ea52961fd4c 2020-05-11 17:09:41,244 autosynth > Forking toolbox 2020-05-11 17:09:41,244 autosynth > forking: autosynth-self 2020-05-11 17:09:41,245 autosynth > Running: git branch -f autosynth-self 2020-05-11 17:09:41,249 autosynth > forking: autosynth-googleapis 2020-05-11 17:09:41,251 autosynth > Running: git branch -f autosynth-googleapis 2020-05-11 17:09:41,255 autosynth > forking: autosynth-synthtool 2020-05-11 17:09:41,256 autosynth > Running: git branch -f autosynth-synthtool 2020-05-11 17:09:41,261 autosynth > Forked branch: autosynth-self 2020-05-11 17:09:41,450 autosynth > Running: git checkout autosynth-self 2020-05-11 17:09:41,461 autosynth > Building most recent versions 2020-05-11 17:09:41,461 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:09:41,468 autosynth > Running: git checkout 6f8350c0df231d7e742fa10dbf929f33047715c9 2020-05-11 17:09:41,574 autosynth > Running: git checkout f8a9933e5e98202b04ef427f28d1d79221190fa4 2020-05-11 17:09:41,588 autosynth > Running: git branch -f autosynth-self-2 2020-05-11 17:09:41,594 autosynth > Running: git checkout autosynth-self-2 2020-05-11 17:09:41,600 autosynth > Running synthtool 2020-05-11 17:09:41,600 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:09:41,600 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/self/2/sponge_log.log 2020-05-11 17:10:03,413 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:10:03,413 autosynth > Synthesis failed 2020-05-11 17:10:03,413 autosynth > Running: git reset --hard HEAD 2020-05-11 17:10:03,420 autosynth > Running: git checkout autosynth-self 2020-05-11 17:10:03,426 autosynth > Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1. 2020-05-11 17:10:03,426 autosynth > Building most recent versions 2020-05-11 17:10:03,426 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:10:03,432 autosynth > Running: git checkout aed11c01e52921613b9ee469c2d85f5f33175fb7 2020-05-11 17:10:03,495 autosynth > Running: git checkout 98c50772ec23295c64cf0d2ddf199ea52961fd4c 2020-05-11 17:10:03,510 autosynth > Running: git branch -f autosynth-127 2020-05-11 17:10:03,516 autosynth > Running: git checkout autosynth-127 2020-05-11 17:10:03,521 autosynth > Running synthtool 2020-05-11 17:10:03,522 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:10:03,522 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/127/sponge_log.log 2020-05-11 17:14:05,190 autosynth > Running: git status --porcelain 2020-05-11 17:14:05,203 autosynth > Changed files: 2020-05-11 17:14:05,203 autosynth > M .kokoro/build.bat M synth.metadata ?? .github/workflows/ 2020-05-11 17:14:05,204 autosynth > Running: git log 98c50772ec23295c64cf0d2ddf199ea52961fd4c -1 --no-decorate --pretty=%B%n%nSource-Author: %an <%ae>%nSource-Date: %ad 2020-05-11 17:14:05,209 autosynth > Running: git add -A 2020-05-11 17:14:05,217 autosynth > Running: git commit -m chore: move ci.yaml to workflows dir (#535) Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Mon May 11 16:24:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 98c50772ec23295c64cf0d2ddf199ea52961fd4c Source-Link: https://github.com/googleapis/synthtool/commit/98c50772ec23295c64cf0d2ddf199ea52961fd4c 2020-05-11 17:14:05,228 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:05,237 autosynth > Running: git checkout autosynth 2020-05-11 17:14:05,244 autosynth > Found changes -- digging deeper. 2020-05-11 17:14:05,244 autosynth > Building oldest versions 2020-05-11 17:14:05,245 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:05,252 autosynth > Running: git checkout 6f8350c0df231d7e742fa10dbf929f33047715c9 2020-05-11 17:14:05,316 autosynth > Running: git checkout f8a9933e5e98202b04ef427f28d1d79221190fa4 2020-05-11 17:14:05,329 autosynth > Running: git branch -f autosynth-0 2020-05-11 17:14:05,334 autosynth > Running: git checkout autosynth-0 2020-05-11 17:14:05,340 autosynth > Running synthtool 2020-05-11 17:14:05,341 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:05,341 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/0/sponge_log.log 2020-05-11 17:14:11,016 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:11,016 autosynth > Synthesis failed 2020-05-11 17:14:11,017 autosynth > Running: git status --porcelain 2020-05-11 17:14:11,026 autosynth > Changed files: 2020-05-11 17:14:11,026 autosynth > 2020-05-11 17:14:11,027 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:11,034 autosynth > Running: git checkout autosynth 2020-05-11 17:14:11,042 autosynth > Running: git diff autosynth-0..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:11,049 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:11,056 autosynth > Running: git checkout 45b363d3ab4692115cc5018eb26dcdaa49b320a8 2020-05-11 17:14:11,108 autosynth > Running: git checkout f5e4c17dc78a966dbf29961dd01f9bbd63e20a04 2020-05-11 17:14:11,117 autosynth > Running: git branch -f autosynth-63 2020-05-11 17:14:11,123 autosynth > Running: git checkout autosynth-63 2020-05-11 17:14:11,130 autosynth > Running synthtool 2020-05-11 17:14:11,130 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:11,130 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/63/sponge_log.log 2020-05-11 17:14:16,035 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:16,035 autosynth > Synthesis failed 2020-05-11 17:14:16,035 autosynth > Running: git status --porcelain 2020-05-11 17:14:16,042 autosynth > Changed files: 2020-05-11 17:14:16,042 autosynth > 2020-05-11 17:14:16,042 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:16,049 autosynth > Running: git checkout autosynth 2020-05-11 17:14:16,055 autosynth > Running: git diff autosynth-0..autosynth-63 -- . :(exclude)synth.metadata 2020-05-11 17:14:16,060 autosynth > Running: git diff autosynth-0..autosynth-63 -- synth.metadata 2020-05-11 17:14:16,065 autosynth > Running: git diff autosynth-63..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:16,070 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:16,075 autosynth > Running: git checkout ab3468cf63abc521be76c9eceb620d61c5ddd76a 2020-05-11 17:14:16,124 autosynth > Running: git checkout 04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256 2020-05-11 17:14:16,137 autosynth > Running: git branch -f autosynth-95 2020-05-11 17:14:16,142 autosynth > Running: git checkout autosynth-95 2020-05-11 17:14:16,148 autosynth > Running synthtool 2020-05-11 17:14:16,149 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:16,149 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/95/sponge_log.log 2020-05-11 17:14:20,444 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:20,445 autosynth > Synthesis failed 2020-05-11 17:14:20,445 autosynth > Running: git status --porcelain 2020-05-11 17:14:20,453 autosynth > Changed files: 2020-05-11 17:14:20,454 autosynth > 2020-05-11 17:14:20,454 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:20,463 autosynth > Running: git checkout autosynth 2020-05-11 17:14:20,471 autosynth > Running: git diff autosynth-63..autosynth-95 -- . :(exclude)synth.metadata 2020-05-11 17:14:20,477 autosynth > Running: git diff autosynth-63..autosynth-95 -- synth.metadata 2020-05-11 17:14:20,482 autosynth > Running: git diff autosynth-95..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:20,487 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:20,494 autosynth > Running: git checkout 30cfca094376e4904e32e71c838a81169fd4a2e2 2020-05-11 17:14:20,519 autosynth > Running: git checkout be74d3e532faa47eb59f1a0eaebde0860d1d8ab4 2020-05-11 17:14:20,530 autosynth > Running: git branch -f autosynth-111 2020-05-11 17:14:20,537 autosynth > Running: git checkout autosynth-111 2020-05-11 17:14:20,543 autosynth > Running synthtool 2020-05-11 17:14:20,544 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:20,544 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/111/sponge_log.log 2020-05-11 17:14:35,389 autosynth > Running: git status --porcelain 2020-05-11 17:14:35,402 autosynth > Changed files: 2020-05-11 17:14:35,402 autosynth > M synth.metadata 2020-05-11 17:14:35,402 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:35,411 autosynth > Running: git checkout autosynth 2020-05-11 17:14:35,418 autosynth > Running: git diff autosynth-95..autosynth-111 -- . :(exclude)synth.metadata 2020-05-11 17:14:35,422 autosynth > Running: git diff autosynth-95..autosynth-111 -- synth.metadata 2020-05-11 17:14:35,427 autosynth > Running: git diff autosynth-111..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:35,432 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:35,439 autosynth > Running: git checkout 83816bb3093686a28af2891db5b7506614a820b1 2020-05-11 17:14:35,457 autosynth > Running: git checkout 5bbfd095faedfe273819d266f21e402192a29041 2020-05-11 17:14:35,466 autosynth > Running: git branch -f autosynth-119 2020-05-11 17:14:35,471 autosynth > Running: git checkout autosynth-119 2020-05-11 17:14:35,477 autosynth > Running synthtool 2020-05-11 17:14:35,477 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:35,477 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/119/sponge_log.log 2020-05-11 17:14:46,470 autosynth > Running: git status --porcelain 2020-05-11 17:14:46,482 autosynth > Changed files: 2020-05-11 17:14:46,482 autosynth > M synth.metadata 2020-05-11 17:14:46,483 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:46,491 autosynth > Running: git checkout autosynth 2020-05-11 17:14:46,498 autosynth > Running: git diff autosynth-111..autosynth-119 -- . :(exclude)synth.metadata 2020-05-11 17:14:46,503 autosynth > Running: git diff autosynth-111..autosynth-119 -- synth.metadata 2020-05-11 17:14:46,508 autosynth > Running: git diff autosynth-119..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:46,513 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:46,520 autosynth > Running: git checkout 4186d3e5424edc088a0f4dbce78f02dd860f3de8 2020-05-11 17:14:46,538 autosynth > Running: git checkout 5bbfd095faedfe273819d266f21e402192a29041 2020-05-11 17:14:46,545 autosynth > Running: git branch -f autosynth-123 2020-05-11 17:14:46,551 autosynth > Running: git checkout autosynth-123 2020-05-11 17:14:46,557 autosynth > Running synthtool 2020-05-11 17:14:46,557 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:46,557 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/123/sponge_log.log 2020-05-11 17:14:57,403 autosynth > Running: git status --porcelain 2020-05-11 17:14:57,415 autosynth > Changed files: 2020-05-11 17:14:57,415 autosynth > M synth.metadata 2020-05-11 17:14:57,415 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:57,423 autosynth > Running: git checkout autosynth 2020-05-11 17:14:57,431 autosynth > Running: git diff autosynth-119..autosynth-123 -- . :(exclude)synth.metadata 2020-05-11 17:14:57,436 autosynth > Running: git diff autosynth-119..autosynth-123 -- synth.metadata 2020-05-11 17:14:57,440 autosynth > Running: git diff autosynth-123..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:57,445 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:57,452 autosynth > Running: git checkout aed11c01e52921613b9ee469c2d85f5f33175fb7 2020-05-11 17:14:57,468 autosynth > Running: git checkout 4fa923bd3dafb91df8613accbe2230299cc5b98e 2020-05-11 17:14:57,477 autosynth > Running: git branch -f autosynth-125 2020-05-11 17:14:57,482 autosynth > Running: git checkout autosynth-125 2020-05-11 17:14:57,489 autosynth > Running synthtool 2020-05-11 17:14:57,489 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:57,489 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/125/sponge_log.log 2020-05-11 17:15:13,201 autosynth > Running: git status --porcelain 2020-05-11 17:15:13,212 autosynth > Changed files: 2020-05-11 17:15:13,212 autosynth > M synth.metadata 2020-05-11 17:15:13,213 autosynth > Running: git reset --hard HEAD 2020-05-11 17:15:13,221 autosynth > Running: git checkout autosynth 2020-05-11 17:15:13,228 autosynth > Running: git diff autosynth-123..autosynth-125 -- . :(exclude)synth.metadata 2020-05-11 17:15:13,233 autosynth > Running: git diff autosynth-123..autosynth-125 -- synth.metadata 2020-05-11 17:15:13,238 autosynth > Running: git diff autosynth-125..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:15:13,243 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:15:13,250 autosynth > Running: git checkout aed11c01e52921613b9ee469c2d85f5f33175fb7 2020-05-11 17:15:13,264 autosynth > Running: git checkout 55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:15:13,273 autosynth > Running: git branch -f autosynth-126 2020-05-11 17:15:13,278 autosynth > Running: git checkout autosynth-126 2020-05-11 17:15:13,284 autosynth > Running synthtool 2020-05-11 17:15:13,284 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:15:13,284 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/126/sponge_log.log 2020-05-11 17:15:24,184 autosynth > Running: git status --porcelain 2020-05-11 17:15:24,195 autosynth > Changed files: 2020-05-11 17:15:24,195 autosynth > M .kokoro/build.bat M synth.metadata ?? .github/ci.yaml 2020-05-11 17:15:24,196 autosynth > Running: git log 55cdc844877d97139f25004229842624a6a86a02 -1 --no-decorate --pretty=%B%n%nSource-Author: %an <%ae>%nSource-Date: %ad 2020-05-11 17:15:24,201 autosynth > Running: git add -A 2020-05-11 17:15:24,208 autosynth > Running: git commit -m ci(java): switch to GitHub Actions (#533) * ci: switch to GitHub Actions * update based on comment Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Mon May 11 12:54:00 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 55cdc844877d97139f25004229842624a6a86a02 Source-Link: https://github.com/googleapis/synthtool/commit/55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:15:24,220 autosynth > Running: git reset --hard HEAD 2020-05-11 17:15:24,229 autosynth > Running: git checkout autosynth 2020-05-11 17:15:24,236 autosynth > Running: git diff HEAD..autosynth-126 -- . :(exclude)synth.metadata 2020-05-11 17:15:24,241 autosynth > Running: git diff HEAD autosynth-126 2020-05-11 17:15:24,241 autosynth > -> /tmpfs/tmp/tmp9ka2v829/autosynth-126.patch 2020-05-11 17:15:24,247 autosynth > Running: git apply /tmpfs/tmp/tmp9ka2v829/autosynth-126.patch 2020-05-11 17:15:24,252 autosynth > Running: git add -A 2020-05-11 17:15:24,259 autosynth > Running: git commit -m ci(java): switch to GitHub Actions (#533) * ci: switch to GitHub Actions * update based on comment Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Mon May 11 12:54:00 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 55cdc844877d97139f25004229842624a6a86a02 Source-Link: https://github.com/googleapis/synthtool/commit/55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:15:24,268 autosynth > Running: git diff HEAD..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:15:24,273 autosynth > Running: git diff HEAD autosynth-127 2020-05-11 17:15:24,273 autosynth > -> /tmpfs/tmp/tmp9ka2v829/autosynth-127.patch 2020-05-11 17:15:24,278 autosynth > Running: git apply /tmpfs/tmp/tmp9ka2v829/autosynth-127.patch 2020-05-11 17:15:24,282 autosynth > Running: git add -A 2020-05-11 17:15:24,288 autosynth > Running: git commit -m chore: move ci.yaml to workflows dir (#535) Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Mon May 11 16:24:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 98c50772ec23295c64cf0d2ddf199ea52961fd4c Source-Link: https://github.com/googleapis/synthtool/commit/98c50772ec23295c64cf0d2ddf199ea52961fd4c 2020-05-11 17:15:24,298 autosynth > Running: git push --force origin autosynth 2020-05-11 17:15:27,695 autosynth > Running: git log -2 --pretty=%b 2020-05-11 17:15:27,700 autosynth > creating pull request to: googleapis/java-accessapproval 2020-05-11 17:15:27,700 autosynth > This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/c5f7338e-3c88-4aa0-9102-e6d02a16d4ef/targets Source-Link: https://github.com/googleapis/synthtool/commit/98c50772ec23295c64cf0d2ddf199ea52961fd4c Source-Link: https://github.com/googleapis/synthtool/commit/55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:15:28,164 autosynth > {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for googleapis:autosynth."}],"documentation_url":"https://developer.github.com/v3/pulls/#create-a-pull-request"} 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/github/synthtool/autosynth/synth.py", line 642, in <module> main() File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 489, in main return _inner_main(temp_dir) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 624, in _inner_main commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 380, in synthesize_loop toolbox.push_changes(change_pusher) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 301, in push_changes pr = change_pusher.push_changes(self.commit_count, self.branch, pr_title) File "/tmpfs/src/github/synthtool/autosynth/change_pusher.py", line 92, in push_changes body=build_pr_body(synth_log, trailers), File "/tmpfs/src/github/synthtool/autosynth/github.py", line 70, in create_pull_request response.raise_for_status() File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/requests/models.py", line 941, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://api.github.com/repos/googleapis/java-accessapproval/pulls ``` Google internal developers can see the full log [here](https://sponge/c5f7338e-3c88-4aa0-9102-e6d02a16d4ef).
1.0
Synthesis failed for java-accessapproval - Hello! Autosynth couldn't regenerate java-accessapproval. :broken_heart: Here's the output from running `synth.py`: ``` 2020-05-11 17:09:38,078 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval 2020-05-11 17:09:38,579 autosynth > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore 2020-05-11 17:09:38,584 autosynth > Running: git config user.name yoshi-automation 2020-05-11 17:09:38,589 autosynth > Running: git config user.email yoshi-automation@google.com 2020-05-11 17:09:38,593 autosynth > Running: git config push.default simple 2020-05-11 17:09:38,597 autosynth > Running: git branch -f autosynth 2020-05-11 17:09:38,602 autosynth > Running: git checkout autosynth 2020-05-11 17:09:38,612 autosynth > autosynth flags: 2020-05-11 17:09:38,613 autosynth > AUTOSYNTH_MULTIPLE_COMMITS: true 2020-05-11 17:09:38,613 autosynth > AUTOSYNTH_MULTIPLE_PRS: true 2020-05-11 17:09:38,614 autosynth > Running: git rev-parse --show-toplevel 2020-05-11 17:09:38,618 autosynth > Running: git log -1 --pretty=%H 2020-05-11 17:09:38,623 autosynth > Running: git remote get-url origin 2020-05-11 17:09:38,628 autosynth > Running: git clone --single-branch https://github.com/googleapis/googleapis.git -- /tmpfs/tmp/tmp9ka2v829/googleapis 2020-05-11 17:09:40,118 autosynth > Running: git log 6f8350c0df231d7e742fa10dbf929f33047715c9..HEAD --pretty=%H --no-decorate 2020-05-11 17:09:40,125 autosynth > Running: git clone --single-branch https://github.com/googleapis/synthtool.git -- /tmpfs/tmp/tmp9ka2v829/synthtool 2020-05-11 17:09:40,644 autosynth > Running: git log f8a9933e5e98202b04ef427f28d1d79221190fa4..HEAD --pretty=%H --no-decorate 2020-05-11 17:09:40,650 autosynth > Running: git log -1 --pretty=%at 6f8350c0df231d7e742fa10dbf929f33047715c9 2020-05-11 17:09:40,655 autosynth > Running: git log -1 --pretty=%at 0d69cddaa23b556e7299f84ad55a02ec1cad55a9 2020-05-11 17:09:40,660 autosynth > Running: git log -1 --pretty=%at d741cd976975c745d0199987aff0e908b8352992 2020-05-11 17:09:40,664 autosynth > Running: git log -1 --pretty=%at e4f4b23e07315492b533746e6a9255a1e6b3e748 2020-05-11 17:09:40,669 autosynth > Running: git log -1 --pretty=%at ee4ea76504aa60c2bff9b7c11269c155d8c21e0d 2020-05-11 17:09:40,674 autosynth > Running: git log -1 --pretty=%at 6114e2d30c0792522720d1c2cf8f5e111be7545b 2020-05-11 17:09:40,679 autosynth > Running: git log -1 --pretty=%at af71ea52236b05ce73253f6bc935fcf35c866664 2020-05-11 17:09:40,683 autosynth > Running: git log -1 --pretty=%at c451a4457f38e5582e9794a0094c773355a9eaad 2020-05-11 17:09:40,688 autosynth > Running: git log -1 --pretty=%at 9af7212bc2cba8a7184f032e1ab6662ccf604b3a 2020-05-11 17:09:40,692 autosynth > Running: git log -1 --pretty=%at ac1f904979899bc598fb0567cf7a367f08b40b43 2020-05-11 17:09:40,697 autosynth > Running: git log -1 --pretty=%at fe8b17aff5b419ffb418a77228fa049190488233 2020-05-11 17:09:40,701 autosynth > Running: git log -1 --pretty=%at fd35dc6865fa9f47f283d5a6c37c4901162007cf 2020-05-11 17:09:40,706 autosynth > Running: git log -1 --pretty=%at 96c0db42dbcb3bb0116cfa55c054dd139ffb3912 2020-05-11 17:09:40,712 autosynth > Running: git log -1 --pretty=%at b8c7c4e8da56547fc32bee9b563d306fadabdb6f 2020-05-11 17:09:40,717 autosynth > Running: git log -1 --pretty=%at b21bc9b46e3263cd4ebe50f60c61589e3fe797f2 2020-05-11 17:09:40,722 autosynth > Running: git log -1 --pretty=%at 41d5dee23527df3fc9127838a027df393d79ff3c 2020-05-11 17:09:40,727 autosynth > Running: git log -1 --pretty=%at 801c3fb47b1a533989a1fe5af4aedf02af5f2eae 2020-05-11 17:09:40,732 autosynth > Running: git log -1 --pretty=%at 1692c3d51ee7d4366ce81892df1b9ca9846480d3 2020-05-11 17:09:40,736 autosynth > Running: git log -1 --pretty=%at 1df336ab4a989e7b0bc363baa9fc91eb66b0625e 2020-05-11 17:09:40,741 autosynth > Running: git log -1 --pretty=%at 1e92c343790ae63f88817afde60bd2d5bc775f36 2020-05-11 17:09:40,746 autosynth > Running: git log -1 --pretty=%at cf18ab5200e41e9d0cfef88c6c4bcdd394faf1ca 2020-05-11 17:09:40,750 autosynth > Running: git log -1 --pretty=%at ab869e90c6ced0ef30fcc8e8fbe8e527a695d3cb 2020-05-11 17:09:40,755 autosynth > Running: git log -1 --pretty=%at 13736ead90e0fa65103eb03fea775a1c010564af 2020-05-11 17:09:40,760 autosynth > Running: git log -1 --pretty=%at f9d76ac088f5d444b16d5e17fe58a9eea57b7a99 2020-05-11 17:09:40,764 autosynth > Running: git log -1 --pretty=%at 1bd77e8ce6f953ac641af7966d0c52646afc16a8 2020-05-11 17:09:40,769 autosynth > Running: git log -1 --pretty=%at 3824f547aa44df459580615c73cabb30a2a78ee0 2020-05-11 17:09:40,773 autosynth > Running: git log -1 --pretty=%at 4d61e1cb40184a7ad63ef37b1813f6608718674a 2020-05-11 17:09:40,778 autosynth > Running: git log -1 --pretty=%at 9ea892ebe8a7cd66da9bd62eb7086b8dc2ddd559 2020-05-11 17:09:40,783 autosynth > Running: git log -1 --pretty=%at 0feb08065d91d6deebffef3019751f0619a72140 2020-05-11 17:09:40,787 autosynth > Running: git log -1 --pretty=%at 789fd7e0680b04a589447139811d55c5d1f34afe 2020-05-11 17:09:40,792 autosynth > Running: git log -1 --pretty=%at 4efd71279f0781579ced60c374336ce1b8b8cea8 2020-05-11 17:09:40,797 autosynth > Running: git log -1 --pretty=%at a34f4eb96a94bfd5b3e7f8de253db28d0a3e9237 2020-05-11 17:09:40,801 autosynth > Running: git log -1 --pretty=%at f561f57eea013327be27d8f6799b3cc2d18ee804 2020-05-11 17:09:40,806 autosynth > Running: git log -1 --pretty=%at c9942c00e8f35b5b37cd589ef7a0323aeda264e2 2020-05-11 17:09:40,811 autosynth > Running: git log -1 --pretty=%at e2a59ff2f861b1b92b2f15b242780dccddd77ab9 2020-05-11 17:09:40,816 autosynth > Running: git log -1 --pretty=%at df955af5d9508cf9215de6f1fbdad033d5b8fef6 2020-05-11 17:09:40,821 autosynth > Running: git log -1 --pretty=%at dea1f52034d188ca371c3a70c716ca2a6b3f2aa1 2020-05-11 17:09:40,826 autosynth > Running: git log -1 --pretty=%at 35672e7936b923eff048d0ee1529faa163cc81b8 2020-05-11 17:09:40,831 autosynth > Running: git log -1 --pretty=%at 26523a96798ce1a6caa1b3c912119059cfcc98a7 2020-05-11 17:09:40,836 autosynth > Running: git log -1 --pretty=%at 04eff659376f40a7111bf0e8e49fbb38bc7739f7 2020-05-11 17:09:40,841 autosynth > Running: git log -1 --pretty=%at 3028060618e8024af9a32b3ab3456c160091ecb7 2020-05-11 17:09:40,846 autosynth > Running: git log -1 --pretty=%at b5aa7d668d9513cf0d305c8b23262ee0ea9b850c 2020-05-11 17:09:40,850 autosynth > Running: git log -1 --pretty=%at c0a072159eda3c7d5a98201d6500feaf78a18073 2020-05-11 17:09:40,856 autosynth > Running: git log -1 --pretty=%at fea22b1d9f27f86ef355c1d0dba00e0791a08a19 2020-05-11 17:09:40,860 autosynth > Running: git log -1 --pretty=%at 80dac49dd5f407b14f15ac86b4922967b5dd6508 2020-05-11 17:09:40,865 autosynth > Running: git log -1 --pretty=%at b8495354535dc1370377cbb15a3ef7a07ec3a114 2020-05-11 17:09:40,870 autosynth > Running: git log -1 --pretty=%at ab5d07c2883026eec395d73ff59a17f4ad0153db 2020-05-11 17:09:40,874 autosynth > Running: git log -1 --pretty=%at 160e3187dc93265ed635ad68e12c483c8ab4f7be 2020-05-11 17:09:40,879 autosynth > Running: git log -1 --pretty=%at 629e6bea8418ad4a5d081ab9eb48bb327ad368e1 2020-05-11 17:09:40,884 autosynth > Running: git log -1 --pretty=%at c3f3cdeda70f60d808eaaae8fea44d306b6d5cc2 2020-05-11 17:09:40,888 autosynth > Running: git log -1 --pretty=%at cdf13efacdea0649e940452f9c5d320b93735974 2020-05-11 17:09:40,893 autosynth > Running: git log -1 --pretty=%at 101d31acd73076c52d78e18322be01f3debe8cb5 2020-05-11 17:09:40,897 autosynth > Running: git log -1 --pretty=%at cab24c7c9b570e2b483e4f742a7a4a111167238b 2020-05-11 17:09:40,902 autosynth > Running: git log -1 --pretty=%at 6e0ac551e057e20a6c41ab0b21ffa9623e463326 2020-05-11 17:09:40,906 autosynth > Running: git log -1 --pretty=%at 69b4dc56d21394e7c39bc62fe11c76a88aa5511f 2020-05-11 17:09:40,911 autosynth > Running: git log -1 --pretty=%at bcc476396e799806d3355e87246c6becf6250a70 2020-05-11 17:09:40,915 autosynth > Running: git log -1 --pretty=%at b5e9b0b09cc15c263f07da92fa64db31b2e4dd07 2020-05-11 17:09:40,919 autosynth > Running: git log -1 --pretty=%at c09ec5156db66d326cce56ed3a2a8092e02c3abd 2020-05-11 17:09:40,924 autosynth > Running: git log -1 --pretty=%at 42ee97c1b93a0e3759bbba3013da309f670a90ab 2020-05-11 17:09:40,928 autosynth > Running: git log -1 --pretty=%at 45b363d3ab4692115cc5018eb26dcdaa49b320a8 2020-05-11 17:09:40,933 autosynth > Running: git log -1 --pretty=%at 012c553112fcceb7b69822e24335575bf99ec62b 2020-05-11 17:09:40,937 autosynth > Running: git log -1 --pretty=%at 2bf9f22da3f101aeb536e1e88fe036323b8e9188 2020-05-11 17:09:40,942 autosynth > Running: git log -1 --pretty=%at 862cd840dbb0101a0630913217bf8b6d4101c84c 2020-05-11 17:09:40,946 autosynth > Running: git log -1 --pretty=%at b3bcfd059ec684445a38db693f6e36f14a1d2618 2020-05-11 17:09:40,951 autosynth > Running: git log -1 --pretty=%at 1d520eaa7bbd8b40f53942ff03b5496fff887b53 2020-05-11 17:09:40,955 autosynth > Running: git log -1 --pretty=%at 0d7c3565dd942d0cc41b16e895046486ae29e44e 2020-05-11 17:09:40,960 autosynth > Running: git log -1 --pretty=%at d14bf59a446c14ef16e9931ebfc8e63ab549bf07 2020-05-11 17:09:40,964 autosynth > Running: git log -1 --pretty=%at 28e76243c23cc282efbb288cb558c174e3e5e9ee 2020-05-11 17:09:40,968 autosynth > Running: git log -1 --pretty=%at 5dca7f1079a4c127245c0f1dbb8293b434fbd0c8 2020-05-11 17:09:40,973 autosynth > Running: git log -1 --pretty=%at c2bfceedfc9f01356229bd206ad25e250aa9551c 2020-05-11 17:09:40,977 autosynth > Running: git log -1 --pretty=%at 371206424e6db4df2cb3734bb1013dcaac9dbe4b 2020-05-11 17:09:40,981 autosynth > Running: git log -1 --pretty=%at ff17eefa184f6985e5d9a8ee3e725da95a06cd23 2020-05-11 17:09:40,985 autosynth > Running: git log -1 --pretty=%at c284e4f849e4b085a297d336cef8721ab69ba013 2020-05-11 17:09:40,990 autosynth > Running: git log -1 --pretty=%at 756b174de4a122461993c1c583345533d819936d 2020-05-11 17:09:40,995 autosynth > Running: git log -1 --pretty=%at 3f5f8a2258c6a41f9fbf7b80acbca631dda0a952 2020-05-11 17:09:41,000 autosynth > Running: git log -1 --pretty=%at 7e1c7603c8cb2f05ef29842405654ff8a9d3d108 2020-05-11 17:09:41,004 autosynth > Running: git log -1 --pretty=%at f78da0d54c78aa8f66d52a448db1f7ec0e0fd591 2020-05-11 17:09:41,009 autosynth > Running: git log -1 --pretty=%at aaff764c185e18a6c73227357c3df5fa60fec85a 2020-05-11 17:09:41,014 autosynth > Running: git log -1 --pretty=%at ee9e8e4e67f06aba881392a1a2956fbe7a42d216 2020-05-11 17:09:41,018 autosynth > Running: git log -1 --pretty=%at 93b25607689c4bcdb3cb35c657fd3c16249dcd54 2020-05-11 17:09:41,023 autosynth > Running: git log -1 --pretty=%at ab3468cf63abc521be76c9eceb620d61c5ddd76a 2020-05-11 17:09:41,028 autosynth > Running: git log -1 --pretty=%at a737a68e214d1cf927457c996b73e2600b14a949 2020-05-11 17:09:41,033 autosynth > Running: git log -1 --pretty=%at 4ca990cb1a6771f11469b1fdf2fc578271703db0 2020-05-11 17:09:41,037 autosynth > Running: git log -1 --pretty=%at e0f9d9e1f9de890db765be46f45ca8490723e3eb 2020-05-11 17:09:41,042 autosynth > Running: git log -1 --pretty=%at 1b5a8d2bbb69c5a04db26bd546d2888e609c6bab 2020-05-11 17:09:41,047 autosynth > Running: git log -1 --pretty=%at 4bef0001ac7040431ea24b6187424fdec9c08b1b 2020-05-11 17:09:41,052 autosynth > Running: git log -1 --pretty=%at a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727 2020-05-11 17:09:41,056 autosynth > Running: git log -1 --pretty=%at 6dfd72d028a0d0a43764e060f7b15e004385c3a1 2020-05-11 17:09:41,061 autosynth > Running: git log -1 --pretty=%at 839fae42335ee1bb1e70767f3e6c51738683892b 2020-05-11 17:09:41,066 autosynth > Running: git log -1 --pretty=%at 30cfca094376e4904e32e71c838a81169fd4a2e2 2020-05-11 17:09:41,071 autosynth > Running: git log -1 --pretty=%at c08dcec05ce1c181bcdbce59cabba36e0e541ff6 2020-05-11 17:09:41,075 autosynth > Running: git log -1 --pretty=%at 2fc2caaacb15949c7f80426bfc7dafdd41dbc333 2020-05-11 17:09:41,080 autosynth > Running: git log -1 --pretty=%at 684dfea7decfeca7a7526ea96a8e9256694dd5d8 2020-05-11 17:09:41,084 autosynth > Running: git log -1 --pretty=%at fb8f62b6784f43faf4b64179c57ce4b4931b1a00 2020-05-11 17:09:41,089 autosynth > Running: git log -1 --pretty=%at d3cc7bbf41afdfd6677cc1ab0d53965625cc073b 2020-05-11 17:09:41,093 autosynth > Running: git log -1 --pretty=%at 83816bb3093686a28af2891db5b7506614a820b1 2020-05-11 17:09:41,098 autosynth > Running: git log -1 --pretty=%at 73d4b5d9a791f8b1ee63d439ffe909bb8ffa07f7 2020-05-11 17:09:41,102 autosynth > Running: git log -1 --pretty=%at 482e5206e05e4ba8cd79738f6fb7a521c8c23555 2020-05-11 17:09:41,106 autosynth > Running: git log -1 --pretty=%at 1019b0d9dbd999e1107f90247fcc478678d1105c 2020-05-11 17:09:41,111 autosynth > Running: git log -1 --pretty=%at 4186d3e5424edc088a0f4dbce78f02dd860f3de8 2020-05-11 17:09:41,116 autosynth > Running: git log -1 --pretty=%at aed11c01e52921613b9ee469c2d85f5f33175fb7 2020-05-11 17:09:41,120 autosynth > Running: git log -1 --pretty=%at f8a9933e5e98202b04ef427f28d1d79221190fa4 2020-05-11 17:09:41,125 autosynth > Running: git log -1 --pretty=%at 19465d3ec5e5acdb01521d8f3bddd311bcbee28d 2020-05-11 17:09:41,130 autosynth > Running: git log -1 --pretty=%at f5e4c17dc78a966dbf29961dd01f9bbd63e20a04 2020-05-11 17:09:41,134 autosynth > Running: git log -1 --pretty=%at 21ce80f9d4785dc75aa36d26944bddd5a1b7e25b 2020-05-11 17:09:41,139 autosynth > Running: git log -1 --pretty=%at 716f741f2d307b48cbe8a5bc3bc883571212344a 2020-05-11 17:09:41,144 autosynth > Running: git log -1 --pretty=%at 01b6f23d24b27878b48667ce597876d66b59780e 2020-05-11 17:09:41,149 autosynth > Running: git log -1 --pretty=%at 969a2340e74c73227e7c1638ed7650abcac22ee4 2020-05-11 17:09:41,153 autosynth > Running: git log -1 --pretty=%at 720b7bff0da03ed9e67cb2362f2d291241fa59ae 2020-05-11 17:09:41,158 autosynth > Running: git log -1 --pretty=%at 7c1a92d00de654db2fb440243129c61393a694e2 2020-05-11 17:09:41,162 autosynth > Running: git log -1 --pretty=%at 46fb62a3ebda62cc6c1c98e4f1eaf91965eab580 2020-05-11 17:09:41,167 autosynth > Running: git log -1 --pretty=%at 6b685a261479e27fd959dd7b1ff253d6cf595172 2020-05-11 17:09:41,172 autosynth > Running: git log -1 --pretty=%at 958a803ee0c43523fa3e6e0bb016276a69614c8e 2020-05-11 17:09:41,177 autosynth > Running: git log -1 --pretty=%at cdddf139b36000b3a7c65fd2a7781e253262359a 2020-05-11 17:09:41,181 autosynth > Running: git log -1 --pretty=%at 04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256 2020-05-11 17:09:41,186 autosynth > Running: git log -1 --pretty=%at a2c1c4f89a5e220e7b39420ebea33623c7c72804 2020-05-11 17:09:41,191 autosynth > Running: git log -1 --pretty=%at ea3ae392fced25d7d6f5c7ef9c8a1f24768a0936 2020-05-11 17:09:41,196 autosynth > Running: git log -1 --pretty=%at 09c48461232ce929c34386259eb59018ad2d8eef 2020-05-11 17:09:41,201 autosynth > Running: git log -1 --pretty=%at ab883569eb0257bbf16a6d825fd018b3adde3912 2020-05-11 17:09:41,206 autosynth > Running: git log -1 --pretty=%at 756bc4dfc24e8bc4c5dd4116daa41a0440ebf5a0 2020-05-11 17:09:41,210 autosynth > Running: git log -1 --pretty=%at 558bb0d70fa98ea228483b44885704d8941a6a80 2020-05-11 17:09:41,215 autosynth > Running: git log -1 --pretty=%at be74d3e532faa47eb59f1a0eaebde0860d1d8ab4 2020-05-11 17:09:41,220 autosynth > Running: git log -1 --pretty=%at 4674113712c0c7ada19e6a8219d7963ff174b392 2020-05-11 17:09:41,225 autosynth > Running: git log -1 --pretty=%at 5bbfd095faedfe273819d266f21e402192a29041 2020-05-11 17:09:41,230 autosynth > Running: git log -1 --pretty=%at 4fa923bd3dafb91df8613accbe2230299cc5b98e 2020-05-11 17:09:41,234 autosynth > Running: git log -1 --pretty=%at 55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:09:41,239 autosynth > Running: git log -1 --pretty=%at 98c50772ec23295c64cf0d2ddf199ea52961fd4c 2020-05-11 17:09:41,244 autosynth > Forking toolbox 2020-05-11 17:09:41,244 autosynth > forking: autosynth-self 2020-05-11 17:09:41,245 autosynth > Running: git branch -f autosynth-self 2020-05-11 17:09:41,249 autosynth > forking: autosynth-googleapis 2020-05-11 17:09:41,251 autosynth > Running: git branch -f autosynth-googleapis 2020-05-11 17:09:41,255 autosynth > forking: autosynth-synthtool 2020-05-11 17:09:41,256 autosynth > Running: git branch -f autosynth-synthtool 2020-05-11 17:09:41,261 autosynth > Forked branch: autosynth-self 2020-05-11 17:09:41,450 autosynth > Running: git checkout autosynth-self 2020-05-11 17:09:41,461 autosynth > Building most recent versions 2020-05-11 17:09:41,461 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:09:41,468 autosynth > Running: git checkout 6f8350c0df231d7e742fa10dbf929f33047715c9 2020-05-11 17:09:41,574 autosynth > Running: git checkout f8a9933e5e98202b04ef427f28d1d79221190fa4 2020-05-11 17:09:41,588 autosynth > Running: git branch -f autosynth-self-2 2020-05-11 17:09:41,594 autosynth > Running: git checkout autosynth-self-2 2020-05-11 17:09:41,600 autosynth > Running synthtool 2020-05-11 17:09:41,600 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:09:41,600 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/self/2/sponge_log.log 2020-05-11 17:10:03,413 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:10:03,413 autosynth > Synthesis failed 2020-05-11 17:10:03,413 autosynth > Running: git reset --hard HEAD 2020-05-11 17:10:03,420 autosynth > Running: git checkout autosynth-self 2020-05-11 17:10:03,426 autosynth > Command '['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'synth.metadata', 'synth.py', '--']' returned non-zero exit status 1. 2020-05-11 17:10:03,426 autosynth > Building most recent versions 2020-05-11 17:10:03,426 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:10:03,432 autosynth > Running: git checkout aed11c01e52921613b9ee469c2d85f5f33175fb7 2020-05-11 17:10:03,495 autosynth > Running: git checkout 98c50772ec23295c64cf0d2ddf199ea52961fd4c 2020-05-11 17:10:03,510 autosynth > Running: git branch -f autosynth-127 2020-05-11 17:10:03,516 autosynth > Running: git checkout autosynth-127 2020-05-11 17:10:03,521 autosynth > Running synthtool 2020-05-11 17:10:03,522 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:10:03,522 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/127/sponge_log.log 2020-05-11 17:14:05,190 autosynth > Running: git status --porcelain 2020-05-11 17:14:05,203 autosynth > Changed files: 2020-05-11 17:14:05,203 autosynth > M .kokoro/build.bat M synth.metadata ?? .github/workflows/ 2020-05-11 17:14:05,204 autosynth > Running: git log 98c50772ec23295c64cf0d2ddf199ea52961fd4c -1 --no-decorate --pretty=%B%n%nSource-Author: %an <%ae>%nSource-Date: %ad 2020-05-11 17:14:05,209 autosynth > Running: git add -A 2020-05-11 17:14:05,217 autosynth > Running: git commit -m chore: move ci.yaml to workflows dir (#535) Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Mon May 11 16:24:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 98c50772ec23295c64cf0d2ddf199ea52961fd4c Source-Link: https://github.com/googleapis/synthtool/commit/98c50772ec23295c64cf0d2ddf199ea52961fd4c 2020-05-11 17:14:05,228 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:05,237 autosynth > Running: git checkout autosynth 2020-05-11 17:14:05,244 autosynth > Found changes -- digging deeper. 2020-05-11 17:14:05,244 autosynth > Building oldest versions 2020-05-11 17:14:05,245 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:05,252 autosynth > Running: git checkout 6f8350c0df231d7e742fa10dbf929f33047715c9 2020-05-11 17:14:05,316 autosynth > Running: git checkout f8a9933e5e98202b04ef427f28d1d79221190fa4 2020-05-11 17:14:05,329 autosynth > Running: git branch -f autosynth-0 2020-05-11 17:14:05,334 autosynth > Running: git checkout autosynth-0 2020-05-11 17:14:05,340 autosynth > Running synthtool 2020-05-11 17:14:05,341 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:05,341 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/0/sponge_log.log 2020-05-11 17:14:11,016 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:11,016 autosynth > Synthesis failed 2020-05-11 17:14:11,017 autosynth > Running: git status --porcelain 2020-05-11 17:14:11,026 autosynth > Changed files: 2020-05-11 17:14:11,026 autosynth > 2020-05-11 17:14:11,027 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:11,034 autosynth > Running: git checkout autosynth 2020-05-11 17:14:11,042 autosynth > Running: git diff autosynth-0..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:11,049 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:11,056 autosynth > Running: git checkout 45b363d3ab4692115cc5018eb26dcdaa49b320a8 2020-05-11 17:14:11,108 autosynth > Running: git checkout f5e4c17dc78a966dbf29961dd01f9bbd63e20a04 2020-05-11 17:14:11,117 autosynth > Running: git branch -f autosynth-63 2020-05-11 17:14:11,123 autosynth > Running: git checkout autosynth-63 2020-05-11 17:14:11,130 autosynth > Running synthtool 2020-05-11 17:14:11,130 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:11,130 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/63/sponge_log.log 2020-05-11 17:14:16,035 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:16,035 autosynth > Synthesis failed 2020-05-11 17:14:16,035 autosynth > Running: git status --porcelain 2020-05-11 17:14:16,042 autosynth > Changed files: 2020-05-11 17:14:16,042 autosynth > 2020-05-11 17:14:16,042 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:16,049 autosynth > Running: git checkout autosynth 2020-05-11 17:14:16,055 autosynth > Running: git diff autosynth-0..autosynth-63 -- . :(exclude)synth.metadata 2020-05-11 17:14:16,060 autosynth > Running: git diff autosynth-0..autosynth-63 -- synth.metadata 2020-05-11 17:14:16,065 autosynth > Running: git diff autosynth-63..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:16,070 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:16,075 autosynth > Running: git checkout ab3468cf63abc521be76c9eceb620d61c5ddd76a 2020-05-11 17:14:16,124 autosynth > Running: git checkout 04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256 2020-05-11 17:14:16,137 autosynth > Running: git branch -f autosynth-95 2020-05-11 17:14:16,142 autosynth > Running: git checkout autosynth-95 2020-05-11 17:14:16,148 autosynth > Running synthtool 2020-05-11 17:14:16,149 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:16,149 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/95/sponge_log.log 2020-05-11 17:14:20,444 autosynth > Failed executing /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:20,445 autosynth > Synthesis failed 2020-05-11 17:14:20,445 autosynth > Running: git status --porcelain 2020-05-11 17:14:20,453 autosynth > Changed files: 2020-05-11 17:14:20,454 autosynth > 2020-05-11 17:14:20,454 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:20,463 autosynth > Running: git checkout autosynth 2020-05-11 17:14:20,471 autosynth > Running: git diff autosynth-63..autosynth-95 -- . :(exclude)synth.metadata 2020-05-11 17:14:20,477 autosynth > Running: git diff autosynth-63..autosynth-95 -- synth.metadata 2020-05-11 17:14:20,482 autosynth > Running: git diff autosynth-95..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:20,487 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:20,494 autosynth > Running: git checkout 30cfca094376e4904e32e71c838a81169fd4a2e2 2020-05-11 17:14:20,519 autosynth > Running: git checkout be74d3e532faa47eb59f1a0eaebde0860d1d8ab4 2020-05-11 17:14:20,530 autosynth > Running: git branch -f autosynth-111 2020-05-11 17:14:20,537 autosynth > Running: git checkout autosynth-111 2020-05-11 17:14:20,543 autosynth > Running synthtool 2020-05-11 17:14:20,544 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:20,544 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/111/sponge_log.log 2020-05-11 17:14:35,389 autosynth > Running: git status --porcelain 2020-05-11 17:14:35,402 autosynth > Changed files: 2020-05-11 17:14:35,402 autosynth > M synth.metadata 2020-05-11 17:14:35,402 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:35,411 autosynth > Running: git checkout autosynth 2020-05-11 17:14:35,418 autosynth > Running: git diff autosynth-95..autosynth-111 -- . :(exclude)synth.metadata 2020-05-11 17:14:35,422 autosynth > Running: git diff autosynth-95..autosynth-111 -- synth.metadata 2020-05-11 17:14:35,427 autosynth > Running: git diff autosynth-111..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:35,432 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:35,439 autosynth > Running: git checkout 83816bb3093686a28af2891db5b7506614a820b1 2020-05-11 17:14:35,457 autosynth > Running: git checkout 5bbfd095faedfe273819d266f21e402192a29041 2020-05-11 17:14:35,466 autosynth > Running: git branch -f autosynth-119 2020-05-11 17:14:35,471 autosynth > Running: git checkout autosynth-119 2020-05-11 17:14:35,477 autosynth > Running synthtool 2020-05-11 17:14:35,477 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:35,477 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/119/sponge_log.log 2020-05-11 17:14:46,470 autosynth > Running: git status --porcelain 2020-05-11 17:14:46,482 autosynth > Changed files: 2020-05-11 17:14:46,482 autosynth > M synth.metadata 2020-05-11 17:14:46,483 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:46,491 autosynth > Running: git checkout autosynth 2020-05-11 17:14:46,498 autosynth > Running: git diff autosynth-111..autosynth-119 -- . :(exclude)synth.metadata 2020-05-11 17:14:46,503 autosynth > Running: git diff autosynth-111..autosynth-119 -- synth.metadata 2020-05-11 17:14:46,508 autosynth > Running: git diff autosynth-119..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:46,513 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:46,520 autosynth > Running: git checkout 4186d3e5424edc088a0f4dbce78f02dd860f3de8 2020-05-11 17:14:46,538 autosynth > Running: git checkout 5bbfd095faedfe273819d266f21e402192a29041 2020-05-11 17:14:46,545 autosynth > Running: git branch -f autosynth-123 2020-05-11 17:14:46,551 autosynth > Running: git checkout autosynth-123 2020-05-11 17:14:46,557 autosynth > Running synthtool 2020-05-11 17:14:46,557 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:46,557 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/123/sponge_log.log 2020-05-11 17:14:57,403 autosynth > Running: git status --porcelain 2020-05-11 17:14:57,415 autosynth > Changed files: 2020-05-11 17:14:57,415 autosynth > M synth.metadata 2020-05-11 17:14:57,415 autosynth > Running: git reset --hard HEAD 2020-05-11 17:14:57,423 autosynth > Running: git checkout autosynth 2020-05-11 17:14:57,431 autosynth > Running: git diff autosynth-119..autosynth-123 -- . :(exclude)synth.metadata 2020-05-11 17:14:57,436 autosynth > Running: git diff autosynth-119..autosynth-123 -- synth.metadata 2020-05-11 17:14:57,440 autosynth > Running: git diff autosynth-123..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:14:57,445 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:14:57,452 autosynth > Running: git checkout aed11c01e52921613b9ee469c2d85f5f33175fb7 2020-05-11 17:14:57,468 autosynth > Running: git checkout 4fa923bd3dafb91df8613accbe2230299cc5b98e 2020-05-11 17:14:57,477 autosynth > Running: git branch -f autosynth-125 2020-05-11 17:14:57,482 autosynth > Running: git checkout autosynth-125 2020-05-11 17:14:57,489 autosynth > Running synthtool 2020-05-11 17:14:57,489 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:14:57,489 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/125/sponge_log.log 2020-05-11 17:15:13,201 autosynth > Running: git status --porcelain 2020-05-11 17:15:13,212 autosynth > Changed files: 2020-05-11 17:15:13,212 autosynth > M synth.metadata 2020-05-11 17:15:13,213 autosynth > Running: git reset --hard HEAD 2020-05-11 17:15:13,221 autosynth > Running: git checkout autosynth 2020-05-11 17:15:13,228 autosynth > Running: git diff autosynth-123..autosynth-125 -- . :(exclude)synth.metadata 2020-05-11 17:15:13,233 autosynth > Running: git diff autosynth-123..autosynth-125 -- synth.metadata 2020-05-11 17:15:13,238 autosynth > Running: git diff autosynth-125..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:15:13,243 autosynth > Running: git checkout 5d34ced387775e71f9fc8565f2c90d5439eb3056 2020-05-11 17:15:13,250 autosynth > Running: git checkout aed11c01e52921613b9ee469c2d85f5f33175fb7 2020-05-11 17:15:13,264 autosynth > Running: git checkout 55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:15:13,273 autosynth > Running: git branch -f autosynth-126 2020-05-11 17:15:13,278 autosynth > Running: git checkout autosynth-126 2020-05-11 17:15:13,284 autosynth > Running synthtool 2020-05-11 17:15:13,284 autosynth > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata synth.metadata synth.py -- 2020-05-11 17:15:13,284 autosynth > -> /tmpfs/src/github/synthtool/logs/googleapis/java-accessapproval/126/sponge_log.log 2020-05-11 17:15:24,184 autosynth > Running: git status --porcelain 2020-05-11 17:15:24,195 autosynth > Changed files: 2020-05-11 17:15:24,195 autosynth > M .kokoro/build.bat M synth.metadata ?? .github/ci.yaml 2020-05-11 17:15:24,196 autosynth > Running: git log 55cdc844877d97139f25004229842624a6a86a02 -1 --no-decorate --pretty=%B%n%nSource-Author: %an <%ae>%nSource-Date: %ad 2020-05-11 17:15:24,201 autosynth > Running: git add -A 2020-05-11 17:15:24,208 autosynth > Running: git commit -m ci(java): switch to GitHub Actions (#533) * ci: switch to GitHub Actions * update based on comment Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Mon May 11 12:54:00 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 55cdc844877d97139f25004229842624a6a86a02 Source-Link: https://github.com/googleapis/synthtool/commit/55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:15:24,220 autosynth > Running: git reset --hard HEAD 2020-05-11 17:15:24,229 autosynth > Running: git checkout autosynth 2020-05-11 17:15:24,236 autosynth > Running: git diff HEAD..autosynth-126 -- . :(exclude)synth.metadata 2020-05-11 17:15:24,241 autosynth > Running: git diff HEAD autosynth-126 2020-05-11 17:15:24,241 autosynth > -> /tmpfs/tmp/tmp9ka2v829/autosynth-126.patch 2020-05-11 17:15:24,247 autosynth > Running: git apply /tmpfs/tmp/tmp9ka2v829/autosynth-126.patch 2020-05-11 17:15:24,252 autosynth > Running: git add -A 2020-05-11 17:15:24,259 autosynth > Running: git commit -m ci(java): switch to GitHub Actions (#533) * ci: switch to GitHub Actions * update based on comment Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Mon May 11 12:54:00 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 55cdc844877d97139f25004229842624a6a86a02 Source-Link: https://github.com/googleapis/synthtool/commit/55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:15:24,268 autosynth > Running: git diff HEAD..autosynth-127 -- . :(exclude)synth.metadata 2020-05-11 17:15:24,273 autosynth > Running: git diff HEAD autosynth-127 2020-05-11 17:15:24,273 autosynth > -> /tmpfs/tmp/tmp9ka2v829/autosynth-127.patch 2020-05-11 17:15:24,278 autosynth > Running: git apply /tmpfs/tmp/tmp9ka2v829/autosynth-127.patch 2020-05-11 17:15:24,282 autosynth > Running: git add -A 2020-05-11 17:15:24,288 autosynth > Running: git commit -m chore: move ci.yaml to workflows dir (#535) Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com> Source-Date: Mon May 11 16:24:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 98c50772ec23295c64cf0d2ddf199ea52961fd4c Source-Link: https://github.com/googleapis/synthtool/commit/98c50772ec23295c64cf0d2ddf199ea52961fd4c 2020-05-11 17:15:24,298 autosynth > Running: git push --force origin autosynth 2020-05-11 17:15:27,695 autosynth > Running: git log -2 --pretty=%b 2020-05-11 17:15:27,700 autosynth > creating pull request to: googleapis/java-accessapproval 2020-05-11 17:15:27,700 autosynth > This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/c5f7338e-3c88-4aa0-9102-e6d02a16d4ef/targets Source-Link: https://github.com/googleapis/synthtool/commit/98c50772ec23295c64cf0d2ddf199ea52961fd4c Source-Link: https://github.com/googleapis/synthtool/commit/55cdc844877d97139f25004229842624a6a86a02 2020-05-11 17:15:28,164 autosynth > {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for googleapis:autosynth."}],"documentation_url":"https://developer.github.com/v3/pulls/#create-a-pull-request"} 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/github/synthtool/autosynth/synth.py", line 642, in <module> main() File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 489, in main return _inner_main(temp_dir) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 624, in _inner_main commit_count = synthesize_loop(x, multiple_prs, change_pusher, synthesizer) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 380, in synthesize_loop toolbox.push_changes(change_pusher) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 301, in push_changes pr = change_pusher.push_changes(self.commit_count, self.branch, pr_title) File "/tmpfs/src/github/synthtool/autosynth/change_pusher.py", line 92, in push_changes body=build_pr_body(synth_log, trailers), File "/tmpfs/src/github/synthtool/autosynth/github.py", line 70, in create_pull_request response.raise_for_status() File "/tmpfs/src/github/synthtool/env/lib/python3.6/site-packages/requests/models.py", line 941, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://api.github.com/repos/googleapis/java-accessapproval/pulls ``` Google internal developers can see the full log [here](https://sponge/c5f7338e-3c88-4aa0-9102-e6d02a16d4ef).
priority
synthesis failed for java accessapproval hello autosynth couldn t regenerate java accessapproval broken heart here s the output from running synth py autosynth logs will be written to tmpfs src github synthtool logs googleapis java accessapproval autosynth running git config global core excludesfile home kbuilder autosynth gitignore autosynth running git config user name yoshi automation autosynth running git config user email yoshi automation google com autosynth running git config push default simple autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth autosynth flags autosynth autosynth multiple commits true autosynth autosynth multiple prs true autosynth running git rev parse show toplevel autosynth running git log pretty h autosynth running git remote get url origin autosynth running git clone single branch tmpfs tmp googleapis autosynth running git log head pretty h no decorate autosynth running git clone single branch tmpfs tmp synthtool autosynth running git log head pretty h no decorate autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth running git log pretty at autosynth forking toolbox autosynth forking autosynth self autosynth running git branch f autosynth self autosynth forking autosynth googleapis autosynth running git branch f autosynth googleapis autosynth forking autosynth synthtool autosynth running git branch f autosynth synthtool autosynth forked branch autosynth self autosynth running git checkout autosynth self autosynth building most recent versions autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth self autosynth running git checkout autosynth self autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval self sponge log log autosynth failed executing tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth synthesis failed autosynth running git reset hard head autosynth running git checkout autosynth self autosynth command returned non zero exit status autosynth building most recent versions autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth running git status porcelain autosynth changed files autosynth m kokoro build bat m synth metadata github workflows autosynth running git log no decorate pretty b n nsource author an nsource date ad autosynth running git add a autosynth running git commit m chore move ci yaml to workflows dir source author stephanie wang source date mon may source repo googleapis synthtool source sha source link autosynth running git reset hard head autosynth running git checkout autosynth autosynth found changes digging deeper autosynth building oldest versions autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth failed executing tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth synthesis failed autosynth running git status porcelain autosynth changed files autosynth autosynth running git reset hard head autosynth running git checkout autosynth autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth failed executing tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth synthesis failed autosynth running git status porcelain autosynth changed files autosynth autosynth running git reset hard head autosynth running git checkout autosynth autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git diff autosynth autosynth synth metadata autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth failed executing tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth synthesis failed autosynth running git status porcelain autosynth changed files autosynth autosynth running git reset hard head autosynth running git checkout autosynth autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git diff autosynth autosynth synth metadata autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth running git status porcelain autosynth changed files autosynth m synth metadata autosynth running git reset hard head autosynth running git checkout autosynth autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git diff autosynth autosynth synth metadata autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth running git status porcelain autosynth changed files autosynth m synth metadata autosynth running git reset hard head autosynth running git checkout autosynth autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git diff autosynth autosynth synth metadata autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth running git status porcelain autosynth changed files autosynth m synth metadata autosynth running git reset hard head autosynth running git checkout autosynth autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git diff autosynth autosynth synth metadata autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth running git status porcelain autosynth changed files autosynth m synth metadata autosynth running git reset hard head autosynth running git checkout autosynth autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git diff autosynth autosynth synth metadata autosynth running git diff autosynth autosynth exclude synth metadata autosynth running git checkout autosynth running git checkout autosynth running git checkout autosynth running git branch f autosynth autosynth running git checkout autosynth autosynth running synthtool autosynth running tmpfs src github synthtool env bin m synthtool metadata synth metadata synth py autosynth tmpfs src github synthtool logs googleapis java accessapproval sponge log log autosynth running git status porcelain autosynth changed files autosynth m kokoro build bat m synth metadata github ci yaml autosynth running git log no decorate pretty b n nsource author an nsource date ad autosynth running git add a autosynth running git commit m ci java switch to github actions ci switch to github actions update based on comment source author stephanie wang source date mon may source repo googleapis synthtool source sha source link autosynth running git reset hard head autosynth running git checkout autosynth autosynth running git diff head autosynth exclude synth metadata autosynth running git diff head autosynth autosynth tmpfs tmp autosynth patch autosynth running git apply tmpfs tmp autosynth patch autosynth running git add a autosynth running git commit m ci java switch to github actions ci switch to github actions update based on comment source author stephanie wang source date mon may source repo googleapis synthtool source sha source link autosynth running git diff head autosynth exclude synth metadata autosynth running git diff head autosynth autosynth tmpfs tmp autosynth patch autosynth running git apply tmpfs tmp autosynth patch autosynth running git add a autosynth running git commit m chore move ci yaml to workflows dir source author stephanie wang source date mon may source repo googleapis synthtool source sha source link autosynth running git push force origin autosynth autosynth running git log pretty b autosynth creating pull request to googleapis java accessapproval autosynth this pr was generated using autosynth rainbow synth log will be available here source link source link autosynth message validation failed errors documentation url 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 github synthtool autosynth synth py line in main file tmpfs src github synthtool autosynth synth py line in main return inner main temp dir file tmpfs src github synthtool autosynth synth py line in inner main commit count synthesize loop x multiple prs change pusher synthesizer file tmpfs src github synthtool autosynth synth py line in synthesize loop toolbox push changes change pusher file tmpfs src github synthtool autosynth synth py line in push changes pr change pusher push changes self commit count self branch pr title file tmpfs src github synthtool autosynth change pusher py line in push changes body build pr body synth log trailers file tmpfs src github synthtool autosynth github py line in create pull request response raise for status file tmpfs src github synthtool env lib site packages requests models py line in raise for status raise httperror http error msg response self requests exceptions httperror client error unprocessable entity for url google internal developers can see the full log
1
161,837
12,577,233,464
IssuesEvent
2020-06-09 09:12:39
WoWManiaUK/Redemption
https://api.github.com/repos/WoWManiaUK/Redemption
closed
[NPC] Marshal Ivalius and Warlord Hork Strongbrow - Texture issue
Fix - Tester Confirmed
**Links:** https://i.imgur.com/R4HXiTW.jpg https://www.wowhead.com/npc=31241/marshal-ivalius https://www.wowhead.com/npc=31240 **What is Happening:** Texture for those two creatures is wrong. they should be ON the bed, not inside it. leading to people sometimes thinking that the npcs are not spawned or bugged while it is just a texture issue **What Should happen:** creatures should always be ON the bed. fixed https://i.imgur.com/QyN93h5.jpg
1.0
[NPC] Marshal Ivalius and Warlord Hork Strongbrow - Texture issue - **Links:** https://i.imgur.com/R4HXiTW.jpg https://www.wowhead.com/npc=31241/marshal-ivalius https://www.wowhead.com/npc=31240 **What is Happening:** Texture for those two creatures is wrong. they should be ON the bed, not inside it. leading to people sometimes thinking that the npcs are not spawned or bugged while it is just a texture issue **What Should happen:** creatures should always be ON the bed. fixed https://i.imgur.com/QyN93h5.jpg
non_priority
marshal ivalius and warlord hork strongbrow texture issue links what is happening texture for those two creatures is wrong they should be on the bed not inside it leading to people sometimes thinking that the npcs are not spawned or bugged while it is just a texture issue what should happen creatures should always be on the bed fixed
0
42,762
11,259,021,846
IssuesEvent
2020-01-13 07:05:00
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
IMap#ContainsKey doesn't find near-cached entry when called from client
Module: IMap Team: Client Type: Defect
This only happens when `NearCacheConfig.serializeKeys` is `true`.
1.0
IMap#ContainsKey doesn't find near-cached entry when called from client - This only happens when `NearCacheConfig.serializeKeys` is `true`.
non_priority
imap containskey doesn t find near cached entry when called from client this only happens when nearcacheconfig serializekeys is true
0
696,327
23,897,381,799
IssuesEvent
2022-09-08 15:43:37
cds-snc/gc-articles
https://api.github.com/repos/cds-snc/gc-articles
opened
Issue : "toc" css class breaks visually under subpages with subbullets
Bug | Bogue Low Priority | Faible priorité
![image](https://user-images.githubusercontent.com/43480681/189165877-b035cdf9-c33e-4e71-832c-f94b7f087d83.png) Picture's worth a thousand words. Easy enough to workaround, but the "toc" css class needs some fixes if used with sub bullets. ![image](https://user-images.githubusercontent.com/43480681/189166035-21855ab2-c085-4d20-be47-39f006117461.png) Not a high priority, as removing the css class lets you a more document style table of contents.
1.0
Issue : "toc" css class breaks visually under subpages with subbullets - ![image](https://user-images.githubusercontent.com/43480681/189165877-b035cdf9-c33e-4e71-832c-f94b7f087d83.png) Picture's worth a thousand words. Easy enough to workaround, but the "toc" css class needs some fixes if used with sub bullets. ![image](https://user-images.githubusercontent.com/43480681/189166035-21855ab2-c085-4d20-be47-39f006117461.png) Not a high priority, as removing the css class lets you a more document style table of contents.
priority
issue toc css class breaks visually under subpages with subbullets picture s worth a thousand words easy enough to workaround but the toc css class needs some fixes if used with sub bullets not a high priority as removing the css class lets you a more document style table of contents
1
278,292
24,143,286,237
IssuesEvent
2022-09-21 16:26:24
ContinualAI/avalanche
https://api.github.com/repos/ContinualAI/avalanche
opened
Creation of a new envirnment failed for python 3.6
test Continuous integration
Here are the differences between the last working environment and the new one that I tried to run: ``` 35c35 < - expat=2.4.8=h27087fc_0 --- > - expat=2.4.9=h27087fc_0 56,57c56,57 < - gst-plugins-base=1.20.3=h57caac4_1 < - gstreamer=1.20.3=hd4edc92_1 --- > - gst-plugins-base=1.20.3=h57caac4_2 > - gstreamer=1.20.3=hd4edc92_2 59c59 < - idna=3.3=pyhd8ed1ab_0 --- > - idna=3.4=pyhd8ed1ab_0 201c201 < - gym==0.26.0 --- > - gym==0.26.1 212c212 < - tenacity==8.0.1 --- > - tenacity==8.1.0 ```
1.0
Creation of a new envirnment failed for python 3.6 - Here are the differences between the last working environment and the new one that I tried to run: ``` 35c35 < - expat=2.4.8=h27087fc_0 --- > - expat=2.4.9=h27087fc_0 56,57c56,57 < - gst-plugins-base=1.20.3=h57caac4_1 < - gstreamer=1.20.3=hd4edc92_1 --- > - gst-plugins-base=1.20.3=h57caac4_2 > - gstreamer=1.20.3=hd4edc92_2 59c59 < - idna=3.3=pyhd8ed1ab_0 --- > - idna=3.4=pyhd8ed1ab_0 201c201 < - gym==0.26.0 --- > - gym==0.26.1 212c212 < - tenacity==8.0.1 --- > - tenacity==8.1.0 ```
non_priority
creation of a new envirnment failed for python here are the differences between the last working environment and the new one that i tried to run expat expat gst plugins base gstreamer gst plugins base gstreamer idna idna gym gym tenacity tenacity
0
786,777
27,664,353,036
IssuesEvent
2023-03-12 21:50:25
OpenLightingProject/ola
https://api.github.com/repos/OpenLightingProject/ola
closed
ola_rdm_get issue: Manufacturer id [..] is listed more than once in the PIDs file
bug Component-RDM Priority-High Type-Task OpSys-Linux
Hello! I am getting familiar with running ola from the command line. Build 0.10.9 (latest) Running on Ubuntu 22.04.2 (latest) I enabled the dummy devices as well as Art-Net in my `test` universe I am able to run the web interface, meaning OLA should be running well, but I am running into an error when I enter the following command `ola_rdm_get` into my terminal `common/rdm/PidStoreLoader.cpp:250: Manufacturer id 549(Northern Lights Electronic Design, LLC) listed more than once in the PIDs file` this message pops up whenever I reference the ola_rdm_get and ola_rdm_set programs. Although calling: `ola_rdm_discover -u 1` will output the correct result: `7a70:ffffff00` `7a70:ffffff01` `7a70:ffffff02` `7a70:ffffff03` `7a70:ffffff04` `7a70:ffffff05` Thank you for taking the time to look at the issue that I am facing. Have a great day and I very much appreciate your work on this project. Brian
1.0
ola_rdm_get issue: Manufacturer id [..] is listed more than once in the PIDs file - Hello! I am getting familiar with running ola from the command line. Build 0.10.9 (latest) Running on Ubuntu 22.04.2 (latest) I enabled the dummy devices as well as Art-Net in my `test` universe I am able to run the web interface, meaning OLA should be running well, but I am running into an error when I enter the following command `ola_rdm_get` into my terminal `common/rdm/PidStoreLoader.cpp:250: Manufacturer id 549(Northern Lights Electronic Design, LLC) listed more than once in the PIDs file` this message pops up whenever I reference the ola_rdm_get and ola_rdm_set programs. Although calling: `ola_rdm_discover -u 1` will output the correct result: `7a70:ffffff00` `7a70:ffffff01` `7a70:ffffff02` `7a70:ffffff03` `7a70:ffffff04` `7a70:ffffff05` Thank you for taking the time to look at the issue that I am facing. Have a great day and I very much appreciate your work on this project. Brian
priority
ola rdm get issue manufacturer id is listed more than once in the pids file hello i am getting familiar with running ola from the command line build latest running on ubuntu latest i enabled the dummy devices as well as art net in my test universe i am able to run the web interface meaning ola should be running well but i am running into an error when i enter the following command ola rdm get into my terminal common rdm pidstoreloader cpp manufacturer id northern lights electronic design llc listed more than once in the pids file this message pops up whenever i reference the ola rdm get and ola rdm set programs although calling ola rdm discover u will output the correct result thank you for taking the time to look at the issue that i am facing have a great day and i very much appreciate your work on this project brian
1
324,852
9,913,442,945
IssuesEvent
2019-06-28 11:49:57
mozilla/addons-frontend
https://api.github.com/repos/mozilla/addons-frontend
closed
Wrong Link to Dictionary for Hindi Language
contrib: assigned contrib: good first bug contrib: mentor assigned contrib: welcome priority: p3
### Describe the problem and steps to reproduce it: Go to https://addons.mozilla.org/en-US/firefox/language-tools/ ### What happened? Check the Dictionary listed for Hindi Language, right now its Hiligaynon spell checker which is wrong ### What did you expect to happen? Correct Dictionary for Hindi Language should be listed. ### Anything else we should know? ![image](https://user-images.githubusercontent.com/22130317/53736782-be563e00-3eb0-11e9-9a79-3f6e0359e9cd.png)
1.0
Wrong Link to Dictionary for Hindi Language - ### Describe the problem and steps to reproduce it: Go to https://addons.mozilla.org/en-US/firefox/language-tools/ ### What happened? Check the Dictionary listed for Hindi Language, right now its Hiligaynon spell checker which is wrong ### What did you expect to happen? Correct Dictionary for Hindi Language should be listed. ### Anything else we should know? ![image](https://user-images.githubusercontent.com/22130317/53736782-be563e00-3eb0-11e9-9a79-3f6e0359e9cd.png)
priority
wrong link to dictionary for hindi language describe the problem and steps to reproduce it go to what happened check the dictionary listed for hindi language right now its hiligaynon spell checker which is wrong what did you expect to happen correct dictionary for hindi language should be listed anything else we should know
1
544,920
15,931,491,159
IssuesEvent
2021-04-14 03:29:48
openmsupply/mobile
https://api.github.com/repos/openmsupply/mobile
closed
tonga vaccines rollout - item "VAX" should not be visible on dispensing tablets
Bug: production Docs: not needed Effort: small Priority: high
## Describe the bug to avoid confusion, there should be ideally only one item for covid 19 vaccines. However, we can currently see 2 when running stocktake for instance. Item "VAX" should not be visible. ### To reproduce Steps to reproduce the behavior: Store Team1_Dispensing, Team2_Dispensing, Team3_Dispensing, Team4_Dispensing, Team5_Dispensing ### Expected behaviour user can only select only 1 item (code C19VAZ) ### Proposed Solution Leave if you don't know how to fix/implement. Edit this issue description and explain here if you know the best path of implementing the fix within the codebase. ![photo_2021-04-12 11 44 43](https://user-images.githubusercontent.com/74992958/114325491-7d977b80-9b84-11eb-9800-4f6eefaf6fa6.jpeg) ### Version and device info - App version: - Tablet model: - OS version: ### Additional context Add any other context about the problem here.
1.0
tonga vaccines rollout - item "VAX" should not be visible on dispensing tablets - ## Describe the bug to avoid confusion, there should be ideally only one item for covid 19 vaccines. However, we can currently see 2 when running stocktake for instance. Item "VAX" should not be visible. ### To reproduce Steps to reproduce the behavior: Store Team1_Dispensing, Team2_Dispensing, Team3_Dispensing, Team4_Dispensing, Team5_Dispensing ### Expected behaviour user can only select only 1 item (code C19VAZ) ### Proposed Solution Leave if you don't know how to fix/implement. Edit this issue description and explain here if you know the best path of implementing the fix within the codebase. ![photo_2021-04-12 11 44 43](https://user-images.githubusercontent.com/74992958/114325491-7d977b80-9b84-11eb-9800-4f6eefaf6fa6.jpeg) ### Version and device info - App version: - Tablet model: - OS version: ### Additional context Add any other context about the problem here.
priority
tonga vaccines rollout item vax should not be visible on dispensing tablets describe the bug to avoid confusion there should be ideally only one item for covid vaccines however we can currently see when running stocktake for instance item vax should not be visible to reproduce steps to reproduce the behavior store dispensing dispensing dispensing dispensing dispensing expected behaviour user can only select only item code proposed solution leave if you don t know how to fix implement edit this issue description and explain here if you know the best path of implementing the fix within the codebase version and device info app version tablet model os version additional context add any other context about the problem here
1
561,163
16,612,320,863
IssuesEvent
2021-06-02 13:02:20
gnosis/ido-ux
https://api.github.com/repos/gnosis/ido-ux
opened
Unlock token: no warning when unlock finishes with a failure
QA bug medium priority
1. Open an ongoing auction as a new bidder 2. Specify an amount to bid 3. press on the 'Unlock' token button 4. reject a transaction in a connected wallet **AR**: there is no warning 'There was an error when trying to unlock DAI. Please try again.' under amount field **ER**: warning should present when something goes wrong with the transaction mock-up: https://zpl.io/Vk1YkMZ
1.0
Unlock token: no warning when unlock finishes with a failure - 1. Open an ongoing auction as a new bidder 2. Specify an amount to bid 3. press on the 'Unlock' token button 4. reject a transaction in a connected wallet **AR**: there is no warning 'There was an error when trying to unlock DAI. Please try again.' under amount field **ER**: warning should present when something goes wrong with the transaction mock-up: https://zpl.io/Vk1YkMZ
priority
unlock token no warning when unlock finishes with a failure open an ongoing auction as a new bidder specify an amount to bid press on the unlock token button reject a transaction in a connected wallet ar there is no warning there was an error when trying to unlock dai please try again under amount field er warning should present when something goes wrong with the transaction mock up
1
326,392
9,955,744,930
IssuesEvent
2019-07-05 12:00:39
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
github.com - desktop site instead of mobile site
browser-firefox-mobile engine-gecko priority-critical
<!-- @browser: Firefox Mobile 67.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:67.0) Gecko/67.0 Firefox/67.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://github.com/keyboardio/Kaleidoscope/issues?q=is%3Aissue+is%3Aclosed **Browser / Version**: Firefox Mobile 67.0 **Operating System**: Android **Tested Another Browser**: No **Problem type**: Desktop site instead of mobile site **Description**: cant search in mobiel mode **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2019/7/e0e51bde-2cee-43fb-91b4-de553f89e07f-thumb.jpeg)](https://webcompat.com/uploads/2019/7/e0e51bde-2cee-43fb-91b4-de553f89e07f.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190615145402</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: default</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
github.com - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 67.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:67.0) Gecko/67.0 Firefox/67.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://github.com/keyboardio/Kaleidoscope/issues?q=is%3Aissue+is%3Aclosed **Browser / Version**: Firefox Mobile 67.0 **Operating System**: Android **Tested Another Browser**: No **Problem type**: Desktop site instead of mobile site **Description**: cant search in mobiel mode **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2019/7/e0e51bde-2cee-43fb-91b4-de553f89e07f-thumb.jpeg)](https://webcompat.com/uploads/2019/7/e0e51bde-2cee-43fb-91b4-de553f89e07f.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190615145402</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: default</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
priority
github com desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser no problem type desktop site instead of mobile site description cant search in mobiel mode steps to reproduce browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen true mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel default from with ❤️
1
436,395
12,550,383,832
IssuesEvent
2020-06-06 10:55:27
googleapis/google-api-java-client-services
https://api.github.com/repos/googleapis/google-api-java-client-services
opened
Synthesis failed for searchconsole
autosynth failure priority: p1 type: bug
Hello! Autosynth couldn't regenerate searchconsole. :broken_heart: Here's the output from running `synth.py`: ``` 2020-06-06 03:55:21,383 autosynth [INFO] > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services 2020-06-06 03:55:22,352 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore 2020-06-06 03:55:22,355 autosynth [DEBUG] > Running: git config user.name yoshi-automation 2020-06-06 03:55:22,382 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com 2020-06-06 03:55:22,386 autosynth [DEBUG] > Running: git config push.default simple 2020-06-06 03:55:22,389 autosynth [DEBUG] > Running: git branch -f autosynth-searchconsole 2020-06-06 03:55:22,393 autosynth [DEBUG] > Running: git checkout autosynth-searchconsole Switched to branch 'autosynth-searchconsole' 2020-06-06 03:55:22,951 autosynth [INFO] > Running synthtool 2020-06-06 03:55:22,951 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/google-api-services-searchconsole/synth.metadata', 'synth.py', '--'] 2020-06-06 03:55:22,954 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata clients/google-api-services-searchconsole/synth.metadata synth.py -- searchconsole tee: /tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services: Is a directory 2020-06-06 03:55:23,167 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-searchconsole nothing to commit, working tree clean 2020-06-06 03:55:23,545 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2020-06-06 03:55:23,926 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2020-06-06 03:55:23,929 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2020-06-06 03:55:25,701 synthtool [INFO] > Generating searchconsole v1. INFO:synthtool:Generating searchconsole v1. 2020-06-06 03:55:25,701 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 Writing json metadata to clients/google-api-services-searchconsole/v1.metadata.json 2020-06-06 03:55:26,157 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-searchconsole/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-searchconsole/synth.metadata. 2020-06-06 03:55:26,191 autosynth [DEBUG] > Running: git clean -fdx Removing .cache/ Removing __pycache__/ Removing clients/google-api-services-searchconsole/synth.metadata Removing generator/.cache/ Removing generator/ez_setup.pyc Removing generator/src/google_apis_client_generator.egg-info/ Removing generator/src/googleapis/__init__.pyc Removing generator/src/googleapis/codegen/__init__.pyc Removing generator/src/googleapis/codegen/api.pyc Removing generator/src/googleapis/codegen/api_exception.pyc Removing generator/src/googleapis/codegen/api_library_generator.pyc Removing generator/src/googleapis/codegen/data_types.pyc Removing generator/src/googleapis/codegen/django_helpers.pyc Removing generator/src/googleapis/codegen/filesys/__init__.pyc Removing generator/src/googleapis/codegen/filesys/files.pyc Removing generator/src/googleapis/codegen/filesys/filesystem_library_package.pyc Removing generator/src/googleapis/codegen/filesys/library_package.pyc Removing generator/src/googleapis/codegen/filesys/package_writer_foundry.pyc Removing generator/src/googleapis/codegen/filesys/tar_library_package.pyc Removing generator/src/googleapis/codegen/filesys/zip_library_package.pyc Removing generator/src/googleapis/codegen/generate_library.pyc Removing generator/src/googleapis/codegen/generator.pyc Removing generator/src/googleapis/codegen/generator_lookup.pyc Removing generator/src/googleapis/codegen/import_definition.pyc Removing generator/src/googleapis/codegen/java_generator.pyc Removing generator/src/googleapis/codegen/java_import_manager.pyc Removing generator/src/googleapis/codegen/language_model.pyc Removing generator/src/googleapis/codegen/schema.pyc Removing generator/src/googleapis/codegen/targets.pyc Removing generator/src/googleapis/codegen/template_helpers.pyc Removing generator/src/googleapis/codegen/template_objects.pyc Removing generator/src/googleapis/codegen/utilities/__init__.pyc Removing generator/src/googleapis/codegen/utilities/convert_size.pyc Removing generator/src/googleapis/codegen/utilities/html_stripper.pyc Removing generator/src/googleapis/codegen/utilities/json_expander.pyc Removing generator/src/googleapis/codegen/utilities/json_with_comments.pyc Removing generator/src/googleapis/codegen/utilities/maven_utils.pyc Removing generator/src/googleapis/codegen/utilities/name_validator.pyc 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/github/synthtool/autosynth/synth.py", line 615, in <module> main() File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 476, in main return _inner_main(temp_dir) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 555, in _inner_main ).synthesize(base_synth_log_path) File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 121, in synthesize with open(log_file_path, "rt") as fp: IsADirectoryError: [Errno 21] Is a directory: '/tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services' ``` Google internal developers can see the full log [here](http://sponge2/results/invocations/a12fce2f-fa64-48b1-abd7-5a9cfc4df713/targets/github%2Fsynthtool;config=default/tests;query=google-api-java-client-services;failed=false).
1.0
Synthesis failed for searchconsole - Hello! Autosynth couldn't regenerate searchconsole. :broken_heart: Here's the output from running `synth.py`: ``` 2020-06-06 03:55:21,383 autosynth [INFO] > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services 2020-06-06 03:55:22,352 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore 2020-06-06 03:55:22,355 autosynth [DEBUG] > Running: git config user.name yoshi-automation 2020-06-06 03:55:22,382 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com 2020-06-06 03:55:22,386 autosynth [DEBUG] > Running: git config push.default simple 2020-06-06 03:55:22,389 autosynth [DEBUG] > Running: git branch -f autosynth-searchconsole 2020-06-06 03:55:22,393 autosynth [DEBUG] > Running: git checkout autosynth-searchconsole Switched to branch 'autosynth-searchconsole' 2020-06-06 03:55:22,951 autosynth [INFO] > Running synthtool 2020-06-06 03:55:22,951 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/google-api-services-searchconsole/synth.metadata', 'synth.py', '--'] 2020-06-06 03:55:22,954 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata clients/google-api-services-searchconsole/synth.metadata synth.py -- searchconsole tee: /tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services: Is a directory 2020-06-06 03:55:23,167 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-searchconsole nothing to commit, working tree clean 2020-06-06 03:55:23,545 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2020-06-06 03:55:23,926 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2020-06-06 03:55:23,929 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2020-06-06 03:55:25,701 synthtool [INFO] > Generating searchconsole v1. INFO:synthtool:Generating searchconsole v1. 2020-06-06 03:55:25,701 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 Writing json metadata to clients/google-api-services-searchconsole/v1.metadata.json 2020-06-06 03:55:26,157 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-searchconsole/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-searchconsole/synth.metadata. 2020-06-06 03:55:26,191 autosynth [DEBUG] > Running: git clean -fdx Removing .cache/ Removing __pycache__/ Removing clients/google-api-services-searchconsole/synth.metadata Removing generator/.cache/ Removing generator/ez_setup.pyc Removing generator/src/google_apis_client_generator.egg-info/ Removing generator/src/googleapis/__init__.pyc Removing generator/src/googleapis/codegen/__init__.pyc Removing generator/src/googleapis/codegen/api.pyc Removing generator/src/googleapis/codegen/api_exception.pyc Removing generator/src/googleapis/codegen/api_library_generator.pyc Removing generator/src/googleapis/codegen/data_types.pyc Removing generator/src/googleapis/codegen/django_helpers.pyc Removing generator/src/googleapis/codegen/filesys/__init__.pyc Removing generator/src/googleapis/codegen/filesys/files.pyc Removing generator/src/googleapis/codegen/filesys/filesystem_library_package.pyc Removing generator/src/googleapis/codegen/filesys/library_package.pyc Removing generator/src/googleapis/codegen/filesys/package_writer_foundry.pyc Removing generator/src/googleapis/codegen/filesys/tar_library_package.pyc Removing generator/src/googleapis/codegen/filesys/zip_library_package.pyc Removing generator/src/googleapis/codegen/generate_library.pyc Removing generator/src/googleapis/codegen/generator.pyc Removing generator/src/googleapis/codegen/generator_lookup.pyc Removing generator/src/googleapis/codegen/import_definition.pyc Removing generator/src/googleapis/codegen/java_generator.pyc Removing generator/src/googleapis/codegen/java_import_manager.pyc Removing generator/src/googleapis/codegen/language_model.pyc Removing generator/src/googleapis/codegen/schema.pyc Removing generator/src/googleapis/codegen/targets.pyc Removing generator/src/googleapis/codegen/template_helpers.pyc Removing generator/src/googleapis/codegen/template_objects.pyc Removing generator/src/googleapis/codegen/utilities/__init__.pyc Removing generator/src/googleapis/codegen/utilities/convert_size.pyc Removing generator/src/googleapis/codegen/utilities/html_stripper.pyc Removing generator/src/googleapis/codegen/utilities/json_expander.pyc Removing generator/src/googleapis/codegen/utilities/json_with_comments.pyc Removing generator/src/googleapis/codegen/utilities/maven_utils.pyc Removing generator/src/googleapis/codegen/utilities/name_validator.pyc 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/github/synthtool/autosynth/synth.py", line 615, in <module> main() File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 476, in main return _inner_main(temp_dir) File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 555, in _inner_main ).synthesize(base_synth_log_path) File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 121, in synthesize with open(log_file_path, "rt") as fp: IsADirectoryError: [Errno 21] Is a directory: '/tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services' ``` Google internal developers can see the full log [here](http://sponge2/results/invocations/a12fce2f-fa64-48b1-abd7-5a9cfc4df713/targets/github%2Fsynthtool;config=default/tests;query=google-api-java-client-services;failed=false).
priority
synthesis failed for searchconsole hello autosynth couldn t regenerate searchconsole broken heart here s the output from running synth py autosynth logs will be written to tmpfs src github synthtool logs googleapis google api java client services autosynth running git config global core excludesfile home kbuilder autosynth gitignore autosynth running git config user name yoshi automation autosynth running git config user email yoshi automation google com autosynth running git config push default simple autosynth running git branch f autosynth searchconsole autosynth running git checkout autosynth searchconsole switched to branch autosynth searchconsole autosynth running synthtool autosynth autosynth running tmpfs src github synthtool env bin m synthtool metadata clients google api services searchconsole synth metadata synth py searchconsole tee tmpfs src github synthtool logs googleapis google api java client services is a directory synthtool executing home kbuilder cache synthtool google api java client services synth py on branch autosynth searchconsole nothing to commit working tree clean synthtool cloning debug synthtool cloning synthtool cleaning output directory debug synthtool cleaning output directory synthtool installing dependencies debug synthtool installing dependencies synthtool generating searchconsole info synthtool generating searchconsole synthtool info synthtool writing json metadata to clients google api services searchconsole metadata json synthtool wrote metadata to clients google api services searchconsole synth metadata debug synthtool wrote metadata to clients google api services searchconsole synth metadata autosynth running git clean fdx removing cache removing pycache removing clients google api services searchconsole synth metadata removing generator cache removing generator ez setup pyc removing generator src google apis client generator egg info removing generator src googleapis init pyc removing generator src googleapis codegen init pyc removing generator src googleapis codegen api pyc removing generator src googleapis codegen api exception pyc removing generator src googleapis codegen api library generator pyc removing generator src googleapis codegen data types pyc removing generator src googleapis codegen django helpers pyc removing generator src googleapis codegen filesys init pyc removing generator src googleapis codegen filesys files pyc removing generator src googleapis codegen filesys filesystem library package pyc removing generator src googleapis codegen filesys library package pyc removing generator src googleapis codegen filesys package writer foundry pyc removing generator src googleapis codegen filesys tar library package pyc removing generator src googleapis codegen filesys zip library package pyc removing generator src googleapis codegen generate library pyc removing generator src googleapis codegen generator pyc removing generator src googleapis codegen generator lookup pyc removing generator src googleapis codegen import definition pyc removing generator src googleapis codegen java generator pyc removing generator src googleapis codegen java import manager pyc removing generator src googleapis codegen language model pyc removing generator src googleapis codegen schema pyc removing generator src googleapis codegen targets pyc removing generator src googleapis codegen template helpers pyc removing generator src googleapis codegen template objects pyc removing generator src googleapis codegen utilities init pyc removing generator src googleapis codegen utilities convert size pyc removing generator src googleapis codegen utilities html stripper pyc removing generator src googleapis codegen utilities json expander pyc removing generator src googleapis codegen utilities json with comments pyc removing generator src googleapis codegen utilities maven utils pyc removing generator src googleapis codegen utilities name validator pyc 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 github synthtool autosynth synth py line in main file tmpfs src github synthtool autosynth synth py line in main return inner main temp dir file tmpfs src github synthtool autosynth synth py line in inner main synthesize base synth log path file tmpfs src github synthtool autosynth synthesizer py line in synthesize with open log file path rt as fp isadirectoryerror is a directory tmpfs src github synthtool logs googleapis google api java client services google internal developers can see the full log
1
102,256
8,823,064,144
IssuesEvent
2019-01-02 12:03:57
Mpstark/ModTek
https://api.github.com/repos/Mpstark/ModTek
closed
Add unit testing
testing
I found some issues in the load order calc, I think i repaired them but I cant test all corner cases. I'll try to add unit testing to the project.
1.0
Add unit testing - I found some issues in the load order calc, I think i repaired them but I cant test all corner cases. I'll try to add unit testing to the project.
non_priority
add unit testing i found some issues in the load order calc i think i repaired them but i cant test all corner cases i ll try to add unit testing to the project
0
213,518
7,254,277,363
IssuesEvent
2018-02-16 10:19:37
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Add Dashlets modal fails to load
Fix Proposed Medium Priority Resolved: Next Release bug
#### Issue On a new installation, clicking on the Add dashlet button on the home page does not result in the content of the modal loading. #### Expected Behavior Add dashlet fields and options should load #### Actual Behavior Spinner is just spinning. In chrome console, you see `Uncaught SyntaxError: Unexpected token ] at eval (<anonymous>) at sugar_grp1.js?v=gwhOa6CsUGOOQRkDGsGskA:445 at Object.globalEval (sugar_grp1.js?v=gwhOa6CsUGOOQRkDGsGskA:445) at Object.success (VM5499 MySugar.js?v=gwhOa6CsUGOOQRkDGsGskA:73) at Object.handleTransactionResponse (sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55) at sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 (anonymous) @ sugar_grp1.js?v=gwhOa6CsUGOOQRkDGsGskA:445 globalEval @ sugar_grp1.js?v=gwhOa6CsUGOOQRkDGsGskA:445 success @ MySugar.js?v=gwhOa6CsUGOOQRkDGsGskA:73 handleTransactionResponse @ sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 (anonymous) @ sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 setInterval (async) handleReadyState @ sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 asyncRequest @ sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 showDashletsDialog @ MySugar.js?v=gwhOa6CsUGOOQRkDGsGskA:75 (anonymous) @ retrievePage.js:44 dispatch @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 r.handle @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 trigger @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 (anonymous) @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 each @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:2 each @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:2 trigger @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 c.show @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 c.toggle @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 (anonymous) @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 each @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:2 each @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:2 b @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 (anonymous) @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 dispatch @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 r.handle @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3` Upon inspecting the response from the server, I see `<br /> <b>Notice</b>: Undefined index: module in <b>C:\xampp\htdocs\suitecrm\include\MySugar\DashletsDialog\DashletsDialog.php</b> on line <b>172</b><br /> <br /> <b>Notice</b>: Undefined index: module in <b>C:\xampp\htdocs\suitecrm\include\MySugar\DashletsDialog\DashletsDialog.php</b> on line <b>172</b><br /> <br /> <b>Notice</b>: Undefined index: module in <b>C:\xampp\htdocs\suitecrm\include\MySugar\DashletsDialog\DashletsDialog.php</b> on line <b>172</b><br /> <br /> <b>Notice</b>: Undefined index: module in <b>C:\xampp\htdocs\suitecrm\include\MySugar\DashletsDialog\DashletsDialog.php</b> on line <b>172</b><br /> response = {"html":"<div align=\"right\" id=\"dashletSearch\">\n\t<table>\n\t\t<tr>\n\t\t\t<td>Find SuiteCRM Dashlet: <input id=\"search_string\" type=\"text\" length=\"15\" onKeyPress=\"javascript:if(event.keyCode==13)SUGAR.mySugar.searchDashlets(this.value,document.getElementById('search_category').value);\" title=\"Find SuiteCRM Dashlet\"\/>\n\t\t\t<input type=\"button\" class=\"button\" value=\"Search\" onClick=\"javascript:SUGAR.mySugar.searchDashlets(document.getElementById('search_string').value,document.getElementById('search_category').value);\" \/>\n\t\t\t<input type=\"button\" class=\"button\" value=\"Clear\" onClick=\"javascript:SUGAR.mySugar.clearSearch();\" \/>\t\t\t\n\t\t\t\t\t\t<input type=\"hidden\" id=\"search_category\" value=\"module\" ... Feed<\/td>\n\t\t\t<td>\n\t\t\t\t<input type=\"text\" id=\"rss_address\" value=\"http:\/\/\" style=\"width: 400px\" title=\"News Feed\" \/>\n\t\t\t\t<input type=\"button\" name=\"create\" value=\"Add\" onclick=\"return SUGAR.mySugar.addDashlet('RSSDashlet', 'web', document.getElementById('rss_address').value);\" \/>\n\t\t\t<\/td>\n\t\t<\/tr>\n <\/table>\n\t<\/div>\n<\/div>\n\n<div id=\"searchResults\" style=\"display:none;height:400px;\">\n<\/div>","script":"if (YAHOO.env.ua.ie > 5 && YAHOO.env.ua.ie < 7) {\n document.getElementById('dashletsList').style.width = '430px';\n document.getElementById('dashletsList').style.overflow = 'hidden';\n}"}` #### Possible Fix check that $dashletsFiles[$className] has a modules key...not all dashlet "ibjects" have a key. See extract below... ` Array ( [FavoritesDashlet] => Array ( [file] => modules/Favorites/Dashlets/Favorites/FavoritesDashlet.php [class] => FavoritesDashlet ) [ChartsDashlet] => Array ( [file] => modules/Home/Dashlets/ChartsDashlet/ChartsDashlet.php [class] => ChartsDashlet [meta] => modules/Home/Dashlets/ChartsDashlet/ChartsDashlet.meta.php ) ... [AOK_KnowledgeBaseDashlet] => Array ( [file] => modules/AOK_KnowledgeBase/Dashlets/AOK_KnowledgeBaseDashlet/AOK_KnowledgeBaseDashlet.php [class] => AOK_KnowledgeBaseDashlet [meta] => modules/AOK_KnowledgeBase/Dashlets/AOK_KnowledgeBaseDashlet/AOK_KnowledgeBaseDashlet.meta.php [module] => AOK_KnowledgeBase ) [AOK_Knowledge_Base_CategoriesDashlet] => Array ( [file] => modules/AOK_Knowledge_Base_Categories/Dashlets/AOK_Knowledge_Base_CategoriesDashlet/AOK_Knowledge_Base_CategoriesDashlet.php [class] => AOK_Knowledge_Base_CategoriesDashlet [meta] => modules/AOK_Knowledge_Base_Categories/Dashlets/AOK_Knowledge_Base_CategoriesDashlet/AOK_Knowledge_Base_CategoriesDashlet.meta.php [module] => AOK_Knowledge_Base_Categories ) ... ` #### Steps to Reproduce Erm...just setup a new suitecrm install and navigate to the home page. Then try to add a dashlet. #### Context Well, I cannot create a new dashlet...this is my first time actually really trying to learn suitecrm. #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.9.12 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome * Environment name and version (e.g. MySQL, PHP 7): PHP7.1.1 * Operating System and version (e.g Ubuntu 16.04): Windows 10
1.0
Add Dashlets modal fails to load - #### Issue On a new installation, clicking on the Add dashlet button on the home page does not result in the content of the modal loading. #### Expected Behavior Add dashlet fields and options should load #### Actual Behavior Spinner is just spinning. In chrome console, you see `Uncaught SyntaxError: Unexpected token ] at eval (<anonymous>) at sugar_grp1.js?v=gwhOa6CsUGOOQRkDGsGskA:445 at Object.globalEval (sugar_grp1.js?v=gwhOa6CsUGOOQRkDGsGskA:445) at Object.success (VM5499 MySugar.js?v=gwhOa6CsUGOOQRkDGsGskA:73) at Object.handleTransactionResponse (sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55) at sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 (anonymous) @ sugar_grp1.js?v=gwhOa6CsUGOOQRkDGsGskA:445 globalEval @ sugar_grp1.js?v=gwhOa6CsUGOOQRkDGsGskA:445 success @ MySugar.js?v=gwhOa6CsUGOOQRkDGsGskA:73 handleTransactionResponse @ sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 (anonymous) @ sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 setInterval (async) handleReadyState @ sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 asyncRequest @ sugar_grp1_yui.js?v=gwhOa6CsUGOOQRkDGsGskA:55 showDashletsDialog @ MySugar.js?v=gwhOa6CsUGOOQRkDGsGskA:75 (anonymous) @ retrievePage.js:44 dispatch @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 r.handle @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 trigger @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 (anonymous) @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 each @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:2 each @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:2 trigger @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 c.show @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 c.toggle @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 (anonymous) @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 each @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:2 each @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:2 b @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 (anonymous) @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:12 dispatch @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3 r.handle @ sugar_grp1_jquery.js?v=gwhOa6CsUGOOQRkDGsGskA:3` Upon inspecting the response from the server, I see `<br /> <b>Notice</b>: Undefined index: module in <b>C:\xampp\htdocs\suitecrm\include\MySugar\DashletsDialog\DashletsDialog.php</b> on line <b>172</b><br /> <br /> <b>Notice</b>: Undefined index: module in <b>C:\xampp\htdocs\suitecrm\include\MySugar\DashletsDialog\DashletsDialog.php</b> on line <b>172</b><br /> <br /> <b>Notice</b>: Undefined index: module in <b>C:\xampp\htdocs\suitecrm\include\MySugar\DashletsDialog\DashletsDialog.php</b> on line <b>172</b><br /> <br /> <b>Notice</b>: Undefined index: module in <b>C:\xampp\htdocs\suitecrm\include\MySugar\DashletsDialog\DashletsDialog.php</b> on line <b>172</b><br /> response = {"html":"<div align=\"right\" id=\"dashletSearch\">\n\t<table>\n\t\t<tr>\n\t\t\t<td>Find SuiteCRM Dashlet: <input id=\"search_string\" type=\"text\" length=\"15\" onKeyPress=\"javascript:if(event.keyCode==13)SUGAR.mySugar.searchDashlets(this.value,document.getElementById('search_category').value);\" title=\"Find SuiteCRM Dashlet\"\/>\n\t\t\t<input type=\"button\" class=\"button\" value=\"Search\" onClick=\"javascript:SUGAR.mySugar.searchDashlets(document.getElementById('search_string').value,document.getElementById('search_category').value);\" \/>\n\t\t\t<input type=\"button\" class=\"button\" value=\"Clear\" onClick=\"javascript:SUGAR.mySugar.clearSearch();\" \/>\t\t\t\n\t\t\t\t\t\t<input type=\"hidden\" id=\"search_category\" value=\"module\" ... Feed<\/td>\n\t\t\t<td>\n\t\t\t\t<input type=\"text\" id=\"rss_address\" value=\"http:\/\/\" style=\"width: 400px\" title=\"News Feed\" \/>\n\t\t\t\t<input type=\"button\" name=\"create\" value=\"Add\" onclick=\"return SUGAR.mySugar.addDashlet('RSSDashlet', 'web', document.getElementById('rss_address').value);\" \/>\n\t\t\t<\/td>\n\t\t<\/tr>\n <\/table>\n\t<\/div>\n<\/div>\n\n<div id=\"searchResults\" style=\"display:none;height:400px;\">\n<\/div>","script":"if (YAHOO.env.ua.ie > 5 && YAHOO.env.ua.ie < 7) {\n document.getElementById('dashletsList').style.width = '430px';\n document.getElementById('dashletsList').style.overflow = 'hidden';\n}"}` #### Possible Fix check that $dashletsFiles[$className] has a modules key...not all dashlet "ibjects" have a key. See extract below... ` Array ( [FavoritesDashlet] => Array ( [file] => modules/Favorites/Dashlets/Favorites/FavoritesDashlet.php [class] => FavoritesDashlet ) [ChartsDashlet] => Array ( [file] => modules/Home/Dashlets/ChartsDashlet/ChartsDashlet.php [class] => ChartsDashlet [meta] => modules/Home/Dashlets/ChartsDashlet/ChartsDashlet.meta.php ) ... [AOK_KnowledgeBaseDashlet] => Array ( [file] => modules/AOK_KnowledgeBase/Dashlets/AOK_KnowledgeBaseDashlet/AOK_KnowledgeBaseDashlet.php [class] => AOK_KnowledgeBaseDashlet [meta] => modules/AOK_KnowledgeBase/Dashlets/AOK_KnowledgeBaseDashlet/AOK_KnowledgeBaseDashlet.meta.php [module] => AOK_KnowledgeBase ) [AOK_Knowledge_Base_CategoriesDashlet] => Array ( [file] => modules/AOK_Knowledge_Base_Categories/Dashlets/AOK_Knowledge_Base_CategoriesDashlet/AOK_Knowledge_Base_CategoriesDashlet.php [class] => AOK_Knowledge_Base_CategoriesDashlet [meta] => modules/AOK_Knowledge_Base_Categories/Dashlets/AOK_Knowledge_Base_CategoriesDashlet/AOK_Knowledge_Base_CategoriesDashlet.meta.php [module] => AOK_Knowledge_Base_Categories ) ... ` #### Steps to Reproduce Erm...just setup a new suitecrm install and navigate to the home page. Then try to add a dashlet. #### Context Well, I cannot create a new dashlet...this is my first time actually really trying to learn suitecrm. #### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * SuiteCRM Version used: 7.9.12 * Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chrome * Environment name and version (e.g. MySQL, PHP 7): PHP7.1.1 * Operating System and version (e.g Ubuntu 16.04): Windows 10
priority
add dashlets modal fails to load issue on a new installation clicking on the add dashlet button on the home page does not result in the content of the modal loading expected behavior add dashlet fields and options should load actual behavior spinner is just spinning in chrome console you see uncaught syntaxerror unexpected token at eval at sugar js v at object globaleval sugar js v at object success mysugar js v at object handletransactionresponse sugar yui js v at sugar yui js v anonymous sugar js v globaleval sugar js v success mysugar js v handletransactionresponse sugar yui js v anonymous sugar yui js v setinterval async handlereadystate sugar yui js v asyncrequest sugar yui js v showdashletsdialog mysugar js v anonymous retrievepage js dispatch sugar jquery js v r handle sugar jquery js v trigger sugar jquery js v anonymous sugar jquery js v each sugar jquery js v each sugar jquery js v trigger sugar jquery js v c show sugar jquery js v c toggle sugar jquery js v anonymous sugar jquery js v each sugar jquery js v each sugar jquery js v b sugar jquery js v anonymous sugar jquery js v dispatch sugar jquery js v r handle sugar jquery js v upon inspecting the response from the server i see notice undefined index module in c xampp htdocs suitecrm include mysugar dashletsdialog dashletsdialog php on line notice undefined index module in c xampp htdocs suitecrm include mysugar dashletsdialog dashletsdialog php on line notice undefined index module in c xampp htdocs suitecrm include mysugar dashletsdialog dashletsdialog php on line notice undefined index module in c xampp htdocs suitecrm include mysugar dashletsdialog dashletsdialog php on line response html n t n t t n t t t find suitecrm dashlet n t t t n t t t t t t n t t t t t t input type hidden id search category value module feed n t t t n t t t t n t t t t n t t t n t t n n t n n n n script if yahoo env ua ie yahoo env ua ie n document getelementbyid dashletslist style width n document getelementbyid dashletslist style overflow hidden n possible fix check that dashletsfiles has a modules key not all dashlet ibjects have a key see extract below array array modules favorites dashlets favorites favoritesdashlet php favoritesdashlet array modules home dashlets chartsdashlet chartsdashlet php chartsdashlet modules home dashlets chartsdashlet chartsdashlet meta php array modules aok knowledgebase dashlets aok knowledgebasedashlet aok knowledgebasedashlet php aok knowledgebasedashlet modules aok knowledgebase dashlets aok knowledgebasedashlet aok knowledgebasedashlet meta php aok knowledgebase array modules aok knowledge base categories dashlets aok knowledge base categoriesdashlet aok knowledge base categoriesdashlet php aok knowledge base categoriesdashlet modules aok knowledge base categories dashlets aok knowledge base categoriesdashlet aok knowledge base categoriesdashlet meta php aok knowledge base categories steps to reproduce erm just setup a new suitecrm install and navigate to the home page then try to add a dashlet context well i cannot create a new dashlet this is my first time actually really trying to learn suitecrm your environment suitecrm version used browser name and version e g chrome version bit chrome environment name and version e g mysql php operating system and version e g ubuntu windows
1
19,846
10,427,056,509
IssuesEvent
2019-09-16 19:01:34
gandrade/assessment
https://api.github.com/repos/gandrade/assessment
opened
CVE-2019-16335 (Medium) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2019-16335 - Medium 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: /tmp/ws-scm/assessment/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.4.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.4.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/gandrade/assessment/commit/0b0141cbd532a1b08f6a2060584c3620fcb2527e">0b0141cbd532a1b08f6a2060584c3620fcb2527e</a></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 Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariDataSource. This is a different vulnerability than CVE-2019-14540. <p>Publish Date: 2019-09-15 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16335>CVE-2019-16335</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </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/blob/master/release-notes/VERSION-2.x">https://github.com/FasterXML/jackson-databind/blob/master/release-notes/VERSION-2.x</a></p> <p>Release Date: 2019-09-15</p> <p>Fix Resolution: 2.9.10</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-2019-16335 (Medium) detected in jackson-databind-2.9.8.jar - ## CVE-2019-16335 - Medium 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: /tmp/ws-scm/assessment/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.4.RELEASE.jar (Root Library) - spring-boot-starter-json-2.1.4.RELEASE.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/gandrade/assessment/commit/0b0141cbd532a1b08f6a2060584c3620fcb2527e">0b0141cbd532a1b08f6a2060584c3620fcb2527e</a></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 Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariDataSource. This is a different vulnerability than CVE-2019-14540. <p>Publish Date: 2019-09-15 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16335>CVE-2019-16335</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </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/blob/master/release-notes/VERSION-2.x">https://github.com/FasterXML/jackson-databind/blob/master/release-notes/VERSION-2.x</a></p> <p>Release Date: 2019-09-15</p> <p>Fix Resolution: 2.9.10</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in jackson databind jar cve medium 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 tmp ws scm assessment pom xml path to vulnerable library root repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter web release jar root library spring boot starter json release jar x jackson databind jar vulnerable library found in head commit a href vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind before it is related to com zaxxer hikari hikaridatasource this is a different vulnerability than cve publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
7,597
7,009,969,394
IssuesEvent
2017-12-19 21:13:52
coq/coq
https://api.github.com/repos/coq/coq
closed
test-suite/coq-makefile/findlib-package nondeterministic failure on gitlab
kind: infrastructure
See eg https://gitlab.com/SkySkimmer/coq/-/jobs/36981544 The error is `/builds/SkySkimmer/coq/_install_ci/bin/coqc: "execvp" failed on "/builds/SkySkimmer/coq/_install_ci/bin/coqtop.byte": No such file or directory`, you can find full logs at the link above (download button on the right). Gitlab built Coq in job https://gitlab.com/SkySkimmer/coq/-/jobs/36981539 configured with `-prefix _install_ci`. That directory, config/Makefile and test-suite/misc/universes/all_stdlib.v can be downloaded at https://gitlab.com/SkySkimmer/coq/-/jobs/36981539/artifacts/download. The test suite job downloads and unpacks that zip, then does `make` from the test suite directory with the makefile variables BIN and LIB set (see .gitlab-ci.yml test-suite-template entry). You can see the coqtop.byte is not included https://gitlab.com/SkySkimmer/coq/-/jobs/36981539/artifacts/browse/_install_ci/bin/ This may make one expect failure every time, however for instance with the same commit built with ocaml 4.05 the test suite succeeded (https://gitlab.com/SkySkimmer/coq/-/jobs/36981546) with no coqtop.byte (https://gitlab.com/SkySkimmer/coq/-/jobs/36981541/artifacts/browse/_install_ci/bin/). In general which jobs succeed or fail is random without regard to the ocaml version AFAICT.
1.0
test-suite/coq-makefile/findlib-package nondeterministic failure on gitlab - See eg https://gitlab.com/SkySkimmer/coq/-/jobs/36981544 The error is `/builds/SkySkimmer/coq/_install_ci/bin/coqc: "execvp" failed on "/builds/SkySkimmer/coq/_install_ci/bin/coqtop.byte": No such file or directory`, you can find full logs at the link above (download button on the right). Gitlab built Coq in job https://gitlab.com/SkySkimmer/coq/-/jobs/36981539 configured with `-prefix _install_ci`. That directory, config/Makefile and test-suite/misc/universes/all_stdlib.v can be downloaded at https://gitlab.com/SkySkimmer/coq/-/jobs/36981539/artifacts/download. The test suite job downloads and unpacks that zip, then does `make` from the test suite directory with the makefile variables BIN and LIB set (see .gitlab-ci.yml test-suite-template entry). You can see the coqtop.byte is not included https://gitlab.com/SkySkimmer/coq/-/jobs/36981539/artifacts/browse/_install_ci/bin/ This may make one expect failure every time, however for instance with the same commit built with ocaml 4.05 the test suite succeeded (https://gitlab.com/SkySkimmer/coq/-/jobs/36981546) with no coqtop.byte (https://gitlab.com/SkySkimmer/coq/-/jobs/36981541/artifacts/browse/_install_ci/bin/). In general which jobs succeed or fail is random without regard to the ocaml version AFAICT.
non_priority
test suite coq makefile findlib package nondeterministic failure on gitlab see eg the error is builds skyskimmer coq install ci bin coqc execvp failed on builds skyskimmer coq install ci bin coqtop byte no such file or directory you can find full logs at the link above download button on the right gitlab built coq in job configured with prefix install ci that directory config makefile and test suite misc universes all stdlib v can be downloaded at the test suite job downloads and unpacks that zip then does make from the test suite directory with the makefile variables bin and lib set see gitlab ci yml test suite template entry you can see the coqtop byte is not included this may make one expect failure every time however for instance with the same commit built with ocaml the test suite succeeded with no coqtop byte in general which jobs succeed or fail is random without regard to the ocaml version afaict
0
198,325
15,707,271,958
IssuesEvent
2021-03-26 18:37:39
istreamlabs/pebble
https://api.github.com/repos/istreamlabs/pebble
opened
Border examples
documentation
The [Border page](https://pebble.istreamplanet.net/#/Styles/Border) should include examples of what the different radius (radii?) look like
1.0
Border examples - The [Border page](https://pebble.istreamplanet.net/#/Styles/Border) should include examples of what the different radius (radii?) look like
non_priority
border examples the should include examples of what the different radius radii look like
0
599,541
18,276,634,277
IssuesEvent
2021-10-04 19:40:25
0perationPrivacy/VoIP
https://api.github.com/repos/0perationPrivacy/VoIP
reopened
Need auto scroll to latest messages
bug User Interface priority/p2
**Platform:** [Desktop] haven't tried mobile **Browser:** Brave] **App Version:** [lastest] **Provider:** [Telnyx, Twilio, Both] **To Reproduce** 1. Go to my message from someone. Messages much be pasted 2 pages of content. 2. click on other number messages, doesn't have to be any lengh. (For me 1 message worked) 3. Go back to original number with 1 4. It moves the old messages in time. One page length. (Need a function to make sure it goes to the bottom of the page every time) **Screenshots** 1 in list above. Proof. Looks normal and look at the orange bar on the left.. ![b2](https://user-images.githubusercontent.com/90421861/133506359-ea1f240d-1c31-4a98-b8ce-02ea7c2c91c5.png) 2 Moved to new number messages ![b3](https://user-images.githubusercontent.com/90421861/133506470-9e37ceea-8c82-438b-8824-e806f88dd2c1.png) 3 This is what it looks like when refreshing the page. less than a second. Took me many tries to get this picture... ![1b](https://user-images.githubusercontent.com/90421861/133506667-aed8d833-c629-48a2-bdc9-950990125202.png) 4 After affect ![d2](https://user-images.githubusercontent.com/90421861/133507016-891fd062-60af-4a62-9f34-5f558ca9bea4.png) Look at the time stamps of each message, these are the old messages above
1.0
Need auto scroll to latest messages - **Platform:** [Desktop] haven't tried mobile **Browser:** Brave] **App Version:** [lastest] **Provider:** [Telnyx, Twilio, Both] **To Reproduce** 1. Go to my message from someone. Messages much be pasted 2 pages of content. 2. click on other number messages, doesn't have to be any lengh. (For me 1 message worked) 3. Go back to original number with 1 4. It moves the old messages in time. One page length. (Need a function to make sure it goes to the bottom of the page every time) **Screenshots** 1 in list above. Proof. Looks normal and look at the orange bar on the left.. ![b2](https://user-images.githubusercontent.com/90421861/133506359-ea1f240d-1c31-4a98-b8ce-02ea7c2c91c5.png) 2 Moved to new number messages ![b3](https://user-images.githubusercontent.com/90421861/133506470-9e37ceea-8c82-438b-8824-e806f88dd2c1.png) 3 This is what it looks like when refreshing the page. less than a second. Took me many tries to get this picture... ![1b](https://user-images.githubusercontent.com/90421861/133506667-aed8d833-c629-48a2-bdc9-950990125202.png) 4 After affect ![d2](https://user-images.githubusercontent.com/90421861/133507016-891fd062-60af-4a62-9f34-5f558ca9bea4.png) Look at the time stamps of each message, these are the old messages above
priority
need auto scroll to latest messages platform haven t tried mobile browser brave app version provider to reproduce go to my message from someone messages much be pasted pages of content click on other number messages doesn t have to be any lengh for me message worked go back to original number with it moves the old messages in time one page length need a function to make sure it goes to the bottom of the page every time screenshots in list above proof looks normal and look at the orange bar on the left moved to new number messages this is what it looks like when refreshing the page less than a second took me many tries to get this picture after affect look at the time stamps of each message these are the old messages above
1
112,505
4,533,546,003
IssuesEvent
2016-09-08 12:01:33
rndsolutions/hawkcd
https://api.github.com/repos/rndsolutions/hawkcd
opened
Handle pipeline status AWAITING on UI
bug high priority ui
Steps to reproduce: - Create pipeline while you don't have an active agent. - Pipeline should be automatically set to status AWAITING. - Go to History screen. - Go to Run management screen. - Stages in history screen are not shown in a proper way, while pipeline is in status AWAITING. - [ ] Handle status in a proper way. - Run management screen is acting as in IN_PROGRESS status - [ ] Handle status in a proper way.
1.0
Handle pipeline status AWAITING on UI - Steps to reproduce: - Create pipeline while you don't have an active agent. - Pipeline should be automatically set to status AWAITING. - Go to History screen. - Go to Run management screen. - Stages in history screen are not shown in a proper way, while pipeline is in status AWAITING. - [ ] Handle status in a proper way. - Run management screen is acting as in IN_PROGRESS status - [ ] Handle status in a proper way.
priority
handle pipeline status awaiting on ui steps to reproduce create pipeline while you don t have an active agent pipeline should be automatically set to status awaiting go to history screen go to run management screen stages in history screen are not shown in a proper way while pipeline is in status awaiting handle status in a proper way run management screen is acting as in in progress status handle status in a proper way
1
367,556
10,855,145,627
IssuesEvent
2019-11-13 17:45:37
cassproject/cass-editor
https://api.github.com/repos/cassproject/cass-editor
opened
On publish/export of older ConceptSchemes get TypeError on IndexOf
Concept Scheme High Priority bug
I was checking production concept schemes and found several cases, where upon export, the following message is displayed: TypeError: cs["ceterms:ctid"].indexOf is not a function Examples include: - scoringMethod - Residency - Organization Type
1.0
On publish/export of older ConceptSchemes get TypeError on IndexOf - I was checking production concept schemes and found several cases, where upon export, the following message is displayed: TypeError: cs["ceterms:ctid"].indexOf is not a function Examples include: - scoringMethod - Residency - Organization Type
priority
on publish export of older conceptschemes get typeerror on indexof i was checking production concept schemes and found several cases where upon export the following message is displayed typeerror cs indexof is not a function examples include scoringmethod residency organization type
1
239,705
19,909,917,544
IssuesEvent
2022-01-25 16:12:27
metaneuro/annotation_tool
https://api.github.com/repos/metaneuro/annotation_tool
opened
Create means of each page being capable of utilizing its own test data
testing
Each page should be able to be individually tested. The first step for that capability is to implement test data for each of the pages.
1.0
Create means of each page being capable of utilizing its own test data - Each page should be able to be individually tested. The first step for that capability is to implement test data for each of the pages.
non_priority
create means of each page being capable of utilizing its own test data each page should be able to be individually tested the first step for that capability is to implement test data for each of the pages
0
85,260
16,621,560,531
IssuesEvent
2021-06-03 02:20:23
alibaba/nacos
https://api.github.com/repos/alibaba/nacos
closed
[Code Quality] [nacos-api] [sub issue] improve the code quality of module nacos-api.
kind/code quality
<!-- Here is for bug reports and feature requests ONLY! If you're looking for help, please check our mail list、WeChat group and the Gitter room. Please try to use English to describe your issue, or at least provide a snippet of English translation. 我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 --> **Description** Module: `nacos-api` This issue is the sub issue of #5726 , it will improve the code quality of module nacos-api. we improve the code quality by directory. **the PR list** | dirctory | PR | status | | ---- | ---- | ---- | | config | #5921 | open | | naming | #5922 | open | | remote/utils | #5923 | open |
1.0
[Code Quality] [nacos-api] [sub issue] improve the code quality of module nacos-api. - <!-- Here is for bug reports and feature requests ONLY! If you're looking for help, please check our mail list、WeChat group and the Gitter room. Please try to use English to describe your issue, or at least provide a snippet of English translation. 我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 --> **Description** Module: `nacos-api` This issue is the sub issue of #5726 , it will improve the code quality of module nacos-api. we improve the code quality by directory. **the PR list** | dirctory | PR | status | | ---- | ---- | ---- | | config | #5921 | open | | naming | #5922 | open | | remote/utils | #5923 | open |
non_priority
improve the code quality of module nacos api here is for bug reports and feature requests only if you re looking for help please check our mail list、wechat group and the gitter room please try to use english to describe your issue or at least provide a snippet of english translation 我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 description module nacos api this issue is the sub issue of it will improve the code quality of module nacos api we improve the code quality by directory the pr list dirctory pr status config open naming open remote utils open
0
22,099
6,229,301,076
IssuesEvent
2017-07-11 03:12:44
XceedBoucherS/TestImport5
https://api.github.com/repos/XceedBoucherS/TestImport5
closed
Exception using Memory Clear Button
CodePlex
<b>gusbigardi[CodePlex]</b> <br />When you try to calculate any expression that will result an error (like 8 divided by 0, that result ERROR in display text) and you hit the MC button or other button that try to parse the display value to Decimal (checked this looking in the source code), the application will throw an Unhandled Exception.
1.0
Exception using Memory Clear Button - <b>gusbigardi[CodePlex]</b> <br />When you try to calculate any expression that will result an error (like 8 divided by 0, that result ERROR in display text) and you hit the MC button or other button that try to parse the display value to Decimal (checked this looking in the source code), the application will throw an Unhandled Exception.
non_priority
exception using memory clear button gusbigardi when you try to calculate any expression that will result an error like divided by that result error in display text and you hit the mc button or other button that try to parse the display value to decimal checked this looking in the source code the application will throw an unhandled exception
0
53,161
27,995,804,317
IssuesEvent
2023-03-27 08:23:06
SciTools/iris
https://api.github.com/repos/SciTools/iris
closed
Performance Shift(s): `73b4a3a5`
Type: Performance Bot
Benchmark comparison has identified performance shifts at * commit 73b4a3a5 (#5204). Please review the report below and take corrective/congratulatory action as appropriate :slightly_smiling_face: <details> <summary>Performance shift report</summary> ``` before after ratio [b228f207] [73b4a3a5] <main~2> <main~1> + 35.41015625 50.28515625 1.42 experimental.ugrid.regions_combine.CombineRegionsComputeRealData.track_addedmem_compute_data(500) ``` </details> Generated by GHA run [`4505987375`](https://github.com/SciTools/iris/actions/runs/4505987375)
True
Performance Shift(s): `73b4a3a5` - Benchmark comparison has identified performance shifts at * commit 73b4a3a5 (#5204). Please review the report below and take corrective/congratulatory action as appropriate :slightly_smiling_face: <details> <summary>Performance shift report</summary> ``` before after ratio [b228f207] [73b4a3a5] <main~2> <main~1> + 35.41015625 50.28515625 1.42 experimental.ugrid.regions_combine.CombineRegionsComputeRealData.track_addedmem_compute_data(500) ``` </details> Generated by GHA run [`4505987375`](https://github.com/SciTools/iris/actions/runs/4505987375)
non_priority
performance shift s benchmark comparison has identified performance shifts at commit please review the report below and take corrective congratulatory action as appropriate slightly smiling face performance shift report before after ratio experimental ugrid regions combine combineregionscomputerealdata track addedmem compute data generated by gha run
0
201,491
22,972,498,906
IssuesEvent
2022-07-20 05:26:32
smb-h/nn-lab
https://api.github.com/repos/smb-h/nn-lab
closed
CVE-2022-29196 (Medium) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl - autoclosed
security vulnerability
## CVE-2022-29196 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</a></p> <p>Path to dependency file: /requirements.txt</p> <p>Path to vulnerable library: /requirements.txt</p> <p> Dependency Hierarchy: - :x: **tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/smb-h/nn-lab/commit/977293e8b3e6b1a0183210a2c32c01f32c53dd6c">977293e8b3e6b1a0183210a2c32c01f32c53dd6c</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> TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.Conv3DBackpropFilterV2` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code does not validate that the `filter_sizes` argument is a vector. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue. <p>Publish Date: 2022-05-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29196>CVE-2022-29196</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: Local - Attack Complexity: Low - Privileges Required: Low - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29196">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29196</a></p> <p>Release Date: 2022-05-20</p> <p>Fix Resolution: tensorflow - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-cpu - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-gpu - 2.6.4,2.7.2,2.8.1,2.9.0</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-2022-29196 (Medium) detected in tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl - autoclosed - ## CVE-2022-29196 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/73/a3/142f73d0e076f5582fd8da29c68af0413bf529933eed09f86a8857fab0d6/tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl</a></p> <p>Path to dependency file: /requirements.txt</p> <p>Path to vulnerable library: /requirements.txt</p> <p> Dependency Hierarchy: - :x: **tensorflow-2.6.3-cp37-cp37m-manylinux2010_x86_64.whl** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/smb-h/nn-lab/commit/977293e8b3e6b1a0183210a2c32c01f32c53dd6c">977293e8b3e6b1a0183210a2c32c01f32c53dd6c</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> TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of `tf.raw_ops.Conv3DBackpropFilterV2` does not fully validate the input arguments. This results in a `CHECK`-failure which can be used to trigger a denial of service attack. The code does not validate that the `filter_sizes` argument is a vector. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue. <p>Publish Date: 2022-05-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-29196>CVE-2022-29196</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: Local - Attack Complexity: Low - Privileges Required: Low - 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29196">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29196</a></p> <p>Release Date: 2022-05-20</p> <p>Fix Resolution: tensorflow - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-cpu - 2.6.4,2.7.2,2.8.1,2.9.0;tensorflow-gpu - 2.6.4,2.7.2,2.8.1,2.9.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in tensorflow whl autoclosed cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file requirements txt path to vulnerable library requirements txt dependency hierarchy x tensorflow whl vulnerable library found in head commit a href found in base branch main vulnerability details tensorflow is an open source platform for machine learning prior to versions and the implementation of tf raw ops does not fully validate the input arguments this results in a check failure which can be used to trigger a denial of service attack the code does not validate that the filter sizes argument is a vector versions and contain a patch for this issue 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 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 tensorflow tensorflow cpu tensorflow gpu step up your open source security game with mend
0
227,273
7,529,399,995
IssuesEvent
2018-04-14 04:16:21
CS2103JAN2018-T11-B1/main
https://api.github.com/repos/CS2103JAN2018-T11-B1/main
closed
Modify edit command to edit tutee
priority.high type.enhancement
contains methods to edit any detail of a tutee satisfies #5
1.0
Modify edit command to edit tutee - contains methods to edit any detail of a tutee satisfies #5
priority
modify edit command to edit tutee contains methods to edit any detail of a tutee satisfies
1
175,865
6,554,989,465
IssuesEvent
2017-09-06 08:35:27
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
Kendo CheckBox is not bound to field in Grid for .NET Core
Accessibility C: Grid Kendo1 Priority 2 S: Wrappers (ASP.NET Core) SEV: Low
### Reproduction of the problem The issue can be replicated in our online examples where CheckBox is used for editing: - [Inline Editing](http://demos.telerik.com/aspnet-core/grid/editing-inline) - [Popup Editing](http://demos.telerik.com/aspnet-core/grid/editing-popup) Video showing the problem - [https://www.screencast.com/t/CqIrDn96](https://www.screencast.com/t/CqIrDn96) ### Current behavior The value in the CheckBox does not replicate the value in the field. The field in the dataSource cannot be edited. ### Expected/desired behavior CheckBox should be bound to the boolean field in the DataSource ### Environment * **Kendo UI version:** 2017.2.621 * **jQuery version:** 1.12.3 * **Browser:** [all]
1.0
Kendo CheckBox is not bound to field in Grid for .NET Core - ### Reproduction of the problem The issue can be replicated in our online examples where CheckBox is used for editing: - [Inline Editing](http://demos.telerik.com/aspnet-core/grid/editing-inline) - [Popup Editing](http://demos.telerik.com/aspnet-core/grid/editing-popup) Video showing the problem - [https://www.screencast.com/t/CqIrDn96](https://www.screencast.com/t/CqIrDn96) ### Current behavior The value in the CheckBox does not replicate the value in the field. The field in the dataSource cannot be edited. ### Expected/desired behavior CheckBox should be bound to the boolean field in the DataSource ### Environment * **Kendo UI version:** 2017.2.621 * **jQuery version:** 1.12.3 * **Browser:** [all]
priority
kendo checkbox is not bound to field in grid for net core reproduction of the problem the issue can be replicated in our online examples where checkbox is used for editing video showing the problem current behavior the value in the checkbox does not replicate the value in the field the field in the datasource cannot be edited expected desired behavior checkbox should be bound to the boolean field in the datasource environment kendo ui version jquery version browser
1
177,909
13,752,619,302
IssuesEvent
2020-10-06 14:43:26
ubtue/DatenProbleme
https://api.github.com/repos/ubtue/DatenProbleme
closed
ISSN 1745-5308 | The Expository times | Rezensionen
Fehlerquelle: Translator Zotero_SEMI-AUTO ready for testing
https://journals.sagepub.com/toc/exta/132/1 https://journals.sagepub.com/doi/full/10.1177/0014524620944817 Im Zotkat-Verfahren werden die Rezensionen nicht getagt. Im Zotaut-Verfahren schon. ![grafik](https://user-images.githubusercontent.com/29707105/95165463-4b0f5f00-07ac-11eb-8976-c8203618bb87.png)
1.0
ISSN 1745-5308 | The Expository times | Rezensionen - https://journals.sagepub.com/toc/exta/132/1 https://journals.sagepub.com/doi/full/10.1177/0014524620944817 Im Zotkat-Verfahren werden die Rezensionen nicht getagt. Im Zotaut-Verfahren schon. ![grafik](https://user-images.githubusercontent.com/29707105/95165463-4b0f5f00-07ac-11eb-8976-c8203618bb87.png)
non_priority
issn the expository times rezensionen im zotkat verfahren werden die rezensionen nicht getagt im zotaut verfahren schon
0
406,659
27,575,794,776
IssuesEvent
2023-03-08 12:54:49
ugent-library/biblio-backoffice
https://api.github.com/repos/ugent-library/biblio-backoffice
closed
Keywords get lang "und" instead of "eng"
documentation enhancement
# Bug Keywords get lang "und" instead of "eng" for datasets and publications Impact: - FRIS rejects dataset records that lack the right language for keywords - GISMO therefore rejects datasets too Example publications: https://bibliotest.ugent.be/oai?verb=GetRecord&identifier=8703190&metadataPrefix=mods_36 ![Image](https://user-images.githubusercontent.com/1572885/214844552-2c6799de-555e-4d6c-8eda-63ba91fe997d.png) Example datasets: https://bibliotest.ugent.be/oai?verb=GetRecord&identifier=8759641&metadataPrefix=mods_36 ![Image](https://user-images.githubusercontent.com/1572885/214844629-261c9705-5fed-436c-8727-146287e06b61.png) Example datasets from different repositories, with and without language tags: - ❌ Zenodo = no language tag - ❌ OSF = no language tag - ❌ MD = no language tag - ✅ Dryad = language tag MDA (Marine Data Archive, VLIZ) ![MicrosoftTeams-image (1)](https://user-images.githubusercontent.com/1572885/214849450-e0defa6e-bb0e-41cb-adb8-09bb55979177.png) Dryad ![MicrosoftTeams-image (2)](https://user-images.githubusercontent.com/1572885/214849629-eeeff7e7-eb9d-448b-ac44-aa53870ec1b5.png) ## Search for a solution A. [not a durable solution] Can we import the language as well? _Hard, not all data repositories define this. This means we have to lie for the keywords that do not have any language tags._ B. [researching] Can FRIS also accept the ISO language code "UND"? Other universities will have the same issue. _Under discussion_ C. [not a durable solution, we will still lie] Can we assume "EN" unless it's defined in the dataset? D. [rather not] Can we force the language "eng" if we cannot? However this would be lying. E. [rejected, FRIS will still block these datasets] If there's no language available at all, would they get accepted? We cannot assume all keywords are English.
1.0
Keywords get lang "und" instead of "eng" - # Bug Keywords get lang "und" instead of "eng" for datasets and publications Impact: - FRIS rejects dataset records that lack the right language for keywords - GISMO therefore rejects datasets too Example publications: https://bibliotest.ugent.be/oai?verb=GetRecord&identifier=8703190&metadataPrefix=mods_36 ![Image](https://user-images.githubusercontent.com/1572885/214844552-2c6799de-555e-4d6c-8eda-63ba91fe997d.png) Example datasets: https://bibliotest.ugent.be/oai?verb=GetRecord&identifier=8759641&metadataPrefix=mods_36 ![Image](https://user-images.githubusercontent.com/1572885/214844629-261c9705-5fed-436c-8727-146287e06b61.png) Example datasets from different repositories, with and without language tags: - ❌ Zenodo = no language tag - ❌ OSF = no language tag - ❌ MD = no language tag - ✅ Dryad = language tag MDA (Marine Data Archive, VLIZ) ![MicrosoftTeams-image (1)](https://user-images.githubusercontent.com/1572885/214849450-e0defa6e-bb0e-41cb-adb8-09bb55979177.png) Dryad ![MicrosoftTeams-image (2)](https://user-images.githubusercontent.com/1572885/214849629-eeeff7e7-eb9d-448b-ac44-aa53870ec1b5.png) ## Search for a solution A. [not a durable solution] Can we import the language as well? _Hard, not all data repositories define this. This means we have to lie for the keywords that do not have any language tags._ B. [researching] Can FRIS also accept the ISO language code "UND"? Other universities will have the same issue. _Under discussion_ C. [not a durable solution, we will still lie] Can we assume "EN" unless it's defined in the dataset? D. [rather not] Can we force the language "eng" if we cannot? However this would be lying. E. [rejected, FRIS will still block these datasets] If there's no language available at all, would they get accepted? We cannot assume all keywords are English.
non_priority
keywords get lang und instead of eng bug keywords get lang und instead of eng for datasets and publications impact fris rejects dataset records that lack the right language for keywords gismo therefore rejects datasets too example publications example datasets example datasets from different repositories with and without language tags ❌ zenodo no language tag ❌ osf no language tag ❌ md no language tag ✅ dryad language tag mda marine data archive vliz dryad search for a solution a can we import the language as well hard not all data repositories define this this means we have to lie for the keywords that do not have any language tags b can fris also accept the iso language code und other universities will have the same issue under discussion c can we assume en unless it s defined in the dataset d can we force the language eng if we cannot however this would be lying e if there s no language available at all would they get accepted we cannot assume all keywords are english
0
209,172
7,166,000,970
IssuesEvent
2018-01-29 15:59:39
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
CDC_ACM is limited to 4 bytes at a time for Arduino 101
area: USB bug priority: medium
**_Reported by Brian Jones:_** Due to GH-3515, CDC_ACM on the Arduino 101 is limited to sending 4 bytes at a time. This should be fixed in the long term as its inefficient to send such a small amount multiple times when larger buffers are being sent. (Imported from Jira ZEP-2401)
1.0
CDC_ACM is limited to 4 bytes at a time for Arduino 101 - **_Reported by Brian Jones:_** Due to GH-3515, CDC_ACM on the Arduino 101 is limited to sending 4 bytes at a time. This should be fixed in the long term as its inefficient to send such a small amount multiple times when larger buffers are being sent. (Imported from Jira ZEP-2401)
priority
cdc acm is limited to bytes at a time for arduino reported by brian jones due to gh cdc acm on the arduino is limited to sending bytes at a time this should be fixed in the long term as its inefficient to send such a small amount multiple times when larger buffers are being sent imported from jira zep
1
379,032
11,212,288,442
IssuesEvent
2020-01-06 17:13:52
Qiskit/qiskit-terra
https://api.github.com/repos/Qiskit/qiskit-terra
closed
qubit_lo_range and meas_lo_range are still in GHz in the configuration
bug priority: medium status: pending PR
<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Information - **Qiskit Terra version**: - **Python version**: - **Operating system**: ### What is the current behavior? The qubit and meas lo ranges are in Hz rather than GHz ### Steps to reproduce the problem ### What is the expected behavior? ### Suggested solutions
1.0
qubit_lo_range and meas_lo_range are still in GHz in the configuration - <!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Information - **Qiskit Terra version**: - **Python version**: - **Operating system**: ### What is the current behavior? The qubit and meas lo ranges are in Hz rather than GHz ### Steps to reproduce the problem ### What is the expected behavior? ### Suggested solutions
priority
qubit lo range and meas lo range are still in ghz in the configuration information qiskit terra version python version operating system what is the current behavior the qubit and meas lo ranges are in hz rather than ghz steps to reproduce the problem what is the expected behavior suggested solutions
1
67,125
3,266,568,123
IssuesEvent
2015-10-22 21:15:46
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
[Advice]one user can only login in at one computer
Label::Core Label::Logic Priority::#2 Normal Type::Enhancement
YetiForceCompany now can login in at many computers by the same user at same time.Maybe add a setting option when need to login in only at one site.
1.0
[Advice]one user can only login in at one computer - YetiForceCompany now can login in at many computers by the same user at same time.Maybe add a setting option when need to login in only at one site.
priority
one user can only login in at one computer yetiforcecompany now can login in at many computers by the same user at same time maybe add a setting option when need to login in only at one site
1
750,502
26,204,287,728
IssuesEvent
2023-01-03 20:45:29
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
Add information about error to grpc_event when processing batch fails
kind/enhancement lang/core priority/P2 untriaged
### Is your feature request related to a problem? Please describe. I am using `grpc_call_start_batch` and `grpc_completion_queue_next` to communicate with server. In case if batch operation fail before sending to server, for example because the size of request body is greater than limit, there is no way to get this error in caller code (except enable tracing). The grpc_event contains only flag, was operation successful or not. ### Describe the solution you'd like It will be very helpful if there was option to get actual error instead of boolean flag in grpc_event, like a pointer to error, that user should clean by itself, or via callback where user should take ownership for the error. At least just the grpc_status instead of bool flag succes will be more useful. ### Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. ### Additional context Add any other context about the feature request here.
1.0
Add information about error to grpc_event when processing batch fails - ### Is your feature request related to a problem? Please describe. I am using `grpc_call_start_batch` and `grpc_completion_queue_next` to communicate with server. In case if batch operation fail before sending to server, for example because the size of request body is greater than limit, there is no way to get this error in caller code (except enable tracing). The grpc_event contains only flag, was operation successful or not. ### Describe the solution you'd like It will be very helpful if there was option to get actual error instead of boolean flag in grpc_event, like a pointer to error, that user should clean by itself, or via callback where user should take ownership for the error. At least just the grpc_status instead of bool flag succes will be more useful. ### Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. ### Additional context Add any other context about the feature request here.
priority
add information about error to grpc event when processing batch fails is your feature request related to a problem please describe i am using grpc call start batch and grpc completion queue next to communicate with server in case if batch operation fail before sending to server for example because the size of request body is greater than limit there is no way to get this error in caller code except enable tracing the grpc event contains only flag was operation successful or not describe the solution you d like it will be very helpful if there was option to get actual error instead of boolean flag in grpc event like a pointer to error that user should clean by itself or via callback where user should take ownership for the error at least just the grpc status instead of bool flag succes will be more useful describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context add any other context about the feature request here
1
69,275
22,310,019,681
IssuesEvent
2022-06-13 16:07:10
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
Fix the software behaviour for closing the BOINC manager window
P: Major R: duplicate T: Defect C: Client - Linux
I am trying the software “BOINC 7.19.0” out on an openSUSE Tumbleweed system. I got another scientific application running here as it is indicated by the program “BOINC Manager”. Thus the computation progress is displayed as usual (in principle). :eyes: But I observe that the corresponding service is stopped (together with active background processes) after closing the application window (shortcut “Ctrl+W”) for this program. :thought_balloon: I would expect that the computations may be continued. * I would appreciate if an additional command like “`systemctl restart boinc-client`” can be avoided for this use case. * Is there a need to reconsider information from [a previous issue like “Closing manager window minimizes it instead (Linux)”](https://github.com/BOINC/boinc/issues/1348 "Clarification request") once more? :thinking:
1.0
Fix the software behaviour for closing the BOINC manager window - I am trying the software “BOINC 7.19.0” out on an openSUSE Tumbleweed system. I got another scientific application running here as it is indicated by the program “BOINC Manager”. Thus the computation progress is displayed as usual (in principle). :eyes: But I observe that the corresponding service is stopped (together with active background processes) after closing the application window (shortcut “Ctrl+W”) for this program. :thought_balloon: I would expect that the computations may be continued. * I would appreciate if an additional command like “`systemctl restart boinc-client`” can be avoided for this use case. * Is there a need to reconsider information from [a previous issue like “Closing manager window minimizes it instead (Linux)”](https://github.com/BOINC/boinc/issues/1348 "Clarification request") once more? :thinking:
non_priority
fix the software behaviour for closing the boinc manager window i am trying the software “boinc ” out on an opensuse tumbleweed system i got another scientific application running here as it is indicated by the program “boinc manager” thus the computation progress is displayed as usual in principle eyes but i observe that the corresponding service is stopped together with active background processes after closing the application window shortcut “ctrl w” for this program thought balloon i would expect that the computations may be continued i would appreciate if an additional command like “ systemctl restart boinc client ” can be avoided for this use case is there a need to reconsider information from clarification request once more thinking
0
476,473
13,745,468,640
IssuesEvent
2020-10-06 02:57:22
knative/eventing
https://api.github.com/repos/knative/eventing
closed
ApiServerSource should set Status.Ce Attributes based on the mode
area/sources kind/bug priority/important-soon
**Describe the bug** Now ApiServerSourcewill set in the status the 6 EventTypes. It should only set the three that correspond to the mode. Say you configure the mode to be ref, we should just set the add, update, delete event types that belong to ref. Not the ones from resource **Expected behavior** ApiServerSource should set Status.Ce Attributes based on the mode **To Reproduce** Create a ApiServerSource and check the Status.Ce Attributes
1.0
ApiServerSource should set Status.Ce Attributes based on the mode - **Describe the bug** Now ApiServerSourcewill set in the status the 6 EventTypes. It should only set the three that correspond to the mode. Say you configure the mode to be ref, we should just set the add, update, delete event types that belong to ref. Not the ones from resource **Expected behavior** ApiServerSource should set Status.Ce Attributes based on the mode **To Reproduce** Create a ApiServerSource and check the Status.Ce Attributes
priority
apiserversource should set status ce attributes based on the mode describe the bug now apiserversourcewill set in the status the eventtypes it should only set the three that correspond to the mode say you configure the mode to be ref we should just set the add update delete event types that belong to ref not the ones from resource expected behavior apiserversource should set status ce attributes based on the mode to reproduce create a apiserversource and check the status ce attributes
1
21,899
6,227,238,624
IssuesEvent
2017-07-10 20:19:03
XceedBoucherS/TestImport5
https://api.github.com/repos/XceedBoucherS/TestImport5
closed
Drag & Drop Feature
CodePlex
<b>Jerthrs[CodePlex]</b> <br />Basicaly, something as nice and as easy as this to use: nbsp http://themechanicalbride.blogspot.com/2009/08/new-with-silverlight-toolkit-drag-and.html nbsp Would be really great. It only takes a few searches on google to see that there is a lot of people that would want to achieve this :P .
1.0
Drag & Drop Feature - <b>Jerthrs[CodePlex]</b> <br />Basicaly, something as nice and as easy as this to use: nbsp http://themechanicalbride.blogspot.com/2009/08/new-with-silverlight-toolkit-drag-and.html nbsp Would be really great. It only takes a few searches on google to see that there is a lot of people that would want to achieve this :P .
non_priority
drag drop feature jerthrs basicaly something as nice and as easy as this to use nbsp nbsp would be really great it only takes a few searches on google to see that there is a lot of people that would want to achieve this p
0
425,455
12,340,625,932
IssuesEvent
2020-05-14 20:17:16
seung-lab/neuroglancer
https://api.github.com/repos/seung-lab/neuroglancer
opened
Allow adding styles to overlay content via class name
Priority: Low Realm: SeungLab Type: Maintenance
// content.className = (override && override.className) ? override.className : ''; move override parameter from whatsNew constructor to overlay.super to allow general modification of all neuroglancer overlays
1.0
Allow adding styles to overlay content via class name - // content.className = (override && override.className) ? override.className : ''; move override parameter from whatsNew constructor to overlay.super to allow general modification of all neuroglancer overlays
priority
allow adding styles to overlay content via class name content classname override override classname override classname move override parameter from whatsnew constructor to overlay super to allow general modification of all neuroglancer overlays
1
388,755
26,780,661,554
IssuesEvent
2023-01-31 20:52:56
defenseunicorns/UnicornUI
https://api.github.com/repos/defenseunicorns/UnicornUI
closed
Separate css vars from MDC.
documentation enhancement dependencies
- [x] uui css vars generated from palette and typography - [x] Palette - [x] Typography - [ ] Update website documentation and replace usage of --mdc in the docs.
1.0
Separate css vars from MDC. - - [x] uui css vars generated from palette and typography - [x] Palette - [x] Typography - [ ] Update website documentation and replace usage of --mdc in the docs.
non_priority
separate css vars from mdc uui css vars generated from palette and typography palette typography update website documentation and replace usage of mdc in the docs
0
82,351
23,749,486,795
IssuesEvent
2022-08-31 19:09:17
Iridescent-CM/technovation-app
https://api.github.com/repos/Iridescent-CM/technovation-app
closed
Add energetic container and left sidebar to mentor search page for students
🏖 Team Building ⛺️
Split off from #3203 Once students are on a team, they have the option to search for a mentor at /student/mentor_searches/new. Currently, the mentor search looks like this: ![image](https://user-images.githubusercontent.com/516764/173844436-e4b48f8d-95f5-45af-a55d-18128900f90c.png) We need to implement the rebranded mentor search page. ![StuTeam-MentorSearch](https://user-images.githubusercontent.com/516764/173852000-c6c867fc-fd9f-4d5e-bca3-7ee00538bca7.png) Specific tasks include: - [ ] Implement energetic container. A component exists for this and can be viewed at https://github.com/Iridescent-CM/technovation-app/pull/3478 - [ ] Implement side bar. A component exists for this and can be viewed at https://github.com/Iridescent-CM/technovation-app/pull/3478
1.0
Add energetic container and left sidebar to mentor search page for students - Split off from #3203 Once students are on a team, they have the option to search for a mentor at /student/mentor_searches/new. Currently, the mentor search looks like this: ![image](https://user-images.githubusercontent.com/516764/173844436-e4b48f8d-95f5-45af-a55d-18128900f90c.png) We need to implement the rebranded mentor search page. ![StuTeam-MentorSearch](https://user-images.githubusercontent.com/516764/173852000-c6c867fc-fd9f-4d5e-bca3-7ee00538bca7.png) Specific tasks include: - [ ] Implement energetic container. A component exists for this and can be viewed at https://github.com/Iridescent-CM/technovation-app/pull/3478 - [ ] Implement side bar. A component exists for this and can be viewed at https://github.com/Iridescent-CM/technovation-app/pull/3478
non_priority
add energetic container and left sidebar to mentor search page for students split off from once students are on a team they have the option to search for a mentor at student mentor searches new currently the mentor search looks like this we need to implement the rebranded mentor search page specific tasks include implement energetic container a component exists for this and can be viewed at implement side bar a component exists for this and can be viewed at
0
780,142
27,381,185,599
IssuesEvent
2023-02-28 10:08:53
Saga-sanga/mizo-apologia
https://api.github.com/repos/Saga-sanga/mizo-apologia
closed
Content sub heading size too large on small devices
bug medium_priority
Certain content headings are too large on smaller devices. Make the size adaptive to the view width and make it more responsive.
1.0
Content sub heading size too large on small devices - Certain content headings are too large on smaller devices. Make the size adaptive to the view width and make it more responsive.
priority
content sub heading size too large on small devices certain content headings are too large on smaller devices make the size adaptive to the view width and make it more responsive
1
3,483
3,929,626,747
IssuesEvent
2016-04-25 00:53:16
chimericdream/Quasar-Development-VM
https://api.github.com/repos/chimericdream/Quasar-Development-VM
closed
Move packages out of Vagrantfile
breaks bc LOE: Medium P3: Major performance refactor
Move NPM packages, Ruby gems, and Python pips to separate files that can be overridden in cases where not all the packages are needed.
True
Move packages out of Vagrantfile - Move NPM packages, Ruby gems, and Python pips to separate files that can be overridden in cases where not all the packages are needed.
non_priority
move packages out of vagrantfile move npm packages ruby gems and python pips to separate files that can be overridden in cases where not all the packages are needed
0
84,058
15,720,826,080
IssuesEvent
2021-03-29 01:20:02
ysmanohar/myRetail
https://api.github.com/repos/ysmanohar/myRetail
opened
CVE-2019-16943 (High) detected in jackson-databind-2.7.4.jar
security vulnerability
## CVE-2019-16943 - 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.7.4.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: /myRetail/myRetail/pom.xml</p> <p>Path to vulnerable library: 2/repository/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.7.4.jar** (Vulnerable Library) </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 Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the p6spy (3.8.6) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of com.p6spy.engine.spy.P6DataSource mishandling. <p>Publish Date: 2019-10-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16943>CVE-2019-16943</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943</a></p> <p>Release Date: 2019-10-01</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.6.7.3,2.7.9.7,2.8.11.5,2.9.10.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-16943 (High) detected in jackson-databind-2.7.4.jar - ## CVE-2019-16943 - 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.7.4.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: /myRetail/myRetail/pom.xml</p> <p>Path to vulnerable library: 2/repository/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.jar</p> <p> Dependency Hierarchy: - :x: **jackson-databind-2.7.4.jar** (Vulnerable Library) </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 Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the p6spy (3.8.6) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of com.p6spy.engine.spy.P6DataSource mishandling. <p>Publish Date: 2019-10-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16943>CVE-2019-16943</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943</a></p> <p>Release Date: 2019-10-01</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.6.7.3,2.7.9.7,2.8.11.5,2.9.10.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in jackson databind jar 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 myretail myretail pom xml path to vulnerable library repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the jar in the classpath and an attacker can find an rmi service endpoint to access it is possible to make the service execute a malicious payload this issue exists because of com engine spy mishandling publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with whitesource
0